You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integration-services/lift-shift/ssis-azure-connect-with-windows-auth.md
+42-41Lines changed: 42 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Connect to on-premises data sources and Azure file shares with Windows Authentication | Microsoft Docs"
3
-
ms.date: "09/25/2017"
3
+
ms.date: "11/27/2017"
4
4
ms.topic: "article"
5
5
ms.prod: "sql-non-specified"
6
6
ms.prod_service: "integration-services"
@@ -16,43 +16,11 @@ manager: "craigg"
16
16
ms.workload: "Inactive"
17
17
---
18
18
# Connect to on-premises data sources and Azure file shares with Windows Authentication
19
-
This article describes how to configure the SSIS Catalog on Azure SQL Database to run packages that use Windows Authentication to connect to on-premises data sources and Azure file shares.
19
+
This article describes how to configure the SSIS Catalog on Azure SQL Database to run packages that use Windows Authentication to connect to on-premises data sources and Azure file shares. You can use Windows authentication to connect to data sources in the same virtual network as the Azure SSIS Integration Runtime, both on premises and on Azure virtual machines and in Azure Files.
20
20
21
21
The domain credentials that you provide when you follow the steps in this article apply to all package executions on the SQL Database instance until you change or remove the credentials.
22
22
23
-
## Connect to on-premises data sources
24
-
25
-
### Prerequisite
26
-
Before you set up domain credentials for Windows Authentication, check whether a non-domain-joined computer can connect to your on-premises data source in `runas` mode.
27
-
28
-
#### Connecting to SQL Server
29
-
To check whether you can connect to an on-premises SQL Server, do the following things:
30
-
31
-
1. To run this test, find a non-domain-joined computer.
32
-
33
-
2. On the non-domain-joined computer, run the following command to start SQL Server Management Studio (SSMS) with the domain credentials that you want to use:
3. From SSMS, check whether you can connect to the on-premises SQL Server that you want to use.
40
-
41
-
#### Connecting to a file share
42
-
To check whether you can connect to an on-premises file share, do the following things:
43
-
44
-
1. To run this test, find a non-domain-joined computer.
45
-
46
-
2. On the non-domain-joined computer, run the following command. This command opens a command prompt window with the domain credentials that you want to use, and then tests connectivity to the file share by getting a directory listing.
3. Check whether the directory listing is returned for the on-premises file share that you want to use.
54
-
55
-
### Provide domain credentials
23
+
## Provide domain credentials for Windows Authentication
56
24
To provide domain credentials that let packages use Windows Authentication to connect to on-premises data sources, do the following things:
57
25
58
26
1. With SQL Server Management Studio (SSMS) or another tool, connect to the SQL Database that hosts the SSIS Catalog database (SSISDB). For more info, see [Connect to the SSISDB Catalog database on Azure](ssis-azure-connect-to-catalog-database.md).
@@ -64,6 +32,7 @@ To provide domain credentials that let packages use Windows Authentication to co
64
32
```sql
65
33
catalog.set_execution_credential @user='<your user name>', @domain='<your domain name>', @password='<your password>'
66
34
```
35
+
67
36
4. Run your SSIS packages. The packages use the credentials that you provided to connect to on-premises data sources with Windows Authentication.
68
37
69
38
### View domain credentials
@@ -94,24 +63,56 @@ To clear and remove the credentials that you provided as described in this artic
You can use Windows authentication to connect to file shares in the same virtual network as the Azure SSIS Integration Runtime, both on premises and on Azure virtual machines and in Azure Files. For more info about Azure Files, see [Azure Files](https://azure.microsoft.com/services/storage/files/).
66
+
## Connect to an on-premises SQL Server
67
+
To check whether you can connect to an on-premises SQL Server, do the following things:
68
+
69
+
1. To run this test, find a non-domain-joined computer.
70
+
71
+
2. On the non-domain-joined computer, run the following command to start SQL Server Management Studio (SSMS) with the domain credentials that you want to use:
3. From SSMS, check whether you can connect to the on-premises SQL Server that you want to use.
78
+
79
+
## Connect to an on-premises file share
80
+
To check whether you can connect to an on-premises file share, do the following things:
81
+
82
+
1. To run this test, find a non-domain-joined computer.
83
+
84
+
2. On the non-domain-joined computer, run the following command. This command opens a command prompt window with the domain credentials that you want to use, and then tests connectivity to the file share by getting a directory listing.
0 commit comments