From e519a4b0b72efe2669df14b18ac493381a3190b3 Mon Sep 17 00:00:00 2001 From: bkeller108 Date: Wed, 16 Apr 2025 23:06:27 -0500 Subject: [PATCH] Add instructions to obtain tenant-id in deployment guide --- docs/DeploymentGuide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 05351b21..07e26572 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -150,6 +150,12 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain azd auth login --tenant-id ``` + > **Note:** To retrieve the Tenant ID required for local deployment, you can go to **Tenant Properties** in [Azure Portal](https://portal.azure.com/) from the resource list. Alternatively, follow these steps: + > + > 1. Open the [Azure Portal](https://portal.azure.com/). + > 2. Navigate to **Azure Active Directory** from the left-hand menu. + > 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed. + 2. Provision and deploy all the resources: ```shell