From 9896d12a991c3435f7b02dbc51c20b0bbea46b2e Mon Sep 17 00:00:00 2001 From: Charles Lowell <10964656+chlowell@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:50:24 -0700 Subject: [PATCH] Add managed identity timeout to troubleshooting guide --- sdk/azidentity/TROUBLESHOOTING.md | 2 ++ sdk/azidentity/default_azure_credential.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/azidentity/TROUBLESHOOTING.md b/sdk/azidentity/TROUBLESHOOTING.md index 7b7515ebac22..fef099813c87 100644 --- a/sdk/azidentity/TROUBLESHOOTING.md +++ b/sdk/azidentity/TROUBLESHOOTING.md @@ -76,12 +76,14 @@ azlog.SetListener(func(event azlog.Event, s string) { azlog.SetEvents(azidentity.EventAuthentication) ``` + ## Troubleshoot DefaultAzureCredential authentication issues | Error |Description| Mitigation | |---|---|---| |"DefaultAzureCredential failed to acquire a token"|No credential in the `DefaultAzureCredential` chain provided a token|