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.