From 16ef24fa1b3334364a7e279d9226932cb761e114 Mon Sep 17 00:00:00 2001 From: Ronald Bosma Date: Thu, 30 Oct 2025 16:42:41 +0100 Subject: [PATCH] Update AZURE_TENANT_ID description in documentation --- articles/azure-developer-cli/manage-environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-developer-cli/manage-environment-variables.md b/articles/azure-developer-cli/manage-environment-variables.md index 432d3d20d2..1377cdde16 100644 --- a/articles/azure-developer-cli/manage-environment-variables.md +++ b/articles/azure-developer-cli/manage-environment-variables.md @@ -351,7 +351,7 @@ foreach ($line in (& azd env get-values)) { | `AZURE_RESOURCE_GROUP` | Name of the resource group | `rg-myapp-dev` | During provisioning | | `AZURE_PRINCIPAL_ID` | The running user/service principal ID | `00000000-0000-0000-0000-000000000000` | During provisioning | | `AZURE_PRINCIPAL_TYPE` | The type of a principal in the environment. | `1a2b3c` | During provisioning | -| `AZURE_TENANT_ID` | The type of a principal in the environment. | `1a2b3c` | During provisioning | +| `AZURE_TENANT_ID` | ID of the Azure tenant used. | `00000000-0000-0000-0000-000000000000` | During provisioning | ## Secrets and sensitive data considerations @@ -389,4 +389,4 @@ For sensitive data, consider these more secure approaches: > [!div class="nextstepaction"] > [Work with environments in Azure Developer CLI](work-with-environments.md) -> [Customize your Azure Developer CLI workflows using hooks](azd-extensibility.md) \ No newline at end of file +> [Customize your Azure Developer CLI workflows using hooks](azd-extensibility.md)