Skip to content

Commit 6348fbe

Browse files
committed
PR reviewer change
1 parent d9cb651 commit 6348fbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/data-explorer/provision-aad-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an AAD application in Azure Data Explorer
3-
description: Learn how to create an AAD application in Azure Data Explorer.
2+
title: Create an Azure AD application in Azure Data Explorer
3+
description: Learn how to create an Azure AD application in Azure Data Explorer.
44
author: orspod
55
ms.author: orspodek
66
ms.reviewer: herauch
@@ -123,7 +123,7 @@ var queryResult = client.ExecuteQuery($"{query}");
123123
> [!NOTE]
124124
> Specify the application id and key of the application registration (service principal) created earlier.
125125
126-
For more information, see [authenticate with AAD for Azure Data Explorer access](/azure/kusto/management/access-control/how-to-authenticate-with-aad) and [use Azure Key Vault with .NET Core web app](/azure/key-vault/tutorial-net-create-vault-azure-web-app#create-a-net-core-web-app).
126+
For more information, see [authenticate with Azure AD for Azure Data Explorer access](/azure/kusto/management/access-control/how-to-authenticate-with-aad) and [use Azure Key Vault with .NET Core web app](/azure/key-vault/tutorial-net-create-vault-azure-web-app#create-a-net-core-web-app).
127127

128128
## Troubleshooting
129129

@@ -137,11 +137,11 @@ You'll need to follow the instructions on [setting up delegated permissions for
137137

138138
### Enable user consent error
139139

140-
Your AAD tenant administrator may enact a policy that prevents tenant users from giving consent to applications. This situation will result in an error similar to the following, when a user tries to log in to your application:
140+
Your Azure AD tenant administrator may enact a policy that prevents tenant users from giving consent to applications. This situation will result in an error similar to the following, when a user tries to log in to your application:
141141

142142
`AADSTS65001: The user or administrator has not consented to use the application with ID '<App ID>' named 'App Name'`
143143

144-
You'll need to contact your AAD administrator to grant consent for all users in the tenant, or enable user consent for your specific application.
144+
You'll need to contact your Azure AD administrator to grant consent for all users in the tenant, or enable user consent for your specific application.
145145

146146
## Next steps
147147

0 commit comments

Comments
 (0)