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 1 commit
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
10 changes: 10 additions & 0 deletions docs/www/docs/contribute/99-troubleshooting.md
Expand Up @@ -41,6 +41,16 @@ 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

For SWA CLI to operate perfectly, the following domains need to be allowed an access in your firewall:
sgollapudi77 marked this conversation as resolved.
Show resolved Hide resolved
- blob.core.windows.net
- azurestaticapps.net
- swalocaldeploy.azureedge.net


## `Unable to download StaticSitesClient binary (File Not Found 404 - 403)`

### Context
Expand Down