Using Private Link, you can securely connect your Azure-deployed services to Hightouch.
Network traffic between Hightouch and your services connected by Azure Private Link stays on the Microsoft backbone network and doesn't travel over the public internet. That means that you can restrict public access to your services, and your data is never exposed to the public internet.
Hightouch currently supports Azure Private Link for the following services:
- Azure Databricks
- Azure Blob Storage
- Snowflake (Azure-hosted)
Azure Databricks
Prerequisites
- Hightouch supports Azure Private Link on Business tier accounts.
Getting started
Please to our customer success team to get started with Azure Private Link for Azure Databricks.
Azure Storage
Prerequisites
- Hightouch supports Azure Private Link on Business tier accounts.
Getting started
Please to our customer success team to get started with Azure Private Link for Azure Storage.
Snowflake (Azure-hosted)
Prerequisites
- Hightouch supports Azure Private Link on Business tier accounts.
Getting started
Please to our customer success team to get started with Azure Private Link for Snowflake.
Setup steps
- Run this command in Snowflake to retrieve your PrivateLink config:
SELECT SYSTEM$GET_PRIVATELINK_CONFIG();
- Once verified, Hightouch will connect to your Snowflake destination privately via Azure Private Link.
For reference, see Snowflake’s documentation on Azure Private Link setup.