Issue Creating Private Endpoint with Azure Application Gateway's Private Link Enabled
Hello Azure Community,
We are facing an issue while creating a private endpoint in Azure, and we need some assistance to resolve this.
Scenario:
- We have created an Azure Application Gateway with the private link feature enabled.
- Now, we are trying to create a private endpoint in another subscription.
- During the private endpoint setup, we provided the following reference details for the Application Gateway:
- Resource Reference:
/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Network/applicationGateways/<application-gateway>/private-link-gateway
- Sub-resource: The private IP configuration name.
- We also specified a private subnet during the creation of the private endpoint.
- Resource Reference:
Issue:
- After a few seconds, the private endpoint creation fails with the following error message: "An error occurred. Failed to create remote connection for private endpoint /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Network/privateEndpoints/<private-endpoint-name> (Code: InternalServerError)."
We are unsure of what might be causing this issue. Could it be related to permissions, misconfigurations, or a known bug?
Request:
- Could you please help us understand why this might be failing?
- Are there any specific troubleshooting steps we can follow to identify the root cause?
Thank you in advance for your guidance!Hello Azure Community,
We are facing an issue while creating a private endpoint in Azure, and we need some assistance to resolve this.
Scenario:
- We have created an Azure Application Gateway with the private link feature enabled.
- Now, we are trying to create a private endpoint in another subscription.
- During the private endpoint setup, we provided the following reference details for the Application Gateway:
- Resource Reference:
/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Network/applicationGateways/<application-gateway>/private-link-gateway
- Sub-resource:
The private IP configuration name. - We also specified a private subnet during the creation of the private endpoint.
- Sub-resource:
- Resource Reference:
Issue:
- After a few seconds, the private endpoint creation fails with the following error message:
"An error occurred. Failed to create remote connection for private endpoint /subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Network/privateEndpoints/<private-endpoint-name> (Code: InternalServerError)."
We are unsure of what might be causing this issue. Could it be related to permissions, misconfigurations, or a known bug?
Request:
- Could you please help us understand why this might be failing?
- Are there any specific troubleshooting steps we can follow to identify the root cause?
Thank you in advance for your guidance!