Unable to connect to azure blob storage using InteractiveBrowserCredential

后端 未结 1 1337
予麋鹿
予麋鹿 2021-01-20 14:27

This code works just fine:

from azure.storage.blob import BlobServiceClient
from azure.identity import InteractiveBrowserCredential, DeviceCodeCredential, Cl         


        
相关标签:
1条回答
  • 2021-01-20 14:38

    To use InteractiveBrowserCredential, you need to add a redirect url under Mobile and desktop applications platform, not web platform. If you added redirect url under web platform, you will encounter that issue.

    Your code works fine.

    0 讨论(0)
提交回复
热议问题