diff --git a/azure/bicep/main.bicep b/azure/bicep/main.bicep index f27a261d..50ac95d7 100644 --- a/azure/bicep/main.bicep +++ b/azure/bicep/main.bicep @@ -1,14 +1,14 @@ targetScope = 'resourceGroup' -@allowed(['dev', 'prod']) -param environment string = 'dev' +// @allowed(['dev', 'prod']) +// param environment string = 'dev' param location string = resourceGroup().location param name string = 'final-hill-cathedral' // param dockerComposeFile string // Dummy for testing resource stg 'Microsoft.Storage/storageAccounts@2023-04-01' = { - name: toLower('stg-${name}-${environment}') + name: toLower('stg-${name}') location: location sku: { name: 'Standard_LRS'