Skip to content

Commit 796c244

Browse files
committed
.
1 parent 9ccaa9b commit 796c244

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ This command might take some time to run.
215215
- [How do I debug locally when using App Service authentication?](#how-do-i-debug-locally-when-using-app-service-authentication)
216216
- [What happens when access tokens expire?](#what-happens-when-access-tokens-expire)
217217

218-
#### Why do I get a Login failed for user '<token-identified principal>' error?
218+
#### Why do I get a Login failed for user '\<token-identified principal>' error?
219219

220220
The most common causes for a `Login failed for user '<token-identified principal>'` error are:
221221

222222
- Microsoft Entra authentication not configured for the Azure SQL database. See [Configure database server with Microsoft Entra authentication](#1-configure-database-server-with-azure-ad-authentication).
223-
- No valid token in the `X-MS-TOKEN-AAD-ACCESS-TOKEN` request header. This code doesn't work in local environments. For more information and alternatives, see [Debug locally when you use App Service authentication](#debug-locally-when-you-use-app-service-authentication).
223+
- No valid token in the `X-MS-TOKEN-AAD-ACCESS-TOKEN` request header. This code doesn't work in local environments. For more information and alternatives, see [Debug locally when you use App Service authentication](#how-do-i-debug-locally-when-using-app-service-authentication).
224224
- User doesn't have permission to connect to the database. To add users and permissions, see [Add other Microsoft Entra users or groups in Azure SQL Database](#how-do-i-add-other-azure-ad-users-or-groups-in-azure-sql-database).
225225
<a name='how-do-i-add-other-azure-ad-users-or-groups-in-azure-sql-database'></a>
226226
#### How do I add other Microsoft Entra users or groups in Azure SQL Database?

0 commit comments

Comments
 (0)