Azure Networking: Azure PrivateLink
Azure Networking: Azure PrivateLink
Azure Networking: Azure PrivateLink
Use Azure Private Link to create private connections from Astro to your Azure services without exposing your data to the public internet.
Astro clusters are pre-configured with the Azure blob private endpoint.
To request additional endpoints, or assistance connecting to other Azure services, provide Astronomer support with the following information for the resource you want to connect to using Private Link:
For example, to connect with Azure Container Registry:
az acr show -n myRegistry to get the resource ID.After Astronomer configures the connection, you can create Airflow connections to your resource. In some circumstances, you might need to modify your dags to address the service by its private link name (For example, StorageAccountA.privatelink.blob.core.windows.net instead of StorageAccountA.blob.core.windows.net).
Note that you’ll incur additional Azure infrastructure costs for every Azure private endpoint that you use. See Azure Private Link pricing.