We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd29f7 commit 209c8b8Copy full SHA for 209c8b8
infra/api.bicep
@@ -74,7 +74,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-10-02-preview' = {
74
managedEnvironmentId: containerAppEnvironmentId
75
configuration: {
76
activeRevisionsMode: 'Labels'
77
- targetLabel: version
+ targetLabel: 'production'
78
maxInactiveRevisions: 5
79
registries: [
80
{
0 commit comments