Azure Private Link ↗ provides private connectivity to Foundry by ensuring that access to Foundry is through a private IP address. Note that Azure Private Link is an Microsoft service.
Traffic can occur from your non-Foundry virtual network (VNet) to the Foundry VNet using the Microsoft backbone network. Private Link traffic and open internet traffic to Foundry are supported at the same time by configuring additional IP whitelists using the Ingress Configuration in Control Panel.
ingress-privatelink.<GUID>.<REGION>.azure.privatelinkservice
./subscriptions/<SUBSCRIPTION_UUID>/resourceGroups/<RESOURCE_GROUP_NAME>/providers/Microsoft.Network/privateEndpoints/<PRIVATE_ENDPOINT_NAME>
<your-enrollment>.palantirfoundry.com
). Otherwise, add a subdomain prefix to match the full Foundry domain.*.palantirfoundry.com
), there is additional configuration needed to funnel internal Foundry services through the endpoint as well, for which the steps are defined in the documentation on customer-owned domain private links.Traffic that occurs from Foundry to other Azure VNets can also be configured to be routed through the Azure backbone instead of the public internet, as long as both the Foundry instance's VNet and the target VNet are in the same Azure region.
Some Azure services support sending all traffic via the Azure backbone without extra Azure costs of using a custom Private Link, by using Azure gateways. The Azure services currently supported are:
For private connectivity to all other Azure services or Azure VNets, an egress Private Link needs to be set up. Contact your Palantir representative for more information.