diff --git a/website/docs/docs/cloud/git/setup-azure-service-principal.md b/website/docs/docs/cloud/git/setup-azure-service-principal.md index 55147bb66b1..8c2d539bffb 100644 --- a/website/docs/docs/cloud/git/setup-azure-service-principal.md +++ b/website/docs/docs/cloud/git/setup-azure-service-principal.md @@ -44,7 +44,11 @@ A Microsoft Entra ID admin needs to perform the following steps: 4. Provide a name for your app. We recommend using, "dbt Labs Azure DevOps app". 5. Select **Accounts in any organizational directory (Any Entra ID directory - Multitenant)** as the Supported Account Types. Many customers ask why they need to select Multitenant instead of Single Tenant, and they frequently get this step wrong. Microsoft considers Azure DevOps (formerly called Visual Studio) and Microsoft Entra ID separate tenants, and for the Entra ID application to work properly, you must select Multitenant. -6. Click **Register**. +6. Set **Redirect URI (optional)** to **Web**. Copy and paste the Redirect URI from dbt Cloud into the next field. To find the Redirect URI in dbt Cloud: + 1. In dbt Cloud, navigate to **Account Settings** -> **Integrations**. + 2. Click the **edit icon** next to **Azure DevOps**. + 3. Copy the first **Redirect URIs** value which looks like `https:///complete/azure_active_directory` and does NOT end with `service_user`. +7. Click **Register**. Here's what your app should look like before registering it: