Skip to content

Commit

Permalink
Adding protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Jan 16, 2024
1 parent 0d69a19 commit 9781cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource appConfiguration 'Microsoft.AppConfiguration/configurationStores@2023-0
name: 'AzureServices:WebPubSubEndpoint'
properties: {
contentType: 'text/plain'
value: webPubSub.properties.hostName
value: 'https://${webPubSub.properties.hostName}'
}
}
resource webPubSubHubConfigurationValue 'keyValues@2023-03-01' = {
Expand Down

0 comments on commit 9781cf9

Please sign in to comment.