Forum Discussion
chandrab3009
Dec 15, 2021Copper Contributor
Issue in access eventgrid using private end point
Hi experts, I need help in the below situation
1. Created a event grid topic( dynamic up for the url (https://sample-interviewupdates.westeurope-1.eventgrid.azure.net/api/events) that is generated)
2. Vnet created with a subnet ( ex10.1.0.10) 10.1.0.10/16
3. Virtual network gateway for vnet
4. I have on premise vpn with firewall
5. Local network gateway with above vpn network details(ex 198.1.1.1)
6. Created private endpoint for event grid by mapping above vnet.
(https://sample-interviewupdates.westeurope-1.privatelink.eventgrid.azure.net/api/events) and ip mapping 10.1.0.12
(https://sample-interviewupdates.westeurope-1.privatelink.eventgrid.azure.net/api/events) and ip mapping 10.1.0.12
7. Client applications which is in vpn network trying to access the event grid with its url not working. Tried to ping url it’s showing dynamic of event grid not the private end point.
Do you have any clue what could be the reason?? It seems local @firewall has an issue or routing issue??
Thankyou in advance
- Remco8888Copper Contributor
chandrab3009 That sounds like the dns is not configured properly. Have you registered the private endpoint in a private dns zone and are you using these zone in your client application?