How to Use OAuth to access storage account from DTL?

Yang Liu 0 Reputation points Microsoft Employee
2024-05-27T09:33:27.19+00:00

According to the Security requirement for Storage account. https://eng.ms/docs/products/azure-storage/security/standards/identity-based-access

I found the storage account is created by DTL, and the DTL access the Storage account by using Key. For now, we need to support OAuth instead of key to access Storage account. Is there any way to switch the auth way from DTL to Storage account?

The pic shows the old way which use key to access storage account from DTL.User's image

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,872 questions
Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
263 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Cameron 502 Reputation points
    2024-05-27T09:44:47.8266667+00:00

    I'm not aware of being able to change this but I know you can configure your own encryption keys. Would that meet your security requirements?