Skip to content

Commit af2e4bf

Browse files
Merge pull request #226193 from b-branco/aad-log-analytics-fixes
AAD variable name fix
2 parents 8d6f11c + b6dd4ec commit af2e4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-5g-core/enable-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If your deployment contains multiple sites, you can use the same two redirect UR
6565
| **Authorization URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 authorization endpoint (v2)** field. | `auth_url` |
6666
| **Token URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 token endpoint (v2)** field. | `token_url` |
6767
| **Client secret** | You collected this when creating the client secret in the previous step. | `client_secret` |
68-
| **Distributed tracing redirect URI root** | Make a note of the following part of the redirect URI: **https://*\<local monitoring domain\>*/**. | `redirect_uri_root` |
68+
| **Distributed tracing redirect URI root** | Make a note of the following part of the redirect URI: **https://*\<local monitoring domain\>***. | `redirect_uri_root` |
6969
| **Packet core dashboards redirect URI root** | Make a note of the following part of the packet core dashboards redirect URI: **https://*\<local monitoring domain\>*/grafana**. | `root_url` |
7070

7171
## Create Kubernetes Secret Objects

0 commit comments

Comments
 (0)