You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the azure cpp storage sdk supports using DefaultAzureCredential (as in python sdk) method of authentication?
How do we authenticate an application running on azure VM to access azure storage, if passing account key or token is not an option?
Thanks!
Chuyi
The text was updated successfully, but these errors were encountered:
Hi @chuyiwtree , this sdk doesn't support all the auth methods of DefaultAzureCredential. It only supports bearer token credential now, and you'll have to refresh the token before it expires by yourself.
Does the azure cpp storage sdk supports using DefaultAzureCredential (as in python sdk) method of authentication?
How do we authenticate an application running on azure VM to access azure storage, if passing account key or token is not an option?
Thanks!
Chuyi
The text was updated successfully, but these errors were encountered: