Skip to content

Commit 16ef24f

Browse files
authored
Update AZURE_TENANT_ID description in documentation
1 parent 06ebcb9 commit 16ef24f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ foreach ($line in (& azd env get-values)) {
351351
| `AZURE_RESOURCE_GROUP` | Name of the resource group | `rg-myapp-dev` | During provisioning |
352352
| `AZURE_PRINCIPAL_ID` | The running user/service principal ID | `00000000-0000-0000-0000-000000000000` | During provisioning |
353353
| `AZURE_PRINCIPAL_TYPE` | The type of a principal in the environment. | `1a2b3c` | During provisioning |
354-
| `AZURE_TENANT_ID` | The type of a principal in the environment. | `1a2b3c` | During provisioning |
354+
| `AZURE_TENANT_ID` | ID of the Azure tenant used. | `00000000-0000-0000-0000-000000000000` | During provisioning |
355355

356356
## Secrets and sensitive data considerations
357357

@@ -389,4 +389,4 @@ For sensitive data, consider these more secure approaches:
389389

390390
> [!div class="nextstepaction"]
391391
> [Work with environments in Azure Developer CLI](work-with-environments.md)
392-
> [Customize your Azure Developer CLI workflows using hooks](azd-extensibility.md)
392+
> [Customize your Azure Developer CLI workflows using hooks](azd-extensibility.md)

0 commit comments

Comments
 (0)