- Identifying impacted workspaces
The retirement described applies to Azure Synapse Analytics workspaces that currently rely on the trusted services capability to reach Azure Storage (ADLS Gen2) and/or Azure Key Vault using a managed identity plus a firewall exception on those resources.
From the provided information, the recommended target state is:
- A Synapse workspace deployed with a Managed Virtual Network.
- Managed private endpoints from that workspace to the ADLS Gen2 storage account (and similarly to other PaaS resources as needed).
- Network settings enabled on both sides so Azure Synapse Link and other data-plane operations can continue to function:
- On the storage account: Allow Azure services and resources to access this storage account.
- On the Synapse workspace: Allow Azure services and resources to access this workspace.
To identify which customer environments are impacted, the practical approach is:
- Enumerate Synapse workspaces per customer and check:
- Whether they are using Azure Synapse Link for Dataverse or other integrations that depend on Synapse accessing ADLS Gen2/Key Vault via managed identity.
- Whether those storage accounts/Key Vaults are configured with firewall restrictions plus trusted services (rather than private endpoints or fully open public access).
- Any workspace that:
- Uses managed identity to access Storage/Key Vault, and
- Relies on the trusted services firewall exception (instead of a managed private endpoint),
should be treated as in scope and transitioned to:
- Synapse workspace with Managed VNet, and
- Managed private endpoints to the relevant storage accounts (and other PaaS resources).
Workspaces already using a Managed VNet plus managed private endpoints to their storage/Key Vault are already aligned with the target model described and are not functionally impacted by the retirement of trusted services.
- Scope clarification
The communication explicitly scopes the change to the scenario:
“storage account / Key Vault with a managed identity and a firewall exception.”
The transition guidance states that if a customer decides to move to private links, they must:
- Create a Synapse workspace with a managed virtual network.
- Create a managed private endpoint for the storage account (ADLS Gen2), replacing the trusted-services firewall exception.
- Enable the two Allow Azure services and resources to access… settings on both the storage account and the Synapse workspace so Azure Synapse Link can connect.
This directly addresses environments that:
- Use managed identity from Synapse to Storage/Key Vault, and
- Depend on trusted services plus firewall rules to allow that access.
A storage account that is fully open to the public internet (no firewall restrictions, no service endpoints, no trusted-services restriction) does not rely on the trusted-services firewall exception to allow Synapse access. Based on the description, the retirement is focused on removing that trusted-services mechanism, not on public, unrestricted storage accounts.
Therefore, the change is scoped to:
- Storage accounts/Key Vaults that:
- Use firewall restrictions, and
- Allow Synapse via the trusted services exception in combination with managed identity.
Storage accounts that are fully public (no firewall, no trusted-services restriction) are not described as being directly in scope of this retirement in the provided material. However, for security and data exfiltration protection, the recommended pattern remains to use Managed VNet + managed private endpoints rather than public access.
References: