Removing private endpoint connection from Event Grind Namespace not possible

Welker Michael 0 Reputation points
2024-06-28T08:25:53.17+00:00

Hello community,

we have an issue removing private endpoint connections from the Azure Event Grid.

When we try to reject a private endpoint connection we got the error message:

Failed to update private endpoint "endpoint name" with error: 400We also tried to remove the private endpoint connection, but then we got the following error:

Failed to delete private endpoint "private endpoint connection name" with error: The delete operation for PrivateEndpointConnections for resourceType namespaces with name "Event Grid name" failed. The initial state of the impacted resources (if any) are restored. Please try again in few minutes. If error still persists, report 7844299c-d0ab-4335-b147-232b42b65fff:6/28/2024 8:17:17 AM (UTC) to our forums for assistance or raise a support ticket.

As a last step we deleted the complete resource group and redeployed everything. But after the redeployment the private endpoint connections still exists and linke to a no longer existing private endpoint.

Do you have any suggestions for fixing this problem?

Best regards,

Michael

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
483 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
339 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 5,751 Reputation points
    2024-06-28T16:16:01.48+00:00

    Hello Welker Michael, The private endpoint is part of set of resources as NIC, Private dns zone and private endpoint itself. You can delete by the azure resource explorer follow this threath with the example: https://video2.skills-academy.com/en-us/answers/questions/981989/failed-to-delete-the-private-endpoint

    If the information helped address your question, please Accept the answer.

    Luis