How can I use Bicep to retrieve the WebChat embed code for CICD?
The doc doesn’t seem to specify a property or function.
https://learn.microsoft.com/en-us/azure/templates/microsoft.botservice/botservices?pivots=deployment-language-bicep
I found this but it seems my usage is incorrect:
https://www.pulumi.com/registry/packages/azure-native/api-docs/botservice/listchannelwithkeys/#webchatchannelpropertiesresponse
//azureBot is my botServices resource
var embedCode = azureBot.listChannelWithKeys().properties.channelName.WebChatChannel.properties.webChatEmbedCode
New contributor
user26123493 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.