Skip to content

Commit d8ec278

Browse files
authored
Merge pull request #80486 from lewischeng-ms/master
Update enable-aad-authentication-azure-ssis-ir.md
2 parents 8e2e3a6 + 7e6181b commit d8ec278

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

articles/data-factory/enable-aad-authentication-azure-ssis-ir.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ manager: craigg
1515
---
1616
# Enable Azure Active Directory authentication for Azure-SSIS Integration Runtime
1717

18-
This article shows you how to enable Azure Active Directory (Azure AD) authentication with the managed identity for your Azure Data Factory (ADF) and use it instead of SQL authentication to create an Azure-SSIS Integration Runtime (IR) that will in turn provision SSIS catalog database (SSISDB) in Azure SQL Database server/Managed Instance on your behalf.
18+
This article shows you how to enable Azure Active Directory (Azure AD) authentication with the managed identity for your Azure Data Factory (ADF) and use it instead of conventional authentication methods (like SQL authentication) to:
19+
20+
- Create an Azure-SSIS Integration Runtime (IR) that will in turn provision SSIS catalog database (SSISDB) in Azure SQL Database server/Managed Instance on your behalf.
21+
22+
- Connect to various Azure resources when running SSIS packages on Azure-SSIS IR.
1923

2024
For more info about the managed identity for your ADF, see [Managed identiy for Data Factory](https://docs.microsoft.com/azure/data-factory/data-factory-service-identity).
2125

@@ -209,4 +213,14 @@ To provision your Azure-SSIS IR with PowerShell, do the following things:
209213
Start-AzDataFactoryV2IntegrationRuntime -ResourceGroupName $ResourceGroupName `
210214
-DataFactoryName $DataFactoryName `
211215
-Name $AzureSSISName
212-
```
216+
```
217+
218+
## Run SSIS Packages with Managed Identity Authentication
219+
220+
When you run SSIS packages on Azure-SSIS IR, you can use managed identity authentication to connect to various Azure resources. Currently we have already supported managed identity authentication in the following connection managers.
221+
222+
- [OLE DB Connection Manager](https://docs.microsoft.com/sql/integration-services/connection-manager/ole-db-connection-manager#managed-identities-for-azure-resources-authentication)
223+
224+
- [ADO.NET Connection Manager](https://docs.microsoft.com/sql/integration-services/connection-manager/ado-net-connection-manager#managed-identities-for-azure-resources-authentication)
225+
226+
- [Azure Storage Connection Manager](https://docs.microsoft.com/sql/integration-services/connection-manager/azure-storage-connection-manager#managed-identities-for-azure-resources-authentication)

0 commit comments

Comments
 (0)