Azure / Azure/azure-powershell
New-AzBotService: Additional command line parameter for
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
## Feature details
When we create chatbot instance from UI, its creating new keyvault internally. There is no option to specify keyvault name. Its being taking dynamically. So, if AZ commands has a option to provide keyvault as command line argument then it can help in filling the gap.
The main reason for this ask is, we have seen organizations are having policies around Azure resource naming conventions, which is not matching with what Microsoft following. In this case keyvault resource name.
## Proposed implementation details (optional)
Create a new command line property for Keyvault and make it as non mandatory
If user provides keyvault then create keyvault with given name if its not present. And use it for rest of the process.
Contributor guide
Assessment
This issue has not been assessed yet.