Skip to content

Commit

Permalink
Change config name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Jan 16, 2024
1 parent 6c53a1e commit fd5e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ resource appConfiguration 'Microsoft.AppConfiguration/configurationStores@2023-0
publicNetworkAccess: 'Enabled'
}
resource webPubSubConfigurationValue 'keyValues@2023-03-01' = {
name: 'AzureServices__WebPubSubEndpoint'
name: 'AzureServices:WebPubSubEndpoint'
properties: {
contentType: 'text/plain'
value: webPubSub.name
}
}
resource webPubSubHubConfigurationValue 'keyValues@2023-03-01' = {
name: 'AzureServices__WebPubSubHub'
name: 'AzureServices:WebPubSubHub'
properties: {
contentType: 'text/plain'
value: 'whackamole'
Expand Down

0 comments on commit fd5e7cc

Please sign in to comment.