Skip to content

Commit

Permalink
feat: introduce new revision
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <[email protected]>
  • Loading branch information
guidemetothemoon committed Apr 3, 2024
1 parent 08af9fb commit 7d7e2ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
env: [
{
name: 'TITLE'
value: 'Hello World from Azure Container Apps (ACA)!'
value: 'Hello World from Azure Container Apps (ACA)- V2!'
}
]
probes: [
Expand Down
8 changes: 4 additions & 4 deletions aca-revision-and-traffic-management/parameters/dev.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ param tags = {
param trafficDistribution = [
{
latestRevision: true
weight: 100
weight: 50
}
/*{
revisionName: ''
{
revisionName: 'aca-hello-world--3h77zdz'
weight: 50
}*/
}
]

// 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 comments on commit 7d7e2ce

Please sign in to comment.