Skip to content

Commit

Permalink
chore: update aca-helloworld namings
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 5b678ec commit 4e25827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param managedIdentityId string
param tags object

resource containerAppsEnvironment 'Microsoft.App/managedEnvironments@2023-11-02-preview' = {
name: 'cae-aca-helloworld'
name: 'cae-aca-hello-world'
location: location
identity: {
type: 'UserAssigned'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ param tags object
param trafficDistribution array

resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
name: 'aca-helloworld'
name: 'aca-hello-world'
location: location
tags: tags
identity: {
Expand All @@ -31,7 +31,7 @@ resource helloworld 'Microsoft.App/containerApps@2023-05-02-preview' = {
containers: [
{
image: 'mcr.microsoft.com/azuredocs/aks-helloworld:v1'
name: 'aca-helloworld'
name: 'aca-hello-world'
resources: {
cpu: json('0.5')
memory: '1.0Gi'
Expand Down

0 comments on commit 4e25827

Please sign in to comment.