Share via

Multiple data factories with in the same subscription/VNET use same private endpoint for authoring and monitoring the data factory (sub type -portal)

Irukulla, SivaCharan 21 Reputation points
2021-11-29T01:53:56.49+00:00

In a single subscription, we have setup 3 resource groups (dev, qa and prod). Under each resource group, we have created 3 data factories. This is all setup in a VNET behind firewalls. So, we have created private endpoints for all the data factories.

2 target sub resource types are available while creating a private end point in ADF. One (Data Factory) is for command communications between SHIR and Azure Data factory services and the other (Portal) is for authoring and monitoring the data factory that is in the VNET.

whenever we create a private endpoint for portal, the A record in the DNS zone is getting updated with the new private ip as the FQDN is always same (portal.privatelink.adf.azure.com). So, is it ok to create one private endpoint for all data factories for portal sub type?

For example:
When created private endpoint for portal subtype for ADF1, the A record points to 10.180.10.10
When created private endpoint for portal subtype for ADF2 with in the same subscription and vnet , the A record updates to 10.180.10.11

If I go to adf.azure.com, I see both ADF1 and ADF2.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Answer accepted by question author

KranthiPakala-MSFT 46,827 Reputation points Moderator
2021-12-03T20:23:32.793+00:00

Hi @Irukulla, SivaCharan ,

As per confirmation from product team, if a user has one VNET for multiple data factories and if you setup private link for one data factory, then other factories will leverage the same private link. which means even other data factories don't want to use it, the traffic goes through private link, not public.

Hope this clarifies. Do let us know if you have further query.

Thank you

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.