- Create a private DNS zone that matches the service hostname.
example.privatelink.unstructuredapp.io, the private DNS zone would be privatelink.unstructuredapp.io.
- Add a DNS record for the service hostname. Create an A record for the full service hostname that points to the private IP address of your private endpoint.
example.privatelink.unstructuredapp.io would point to 10.12.34.56.
- Link the DNS zone to your VNet(s). Ensure the private DNS zone is linked to the VNets where clients will access the service.

