An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
The email is notifying you of a security change in Azure Synapse Analytics.
Starting August 1, 2026, Azure Synapse will no longer be able to access Azure Storage or Azure Key Vault by relying on Managed Identity together with the "Allow trusted Microsoft services" firewall exception. Instead, connectivity must use Managed Virtual Network (Managed VNet) and Managed Private Endpoints (Private Link).
Step 1 – Determine whether you're affected
Your workspace is affected if it uses a Managed Identity to access an Azure Storage account or Azure Key Vault that has firewall restrictions enabled and currently relies on the "Allow trusted Microsoft services" firewall exception. If your workspace already uses Managed Private Endpoints, no further action is required.
Step 2 – Verify whether your workspace uses a Managed Virtual Network
Open the Azure portal and navigate to your Synapse workspace. Check whether Managed Virtual Network is enabled.
Important: Managed Virtual Network is selected when the workspace is created and cannot be enabled later. If your existing workspace was created without Managed VNet, you'll need to create a new Synapse workspace with Managed VNet enabled and migrate your Synapse artifacts.
Step 3 – Create Managed Private Endpoints
Open Synapse Studio, go to Manage > Managed private endpoints, and select + New. Create Managed Private Endpoints for your Azure Storage account (Blob/Data Lake Gen2) and Azure Key Vault, then wait for the endpoint requests to be created.
Step 4 – Approve the Private Endpoint connections
Open each Azure Storage account and Azure Key Vault in the Azure portal, navigate to Networking > Private endpoint connections, locate the pending connection request from the Synapse workspace, and approve it.
Step 5 – Validate connectivity
After the connections are approved, test your linked services and run a pipeline or notebook to verify that Synapse can successfully access Azure Storage and retrieve secrets from Azure Key Vault. Once validation is complete, the workspace no longer depends on the Trusted Microsoft Services firewall exception.
If your workspace doesn't use Managed VNet
If your workspace was created without Managed VNet, create a new Synapse workspace with Managed Virtual Network enabled, migrate your Synapse artifacts (such as pipelines, notebooks, SQL scripts, and linked services), recreate the Managed Private Endpoints, and validate the new workspace before the retirement date.
For more information, refer to the Azure Synapse documentation on Managed Virtual Networks and Managed Private Endpoints.