az network private-endpoint asg add for a bot service private endpoint fails with "Error message: Private link resource already exists" #27963
Labels
Auto-Assign
Auto assign by bot
Auto-Resolve
Auto resolve by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Network
az network vnet/lb/nic/dns/etc...
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
This issue is responsible by Azure service team.
Milestone
Describe the bug
I have a private endpoint which targets an Azure Bot Service instance (PE sub-resource type
Bot
). I have created an application security group and am trying to add an association between the application security group and the private endpoint withaz network private-endpoint asg add
. When I run this command I get the following error message:Note that although we get this error message the association does appear to have been added, showing in the Portal:
Related command
az network private-endpoint asg add
Errors
(NameAlreadyExists) Call to Microsoft.BotService/botServices failed. Error message: Private link resource already exists
Code: NameAlreadyExists
Message: Call to Microsoft.BotService/botServices failed. Error message: Private link resource already exists
Issue script & Debug output
Expected behavior
An association is added between the Bot Service private endpoint and the Application Security Group and the Azure CLI command does not return an error.
Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: