Skip to content

Commit

Permalink
Add new aka.ms link in AzureProvisioner (dotnet#6342)
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Oct 17, 2024
1 parent 7d66c53 commit ba4cc8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ private async Task<ProvisioningContext> GetProvisioningContextAsync(Lazy<Task<Js
{
logger.LogInformation(
"Using DefaultAzureCredential for provisioning. This may not work in all environments. " +
"See https://aka.ms/azsdk/net/identity/default-azure-credential for more information.");
"See https://aka.ms/azsdk/net/identity/credential-chains#defaultazurecredential-overview for more information.");
}
else
{
Expand Down

0 comments on commit ba4cc8b

Please sign in to comment.