Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add firewall section to troubleshoot #618

Merged
merged 2 commits into from Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/www/docs/contribute/99-troubleshooting.md
Expand Up @@ -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
Expand Down