diff --git a/infrastructure/app.bicep b/infrastructure/app.bicep index 714568a..7c3a8e4 100644 --- a/infrastructure/app.bicep +++ b/infrastructure/app.bicep @@ -29,7 +29,7 @@ resource environment 'Microsoft.App/managedEnvironments@2024-03-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: {