Skip to content

Commit 70c126e

Browse files
authored
docs: add valid azure regions for SWA (#582)
* docs: add valid azure regions for SWA * docs: update azure regions
1 parent 6004141 commit 70c126e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/www/docs/cli/env-vars.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ title: Environment Variables
3434

3535
## Deploy settings
3636

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

4949
## Runtime settings
5050

0 commit comments

Comments
 (0)