Support creation of Azure Bot using cli
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Is your feature request related to a problem? Please describe.**
Web App Bot and Bot Channels Registration are deprecated and we are expected to use Azure Bot. We can create Azure Bot using Azure portal as in [Microsoft doc](https://docs.microsoft.com/en-us/azure/bot-service/abs-quickstart?view=azure-bot-service-4.0&tabs=userassigned#create-the-resource). But there is no way to create Azure Bot using `az cli`
**Describe the solution you'd like**
`az bot create` [[link](https://docs.microsoft.com/en-us/cli/azure/bot?view=azure-cli-latest#az_bot_create)] to be updated to create Azure Bot with new value for `kind` parameter.
**Describe alternatives you've considered**
There is a an example with ARM tempaltes at [Microsoft doc](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli?view=azure-bot-service-4.0&tabs=csharp%2Csingletenant#deploy-via-arm-template-with-existing-resource-group). But I feel that still creates the older Web App Bot and not the newer Azure Bot.
**Additional context**
There is related issue at #19584. But that appears to be a request to correct documentation.
Contributor guide
Assessment
This issue has not been assessed yet.