An Azure service for ingesting, preparing, and transforming data at scale.
Hello bhakti khode,
Please note that VPN connections are NOT considered to be within Corpnet.
If you need to access IP restricted data factories remotely, you may be able to route traffic to management.azure.com over your corpnet VPN connection. Keep in mind this can fix ADF access but cause other issues so proceed with caution:
- Open an administrative command prompt
- Run 'nslookup management.azure.com ' and make note of the IP address listed
- Run 'ipconfig' to get your MSFTVPN IP address
- Add a route rule to force all traffice to management.azure.com via VPN with 'route -p add <<nslookupip>> mask 255.255.255.255 <<Your MSFTVP IPv4 address>>'
- Test access to Data Factory in an InPrivate window to avoid caching issues
If this causes any issues, you can undo this by running 'route -p delete <<nslookupip>>'
Alternatively, you can get reliable access to ADF via a Remote Desktop.
If this answers your question, please consider accepting the answer by hitting the Accept answer and up-vote as it helps the community look for answers to similar questions.