Skip to content

Commit ebe9067

Browse files
Merge pull request #84 from microsoft/cps-deployment-documentation-changes
docs: Add instructions to obtain tenant-id in deployment guide
2 parents 0d1c76f + e519a4b commit ebe9067

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
150150
azd auth login --tenant-id <tenant-id>
151151
```
152152
153+
> **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:
154+
>
155+
> 1. Open the [Azure Portal](https://portal.azure.com/).
156+
> 2. Navigate to **Azure Active Directory** from the left-hand menu.
157+
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
158+
153159
2. Provision and deploy all the resources:
154160
155161
```shell

0 commit comments

Comments
 (0)