I keep getting the error message below.
Failed to update 'storage_account' The operation failed because of authentication issue on the keyvault. For more information, see -
The setup is such that a storage account exists within the resource group an a key vault, a user assigned managed identity has been created and assigned the role of
Key vault crypto user Key vault administrator
Yet, when attempting to create the CMK, I get the error. The key does get created, so i know its nothing to do with permissions, its just when one then tries to save the configuration on the storage account, I get the error above.
I keep getting the error message below.
Failed to update 'storage_account' The operation failed because of authentication issue on the keyvault. For more information, see - https://aka.ms/storagekeyvaultaccesspolicy
The setup is such that a storage account exists within the resource group an a key vault, a user assigned managed identity has been created and assigned the role of
Key vault crypto user Key vault administrator
Yet, when attempting to create the CMK, I get the error. The key does get created, so i know its nothing to do with permissions, its just when one then tries to save the configuration on the storage account, I get the error above.
Share Improve this question edited Jan 30 at 13:56 learner asked Jan 30 at 12:20 learnerlearner 1,0072 gold badges20 silver badges49 bronze badges1 Answer
Reset to default 1Issue resolved, turns out that the option Allow trusted Microsoft services to bypass this firewall
was not ticked within the network configuration of the key vault.
Once that was selected, it worked.