Support for connecting to Azure Storage using Managed Identity #368
Unanswered
Itzalive
asked this question in
Show and tell
Replies: 1 comment
-
Duplicate of #360 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add support for connecting to Azure Storage using Managed Identity?
This is not possible using the connection string method of creating and BlobContainerClient.
It must use the constructor with a Uri and a credential:
For example see here:
https://learn.microsoft.com/en-us/entra/identity-platform/multi-service-web-app-access-storage?tabs=azure-portal%2Cprogramming-language-csharp
Beta Was this translation helpful? Give feedback.
All reactions