You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
The azure cli create option for directline channel (az bot directline create ) just allow one site. In the web portal several can be added and the response object from the az bot directline show is even an array.
Running the command multiple times override the previous one.
To Reproduce
Steps to reproduce the behavior: az bot directline create --name foo --resource-group bar -s Site1
Expected behavior
Several sites can be used as command parameter: az bot directline create --name foo --resource-group bar -s Site1 Site2
Or az bot directline create --name foo --resource-group bar -s Site1 -s Site2
Tool
Name: [Msbot]
Version: az cli
OS: all
Describe the bug
The azure cli create option for directline channel (az bot directline create ) just allow one site. In the web portal several can be added and the response object from the az bot directline show is even an array.
Running the command multiple times override the previous one.
To Reproduce
Steps to reproduce the behavior:
az bot directline create --name foo --resource-group bar -s Site1Expected behavior
Several sites can be used as command parameter:
az bot directline create --name foo --resource-group bar -s Site1 Site2Or
az bot directline create --name foo --resource-group bar -s Site1 -s Site2[bug]