@Sunilprasath Elangovan - Thanks for the question and using MS Q&A platform.
From your diagram, it seems like frontend and backend private links are in the same vnet, which makes no sense in the same subnet since they will point out to the same resource.
You can check in the private dns zone if there are the proper A records in there, as per the documentation you refer.
But I think the problem is related to a more architectural design, in the documentation you refer, there isn't any vnet peering, transit and customer data plane vnets are not peered and have different dns zones.
Normally in this type of hub & spoke network topologies, with vnet peering, you would have 3 vnets:
- Transit vnet: Has vpn gateway and private endpoint for web auth, linked with dns zone
- Hub vnet: Has private endpoint for web app and storage accounts
- Data Plane vnet: linked with dns zone
Peering happens between transit and hub, and between hub and data plane.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.