Specify how to authorize operations on a specific file share
You can change the authentication method for individual file shares. By default, the portal uses the current authentication method. To determine the current authentication method, follow these steps.
Navigate to your storage account in the Azure portal and select Data storage > File shares from the left navigation.
Select a file share.
Select Browse.
The Authentication method indicates whether you're currently using the storage account access key or your Microsoft Entra account to authenticate and authorize file share operations. If you're currently authenticating using the storage account access key, you'll see Access Key specified as the authentication method, as in the following image. If you're authenticating using your Microsoft Entra account, you'll see Microsoft Entra user account specified instead.
Authenticate with your Microsoft Entra account
To switch to using your Microsoft Entra account, select the link highlighted in the image that says Switch to Microsoft Entra user account. If you have the appropriate permissions via the Azure roles that are assigned to you, you'll be able to proceed. However, if you lack the necessary permissions, you'll see an error message that you don't have permissions to list the data using your user account with Microsoft Entra ID.
Two additional RBAC permissions are required to use your Microsoft Entra account:
Microsoft.Storage/storageAccounts/fileServices/readFileBackupSemantics/actionMicrosoft.Storage/storageAccounts/fileServices/writeFileBackupSemantics/action
Authenticate with the storage account access key
To switch to using the account access key, select Switch to access key. If you have access to the storage account key, then you'll be able to proceed. However, if you lack access to the account key, you'll see an error message that you don't have permissions to use the access key to list data.
Comments
Post a Comment