@@ -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