Skip to content

Commit 7d7e2ce

Browse files
feat: introduce new revision
Signed-off-by: Kristina Devochko <[email protected]>
1 parent 08af9fb commit 7d7e2ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aca-revision-and-traffic-management/modules/aca-public-apps.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
3939
env: [
4040
{
4141
name: 'TITLE'
42-
value: 'Hello World from Azure Container Apps (ACA)!'
42+
value: 'Hello World from Azure Container Apps (ACA)- V2!'
4343
}
4444
]
4545
probes: [

aca-revision-and-traffic-management/parameters/dev.bicepparam

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ param tags = {
1111
param trafficDistribution = [
1212
{
1313
latestRevision: true
14-
weight: 100
14+
weight: 50
1515
}
16-
/*{
17-
revisionName: ''
16+
{
17+
revisionName: 'aca-hello-world--3h77zdz'
1818
weight: 50
19-
}*/
19+
}
2020
]
2121

2222
// Command to get revision names: az containerapp revision list --name aca-hello-world --resource-group rg-aca-helloworld-neu-dev --query [].name -o tsv

0 commit comments

Comments
 (0)