From fd5e7cc3321fb4603adb5147708b7557ee00cd94 Mon Sep 17 00:00:00 2001 From: Eduard Keilholz Date: Tue, 16 Jan 2024 22:09:54 +0100 Subject: [PATCH] Change config name --- infrastructure/resources.bicep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'