From 7ecbae27ede42d5650884bd1d0894b61bf606ca9 Mon Sep 17 00:00:00 2001 From: Reshmi Sriram <85954235+Reshmi-Sriram@users.noreply.github.com> Date: Thu, 15 Dec 2022 13:10:12 +0530 Subject: [PATCH] docs: Add firewall section to troubleshoot (#618) * Added firewall section * updated the message --- docs/www/docs/contribute/99-troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/www/docs/contribute/99-troubleshooting.md b/docs/www/docs/contribute/99-troubleshooting.md index 2c1846ca..5bc10014 100644 --- a/docs/www/docs/contribute/99-troubleshooting.md +++ b/docs/www/docs/contribute/99-troubleshooting.md @@ -41,6 +41,15 @@ In order to avoid this issue, you have a few options: 4. Manually provide `--client-id`, `--client-secret`, `--app-name` and `--resource-group`. +## SWA CLI - Domains that need Firewall access + +### Context +If you are having trouble accessing SWA CLI, the following domains need to be allowed an access in your firewall: +- blob.core.windows.net +- azurestaticapps.net +- swalocaldeploy.azureedge.net + + ## `Unable to download StaticSitesClient binary (File Not Found 404 - 403)` ### Context