Skip to content

Commit 12c39cc

Browse files
committed
Fix merge
1 parent 101a11e commit 12c39cc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

articles/azure-developer-cli/manage-environment-variables.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -353,18 +353,7 @@ foreach ($line in (& azd env get-values)) {
353353
| `AZURE_PRINCIPAL_TYPE` | The type of a principal in the environment. | `1a2b3c` | During provisioning |
354354
| `AZURE_TENANT_ID` | The type of a principal in the environment. | `1a2b3c` | During provisioning |
355355

356-
<<<<<<< HEAD
357356
## Secrets and sensitive data considerations
358-
=======
359-
| Name | Description | Examples | When available |
360-
|---------|---------|---------|---------|
361-
|`AZURE_ENV_NAME` | The name of the environment in-use. | `todo-app-dev` | When an environment is created (after running azd init or azd env new, for example). |
362-
|`AZURE_LOCATION` | The location of the environment in-use. | `eastus2` | Right before an environment is provisioned for the first time. |
363-
|`AZURE_PRINCIPAL_ID` | The running user/service principal. | `925cff12-ffff-4e9f-9580-8c06239dcaa4` | Determined automatically during provisioning (ephemeral). |
364-
|`AZURE_PRINCIPAL_TYPE` | The type of the principal used for conditional role assignments. Can be used in CI/CD scenarios for determining appropriate permission levels. | `User`, `ServicePrincipal` | Determined automatically during provisioning in CI/CD pipelines. |
365-
|`AZURE_SUBSCRIPTION_ID` | The targeted subscription. | `925cff12-ffff-4e9f-9580-8c06239dcaa4` | Right before an environment is provisioned for the first time. |
366-
|`SERVICE_<service>_IMAGE_NAME` | The full name of the container image published to Azure Container Registry for container app services. | `todoapp/web-dev:azdev-deploy-1664988805` | After a successful publishing of a `containerapp` image |
367-
>>>>>>> main
368357

369358
While environment variables are convenient for configuration, they require special handling for sensitive data:
370359

0 commit comments

Comments
 (0)