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
╷
│ Error: creating Private Endpoint (Subscription: "76a74f3e-8631-4336-8d9e-3d8416163c4a"
│ Resource Group Name: "bot"
│ Private Endpoint Name: "BotEndpoint"): polling after CreateOrUpdate: polling failed
│
│ with azurerm_private_endpoint_application_security_group_association.this["BotEndpoint"],
│ on ../../main.tf line 67, in resource "azurerm_private_endpoint_application_security_group_association""this":
│ 67: resource "azurerm_private_endpoint_application_security_group_association""this" {
│
│ creating Private Endpoint (Subscription: ""
│ Resource Group Name: "bot"
│ Private Endpoint Name: "BotEndpoint"): polling after CreateOrUpdate: polling failed
╵
Expected Behaviour
Application Security Group created and associated to private endpoint without errors.
Actual Behaviour
The Application Security Group is created and it's associated to private endpoint (This is private endpoint for bot Service), but the terraform gives that error (The work was done).
When try again, i got error saying the association already exists (it's true)
The text was updated successfully, but these errors were encountered:
Debug Output/Panic Output
Expected Behaviour
Application Security Group created and associated to private endpoint without errors.
Actual Behaviour
The Application Security Group is created and it's associated to private endpoint (This is private endpoint for bot Service), but the terraform gives that error (The work was done).
When try again, i got error saying the association already exists (it's true)
The text was updated successfully, but these errors were encountered: