diff --git a/infra/main.bicep b/infra/main.bicep index 096c853..f97b5fa 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -60,7 +60,7 @@ module web './core/host/appservice.bicep' = { AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING' AZURE_SQL_IDENTITY_CONNECTION_STRING_KEY: 'AZURE-SQL-IDENTITY-CONNECTION-STRING' AZURE_KEY_VAULT_ENDPOINT: keyVault.outputs.endpoint - AZD_TEMPLATE: 'enable' + Environment: 'Prod' } } }