Open
Description
Is your feature request related to a problem? Please describe.
The deploy template creates a v1 storage account, which doesn't support all features like infrastructure encryption.
Describe the solution you'd like
Template should deploy a v2 storage account instead of v1.
Describe alternatives you've considered
n/a
Additional context
Our organization enforces that all storage accounts should infrastructure encryption enabled. We are unable to create a v1 storage account because it results in FeatureNotSupportedForAccount
with message:
Infrastructure encryption is not supported for the account.
Aside from resolving this particular issue, updating to the latest storage account would allow for the most features of the storage account.