Browsing index pages (2 articles)
↧
How do I authenticate a user against an Azure storage blob in python?
I'm looking for a way to authenticate a user against an Azure blob container. The sample code (yep, newbie alert) works just fine, using an access key for the storage account, but that feels...
View ArticleAnswer by Jay Gong for How do I authenticate a user against an Azure storage...
You could refer to this article to authenticate with Azure Active Directory from an application for access to blobs.1.Register your application with an Azure AD tenant2.Grant your registered app...
View Article
Browsing index pages (2 articles)