diff --git a/infrastructure/app.bicep b/infrastructure/app.bicep index c8537fc..3633d1d 100644 --- a/infrastructure/app.bicep +++ b/infrastructure/app.bicep @@ -29,7 +29,7 @@ resource environment 'Microsoft.App/managedEnvironments@2025-01-01' = { } } -resource app 'Microsoft.App/containerApps@2024-03-01' = { +resource app 'Microsoft.App/containerApps@2025-01-01' = { name: 'ca-${context.locationAbbreviation}-${context.environment}-${context.projectName}-app' location: context.location identity: {