Skip to content

Commit

Permalink
Update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Oct 10, 2023
1 parent b652d91 commit acf0e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/dapr/dapr-azure.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param location string = resourceGroup().location
param environment string

resource app 'Applications.Core/applications@2023-10-01-preview' = {
name: 'dapr-quickstart'
name: 'dapr'
properties: {
environment: environment
}
Expand Down
2 changes: 1 addition & 1 deletion samples/dapr/dapr.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param environment string
param namespace string = 'default'

resource app 'Applications.Core/applications@2023-10-01-preview' = {
name: 'dapr-quickstart'
name: 'dapr'
properties: {
environment: environment
}
Expand Down

0 comments on commit acf0e04

Please sign in to comment.