Currently 'metadata' is a supported property in ARM templates for storing customer metadata of any type (it's effectively ignored by ARM). In Bicep, specifying metadata in the top-level resource results in a rejection:
Error BCP037: The property 'metadata' is not allowed on objects of type 'Microsoft.Storage/storageAccounts@2019-04-01'.
Currently 'metadata' is a supported property in ARM templates for storing customer metadata of any type (it's effectively ignored by ARM). In Bicep, specifying metadata in the top-level resource results in a rejection:
Error BCP037: The property 'metadata' is not allowed on objects of type 'Microsoft.Storage/storageAccounts@2019-04-01'.