System.FormatException when building Azure Bicep file to JSON
I'm encountering a System.FormatException when trying to build my all Azure Bicep file into an ARM template JSON. The command I am using is: simple.bicep resource storageAccount 'Microsoft.Storage/storageAccounts@2021-04-01' = { name: 'mystorageaccount' location: 'West US' kind: 'StorageV2' sku: { name:…