diff --git a/infrastructure/resources.bicep b/infrastructure/resources.bicep index 4587784..e90f7c7 100644 --- a/infrastructure/resources.bicep +++ b/infrastructure/resources.bicep @@ -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'