Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.24k stars 752 forks source link

keyvault-managed storage account #5007

Open Surenbandari opened 3 years ago

Surenbandari commented 3 years ago

Is your feature request related to a problem? Please describe. looking for solution with .bicep example of creating a keyvault-managed storage account for auto generation of keys of storage account managed by key vault with respect to regeneration period specified.

NOTE: solution available through Azure CLI (https://docs.microsoft.com/en-us/azure/key-vault/secrets/overview-storage-keys), looking for the same through bicep template.

FYI, Found an Issue (https://github.com/Azure/bicep/issues/4608 ), looks like created for 2 things mentioned below, out of 2, one got resolved, other seems to be not clear, so opened this issue for more clarity.

  1. bicep template for keyvault-managed storage account. [ not clearly described in #4608 ]
  2. storage account encryption using customer managed key present in key vault. [ Resolved with Quick Start Template provided recently through #4608 ] thanks for @stan-sz , @egullbrandsson , @StefanIvemo

Describe the solution you'd like .bicep example of creating a keyvault-managed storage account for auto generation of keys of storage account managed by key vault with respect to regeneration period specified.

stan-sz commented 3 years ago

Related to #4608