Skip to content

Commit

Permalink
chore: rollback to default aca-helloworld revisions
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <kristina.devochko@tietoevry.com>
  • Loading branch information
guidemetothemoon committed Apr 3, 2024
1 parent 3b10948 commit f59868f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
external: true
targetPort: 80
transport: 'http'
clientCertificateMode: 'accept'
clientCertificateMode: 'ignore'
traffic: trafficDistribution
}
activeRevisionsMode: 'Multiple'
Expand All @@ -39,7 +39,7 @@ resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
env: [
{
name: 'TITLE'
value: 'Hello World from Azure Container Apps (ACA) V2!'
value: 'Hello World from Azure Container Apps (ACA)!'
}
]
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: 50
weight: 100
}
{
revisionName: 'aca-hello-world--oca537w'
/*{
revisionName: ''
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 f59868f

Please sign in to comment.