Skip to content

Commit 6e72527

Browse files
Merge pull request #33512 from PhilKang0704/broken-link-fix-David-Engel
Broken links fixing - David-Engel
2 parents 99b3b65 + 030fc94 commit 6e72527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connect/ado-net/sql/azure-active-directory-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ using (SqlConnection conn = new SqlConnection(ConnectionString2)) {
260260

261261
Available starting in version 3.0, this authentication mode widens the possibilities of user authentication. This mode extends login solutions to the client environment, Visual Studio Code, Visual Studio, Azure CLI etc.
262262

263-
With this authentication mode, the driver acquires a token by passing "[DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential)" from the Azure Identity library to acquire an access token. This mode attempts to use a set of credential types to acquire an access token in order. Depending on the version of the Azure Identity library used, the credential set varies. Version specific differences are noted in the list. For Azure Identity version specific behavior, see the [Azure.Identity API docs](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Identity/1.3.0/api/Azure.Identity/Azure.Identity.DefaultAzureCredential.html).
263+
With this authentication mode, the driver acquires a token by passing "[DefaultAzureCredential](/dotnet/api/azure.identity.defaultazurecredential)" from the Azure Identity library to acquire an access token. This mode attempts to use a set of credential types to acquire an access token in order. Depending on the version of the Azure Identity library used, the credential set varies. Version specific differences are noted in the list. For Azure Identity version specific behavior, see the [Azure.Identity API docs](/dotnet/api/azure.identity.defaultazurecredential).
264264

265265
- **EnvironmentCredential**
266266
- Enables authentication with Microsoft Entra ID using client and secret, or username and password, details configured in the following environment variables: AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_CLIENT_CERTIFICATE_PATH, AZURE_USERNAME, AZURE_PASSWORD ([More details](/dotnet/api/azure.identity.environmentcredential))

0 commit comments

Comments
 (0)