For Synapse private link hub, create single private endpoint in your hub Vnet that is peered with spoke Synapse Vnets. Private link hubs are intended for loading the static content of Synapse Studio over private links and will connect to respective Synapse resources like SQL/serverless SQL private endpoints.
So, there should be a single private dns zone (privatelink .azuresynapse.net)in hub Vnet for private link hub.
Azure synapse studio private endpoint configuration
Hello,
We have multiple synapse workspaces, one for each environment (prod, preprod,dev and test). We have created pvt dns zones on Azure one for each sub resources.
privatelink.azuresynapse.net - pvt link hubs
privatelink.sql.azuresynapse.net - sql/sqlondemand
privatelink.dev.azuresynapse.net - dev
However, the fqdn for azure pvt link hub remains same for all the 4 workspaces and I don't think we can add multiple IP addresses to the same A record.
can someone help us, what's the best practices when we have multiple workspaces? how to handle DNS resolution for synapse studio?
Regards
Thahif
-
Vidya Narasimhan 2,126 Reputation points Microsoft Employee
2022-08-28T14:34:55.473+00:00
1 additional answer
Sort by: Most helpful
-
msrini-MSFT 9,286 Reputation points Microsoft Employee
2022-08-25T14:55:27.86+00:00 Hi,
You will need to create separate Private DNS Zones of the below, in each of your environment.
privatelink.azuresynapse.net - pvt link hubs
privatelink.sql.azuresynapse.net - sql/sqlondemand
privatelink.dev.azuresynapse.net - devThen link your DNS Zones to the respective VNET environments.
Let me know if you have any issues.
Regards,
Karthik Srinivas