| `scripts-dir` / `AZURE_SCRIPTS_DIR` | Directory where Azure scripts (deploy & cleanup) are located | `.` _(root project dir)_ |
| `sp-client-id` / `AZURE_SP_CLIENT_ID` | Default Service Principal client ID _(only define if using Service Principal authentication with credentials)_ | _none_ |
| :lock: `AZURE_SP_PASSWORD`| Default Service Principal password (client secret or certificate (File type)) _(only define if using Service Principal authentication with credentials)_ | _none_ |
@@ -258,7 +258,7 @@ Here are variables supported to configure review environments:
| `review-enabled` / `AZURE_REVIEW_ENABLED` | Azure project ID for `review` env | _none_ (disabled) |
| `review-app-name` / `AZURE_REVIEW_APP_NAME` | Application name for `review` env | `"${AZURE_BASE_APP_NAME}-${CI_ENVIRONMENT_SLUG}"` (ex: `myproject-review-fix-bug-12`) |
|`review-environment-url` / `AZURE_REVIEW_ENVIRONMENT_URL`| The review environments url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
|`review-environment-url` / `AZURE_REVIEW_ENVIRONMENT_URL`| The review environments url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
| `review-sp-client-id` / `AZURE_REVIEW_SP_CLIENT_ID` | Service Principal client ID for `review` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| :lock: `AZURE_REVIEW_SP_PASSWORD`| Service Principal password (client secret or certificate (File type)) for `review` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| `review-sp-tenant-id` / `AZURE_REVIEW_SP_TENANT_ID` | Service Principal tenant ID for `review` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
@@ -276,7 +276,7 @@ Here are variables supported to configure the integration environment:
| `integ-enabled` / `AZURE_INTEG_ENABLED` | Azure project ID for `integration` env | _none_ (disabled) |
| `integ-app-name` / `AZURE_INTEG_APP_NAME` | Application name for `integration` env | `${AZURE_BASE_APP_NAME}-integration` |
|`integ-environment-url` / `AZURE_INTEG_ENVIRONMENT_URL`| The integration environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
|`integ-environment-url` / `AZURE_INTEG_ENVIRONMENT_URL`| The integration environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
| `integ-sp-client-id` / `AZURE_INTEG_SP_CLIENT_ID` | Service Principal client ID for `integration` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| :lock: `AZURE_INTEG_SP_PASSWORD`| Service Principal password (client secret or certificate (File type)) for `integration` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| `integ-sp-tenant-id` / `AZURE_INTEG_SP_TENANT_ID` | Service Principal tenant ID for `integration` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
@@ -294,7 +294,7 @@ Here are variables supported to configure the staging environment:
| `staging-enabled` / `AZURE_STAGING_ENABLED` | Azure project ID for `staging` env | _none_ (disabled) |
| `staging-app-name` / `AZURE_STAGING_APP_NAME` | Application name for `staging` env | `${AZURE_BASE_APP_NAME}-staging` |
|`staging-environment-url` / `AZURE_STAGING_ENVIRONMENT_URL`| The staging environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
|`staging-environment-url` / `AZURE_STAGING_ENVIRONMENT_URL`| The staging environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
| `staging-sp-client-id` / `AZURE_STAGING_SP_CLIENT_ID` | Service Principal client ID for `staging` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| :lock: `AZURE_STAGING_SP_PASSWORD`| Service Principal password (client secret or certificate (File type)) for `staging` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| `staging-sp-tenant-id` / `AZURE_STAGING_SP_TENANT_ID` | Service Principal tenant ID for `staging` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
@@ -311,7 +311,7 @@ Here are variables supported to configure the production environment:
| `prod-enabled` / `AZURE_PROD_ENABLED` | Azure project ID for `production` env | _none_ (disabled) |
| `prod-app-name` / `AZURE_PROD_APP_NAME` | Application name for `production` env | `$AZURE_BASE_APP_NAME` |
|`prod-environment-url` / `AZURE_PROD_ENVIRONMENT_URL`| The production environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
|`prod-environment-url` / `AZURE_PROD_ENVIRONMENT_URL`| The production environment url _(only define for static environment URLs declaration and if different from default)_ | `$AZURE_ENVIRONMENT_URL` |
| `prod-deploy-strategy` / `AZURE_PROD_DEPLOY_STRATEGY` | Defines the deployment to production strategy. One of `manual` (i.e. _one-click_) or `auto`. | `manual` |
| `prod-sp-client-id` / `AZURE_PROD_SP_CLIENT_ID` | Service Principal client ID for `production` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |
| :lock: `AZURE_PROD_SP_PASSWORD`| Service Principal password (client secret or certificate (File type)) for `production` env - _(only define if using Service Principal authentication with credentials and if different from default)_ | _none_ |