Relative Content

Tag Archive for azure-blob-storageazure-identity

Possible bug in DefaultAzureCredential, in the ManagedIdentity approach

I’m working with an Azure Storage Account, via Azure.Storage.Blobs, and using DefaultAzureCredential as my credentials. The program is crashing out when trying the ManagedIdentityCredential alternative, and if I set the ExcludeManagedIdentityCredential = true option, then the code works properly.