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 valid azure regions for SWA #582

Merged
merged 2 commits into from
Oct 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/www/docs/cli/env-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ title: Environment Variables

## Deploy settings

| Environment Variable | Purpose | Read Only? | Default Value |
| ----------------------------- | ------------------------------------------------------------------------- | ---------- | ------------- |
| SWA_CLI_APP_NAME | Project name | | |
| SWA_CLI_DEPLOYMENT_TOKEN | Secret token used to authenticate with the Static Web Apps | | |
| SWA_CLI_DEPLOY_DRY_RUN | Simulate a deploy process without actually running it (`true` or `false`) | | `false` |
| SWA_CLI_DEPLOY_BINARY_VERSION | Deployment binary version to use | | `stable` |
| SWA_CLI_DEPLOY_BINARY | Absoluate path to the deploy binary | Yes | |
| SWA_CLI_DEPLOY_ENV | the type of deployment environment where to deploy the project | | `preview` |
| AZURE_REGION_LOCATION | Azure region where to deploy the project | | `West US 2` |
| AZURE_RESOURCE_GROUP | Azure resource group | | |
| AZURE_SUBSCRIPTION_ID | Azure subscription ID | | |
| Environment Variable | Purpose | Read Only? | Default Value |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ---------- | ------------- |
| SWA_CLI_APP_NAME | Project name | | |
| SWA_CLI_DEPLOYMENT_TOKEN | Secret token used to authenticate with the Static Web Apps | | |
| SWA_CLI_DEPLOY_DRY_RUN | Simulate a deploy process without actually running it (`true` or `false`) | | `false` |
| SWA_CLI_DEPLOY_BINARY_VERSION | Deployment binary version to use | | `stable` |
| SWA_CLI_DEPLOY_BINARY | Absoluate path to the deploy binary | Yes | |
| SWA_CLI_DEPLOY_ENV | the type of deployment environment where to deploy the project | | `preview` |
| AZURE_REGION_LOCATION | Azure region where to deploy the project. Available regions are: `westus2,centralus,eastus2,westeurope,eastasia,eastasiastage` | | `westus2` |
| AZURE_RESOURCE_GROUP | Azure resource group | | |
| AZURE_SUBSCRIPTION_ID | Azure subscription ID | | |

## Runtime settings

Expand Down