My application on Azure consists of a Storage Account, Cosmos DB, SQL Server, a Web App, and a Function App. The Private Endpoint needs to be set up and used. Every type of Private Endpoint requires a dedicated Azure Private DNS.
eg:
- privatelink.documents.azure.com
- privatelink.file.core.windows.net
Is it necessary to have dedicated Private DNS for each resource type like file, blob, table, Cosmos, and SQL? Can't I use the same Private DNS for all type of Private Endpoints?