diff --git a/cicd/bicep/app.bicep b/cicd/bicep/app.bicep index 138ddc3..e30b926 100644 --- a/cicd/bicep/app.bicep +++ b/cicd/bicep/app.bicep @@ -265,7 +265,7 @@ resource containerApp 'Microsoft.App/containerApps@2024-02-02-preview' = { type: 'cpu' metadata: { type: 'Utilization' - value: '80' + value: '60' // Scale early to avoid cold start } } }