Skip to content

Commit 0929dfe

Browse files
authored
Merge pull request #29049 from chugugrace/patch-7
Update azure-storage-connection-manager.md
2 parents cc47167 + d2bb9bc commit 0929dfe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/integration-services/connection-manager/azure-storage-connection-manager.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ Finally, you can configure Microsoft Entra authentication with the managed ident
6666
To configure Microsoft Entra authentication with the managed identity of your ADF on your existing packages, the preferred way is to rebuild your SSIS project with the [latest SSIS Designer](../../ssdt/download-sql-server-data-tools-ssdt.md) at least once. Redeploy your SSIS project to run on Azure-SSIS IR, so that the new connection manager property `ConnectUsingManagedIdentity` is automatically added to all Azure Storage connection managers in your project. The alternative way is to directly use property overrides with the property path *\Package.Connections[{the name of your connection manager}].Properties[ConnectUsingManagedIdentity]* assigned to `True` at run time.
6767

6868
## Secure network traffic to your storage account
69-
ADF is now a [trusted Microsoft service](/azure/storage/common/storage-network-security#trusted-microsoft-services) to Azure Storage. When you use Microsoft Entra authentication with the managed identity of your ADF, it's possible to
70-
secure your storage account by [limiting access to selected networks](/azure/storage/common/storage-network-security#change-the-default-network-access-rule) while still allowing your ADF to access it. Please refer to the [Managing exceptions](/azure/storage/common/storage-network-security#managing-exceptions) article for instructions.
69+
When you use Microsoft Entra authentication with the managed identity of your ADF, it's possible to join your Azure-SSIS integration runtime to a virtual network, then secure your storage account by [limiting access to selected networks](/azure/storage/common/storage-network-security#change-the-default-network-access-rule) or private endpoint. Please refer to the [Managing exceptions](/azure/storage/common/storage-network-security#managing-exceptions) article for instructions.
7170

7271
## See also
7372
- [Integration Services (SSIS) Connections](../../integration-services/connection-manager/integration-services-ssis-connections.md)

0 commit comments

Comments
 (0)