Skip to content

Commit

Permalink
Name change in dapr configuration store recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
SoTrx committed Sep 23, 2024
1 parent 786092f commit f971c51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource app 'Applications.Core/applications@2023-10-01-preview' = {
}

//SAMPLE
resource pubsub 'Applications.Dapr/configurationStores@2023-10-01-preview' = {
resource configStore 'Applications.Dapr/configurationStores@2023-10-01-preview' = {
name: 'configstore'
properties: {
environment: environment
Expand Down

0 comments on commit f971c51

Please sign in to comment.