azure keyvault upgrading from basic to premium via az cli

We can upgrade our sku from basic to premium using az cli. Here is the link that allow us to do just that

 https://stackoverflow.com/questions/39535913/upgrade-azure-key-vault-to-premium-sku


If you want to convert premium to standard, you can also do that 

az keyvault update --set properties.sku.name=standard --name mykeyvault --resource-group my_rg_name

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm