Is your feature request related to a problem? Please describe.
I need to be able to stand up a bot and the associated web page from an Azure DevOps pipeline. The Azure portal can't be used at all during this process.
I am able to add a direct line channel to the bot az bot directline create ..., but I'm unable to add a trusted origin.
Describe the solution you'd like
I should be able to add a trusted origin using the Azure CLI or some REST API.
Describe alternatives you've considered
This must be done without the Azure portal, so I haven't been able to find any alternatives.
Additional context
- I'm hoping this functionality already exists and that someone can point me in the right direction.
- I created a Stack Overflow question asking for help related to this issue.
Is your feature request related to a problem? Please describe.
I need to be able to stand up a bot and the associated web page from an Azure DevOps pipeline. The Azure portal can't be used at all during this process.
I am able to add a direct line channel to the bot
az bot directline create ..., but I'm unable to add a trusted origin.Describe the solution you'd like
I should be able to add a trusted origin using the Azure CLI or some REST API.
Describe alternatives you've considered
This must be done without the Azure portal, so I haven't been able to find any alternatives.
Additional context