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-deploy-run-monitor-tutorial.md
+7-13Lines changed: 7 additions & 13 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: "Deploy and run an SSIS package in Azure | Microsoft Docs"
3
-
ms.date: "02/05/2018"
3
+
ms.date: "5/22/2018"
4
4
ms.topic: conceptual
5
5
ms.prod: sql
6
6
ms.prod_service: "integration-services"
@@ -20,10 +20,7 @@ This tutorial shows you how to deploy a SQL Server Integration Services project
20
20
21
21
Before you start, make sure you have version 17.2 or later of SQL Server Management Studio. To download the latest version of SSMS, see [Download SQL Server Management Studio (SSMS)](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms).
22
22
23
-
Also make sure that you have set up the SSISDB database and provisioned the Azure-SSIS Integration Runtime. For info about how to provision SSIS on Azure, see [Deploy SSIS packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-create-azure-ssis-runtime-portal).
24
-
25
-
> [!NOTE]
26
-
> Deployment to Azure only supports the project deployment model.
23
+
Also make sure that you have set up the SSISDB database in Azure and provisioned the Azure-SSIS Integration Runtime. For info about how to provision SSIS on Azure, see [Deploy SQL Server Integration Services packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure).
27
24
28
25
## For Azure SQL Database, get the connection info
29
26
@@ -53,7 +50,7 @@ Here are the two most important things to remember. These steps are described in
|**Server type**| Database Engine | This value is required. |
55
52
|**Server name**| The fully qualified server name | The name should be in this format: **mysqldbserver.database.windows.net**. If you need the server name, see [Connect to the SSISDB Catalog database on Azure](ssis-azure-connect-to-catalog-database.md). |
56
-
|**Authentication**| SQL Server Authentication |With SQL Server authentication, you can connect to SQL Server or to Azure SQL Database. |
53
+
|**Authentication**| SQL Server Authentication |You can't connect to Azure SQL Database with Windows authentication. |
57
54
|**Login**| The server admin account | The account that you specified when you created the server. |
58
55
|**Password**| The password for your server admin account | The password that you specified when you created the server. |
59
56
@@ -63,16 +60,13 @@ Here are the two most important things to remember. These steps are described in
63
60
64
61
5. In Object Explorer, expand **Integration Services Catalogs** and then expand **SSISDB** to view the objects in the SSIS Catalog database.
65
62
66
-
## <aname="wizard_auth"></a> Authentication methods in the Deployment Wizard
67
-
68
-
If you're deploying to a SQL Server with the Deployment Wizard, you have to use SQL Server authentication; you can't use Windows authentication.
69
-
70
-
If you're deploying to an Azure SQL Database server, you have to use SQL Server authentication or Azure Active Directory authentication; you can't use Windows authentication.
71
-
72
63
## Deploy a project with the Deployment Wizard
73
64
74
65
To learn more about deploying packages and about the Deployment Wizard, see [Deploy Integration Services (SSIS) Projects and Packages](../packages/deploy-integration-services-ssis-projects-and-packages.md) and [Integration Services Deployment Wizard](../packages/deploy-integration-services-ssis-projects-and-packages.md#integration-services-deployment-wizard).
75
66
67
+
> [!NOTE]
68
+
> Deployment to Azure only supports the project deployment model.
69
+
76
70
### Start the Integration Services Deployment Wizard
77
71
1. In Object Explorer in SSMS, with the **Integration Services Catalogs** node and the **SSISDB** node expanded, expand a project folder.
78
72
@@ -194,7 +188,7 @@ For more info about how to monitor running packages in SSMS, see [Monitor Runnin
194
188
195
189
## Monitor the Azure-SSIS Integration Runtime
196
190
197
-
To get status info about the Azure-SSIS Integration Runtime in which packages are running, use the following PowerShell commands: For each of the commands, provide the names of the Data Factory, the Azure-SSIS IR, and the resource group.
191
+
To get status info about the Azure-SSIS Integration Runtime in which packages are running, use the following PowerShell commands. For each of the commands, provide the names of the Data Factory, the Azure-SSIS IR, and the resource group. For more info, see [Monitor Azure-SSIS integration runtime](https://docs.microsoft.com/azure/data-factory/monitor-integration-runtime#azure-ssis-integration-runtime).
198
192
199
193
### Get metadata about the Azure-SSIS Integration Runtime
Copy file name to clipboardExpand all lines: docs/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview.md
+20-19Lines changed: 20 additions & 19 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: "Lift and shift SQL Server Integration Services workloads to the cloud | Microsoft Docs"
3
-
ms.date: "05/21/2018"
3
+
ms.date: "05/22/2018"
4
4
ms.topic: conceptual
5
5
ms.prod: sql
6
6
ms.prod_service: "integration-services"
@@ -16,7 +16,7 @@ manager: craigg
16
16
# Lift and shift SQL Server Integration Services workloads to the cloud
17
17
You can now move your SQL Server Integration Services (SSIS) packages and workloads to the Azure cloud.
18
18
- Store and manage SSIS projects and packages in the SSIS Catalog database (SSISDB) on Azure SQL Database or SQL Database Managed Instance (Preview).
19
-
- Run packages in an instance of the Azure-SSIS Integration Runtime, introduced as part of Azure Data Factory version 2.
19
+
- Run packages in an instance of the Azure-SSIS Integration Runtime, a component of Azure Data Factory.
20
20
- Use familiar tools such as SQL Server Management Studio (SSMS) for common tasks.
21
21
22
22
## Benefits
@@ -26,26 +26,16 @@ Moving your on-premises SSIS workloads to Azure has the following potential bene
26
26
-**Increase scalability** with the ability to specify multiple cores per node (scale up) and multiple nodes per cluster (scale out).
27
27
28
28
## Architecture overview
29
-
The following table highlights the differences between SSIS on premises and SSIS on Azure. The most significant difference is the separation of storage from compute.
29
+
The following table highlights the differences between SSIS on premises and SSIS on Azure. The most significant difference is the separation of storage from runtime. Azure Data Factory hosts the runtime engine for SSIS packages on Azure. The runtime engine is called the Azure-SSIS Integration Runtime (Azure-SSIS IR). For more info, see [Azure-SSIS Integration Runtime](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime).
30
30
31
31
| Storage | Runtime | Scalability |
32
32
|---|---|---|
33
33
| On premises (SQL Server) | SSIS runtime hosted by SQL Server | SSIS Scale Out (in SQL Server 2017 and later)<br/><br/>Custom solutions (in prior versions of SQL Server) |
34
-
| On Azure (SQL Database or SQL Database Managed Instance (Preview)) | Azure-SSIS Integration Runtime, a component of Azure Data Factory version 2 | Scaling options for the Azure-SSIS IR|
34
+
| On Azure (SQL Database or SQL Database Managed Instance (Preview)) | Azure-SSIS Integration Runtime, a component of Azure Data Factory | Scaling options for the Azure-SSIS Integration Runtime|
35
35
||||
36
36
37
-
Azure Data Factory hosts the runtime engine for SSIS packages on Azure. The runtime engine is called the Azure-SSIS Integration Runtime (Azure-SSIS IR). For more info, see [Azure-SSIS Integration Runtime](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime).
38
-
39
-
When you provision the Azure-SSIS IR, you can scale up and scale out by specifying values for the following options:
40
-
- The node size (including the number of cores) and the number of nodes in the cluster.
41
-
- The existing instance of Azure SQL Database to host the SSIS Catalog Database (SSISDB), and the service tier for the database.
42
-
- The maximum parallel executions per node.
43
-
44
37
You only have to provision the Azure-SSIS IR one time. After that, you can use familiar tools such as SQL Server Data Tools (SSDT) and SQL Server Management Studio (SSMS) to deploy, configure, run, monitor, schedule, and manage packages.
45
38
46
-
> [!NOTE]
47
-
> During this public preview, the Azure-SSIS Integration Runtime is not yet available in all regions. For info about the supported regions, see [Products available by region - Microsoft Azure](https://azure.microsoft.com/regions/services/).
48
-
49
39
## Version support
50
40
51
41
You can deploy a package created with any version of SSIS to Azure. When you deploy a package to Azure, if there are no validation errors, the package is automatically upgraded to the latest package format. In other words, it is always upgraded to the latest version of SSIS.
@@ -54,14 +44,25 @@ The deployment process validates packages to ensure that they can run on the Azu
54
44
55
45
## Prerequisites
56
46
57
-
The capabilities described in this article require the following versions of SQL Server Data Tools (SSDT):
58
-
- For Visual Studio 2017, version 15.3 (preview) or later.
47
+
To deploy SSIS packages to Azure, you have to have one of the following versions of SQL Server Data Tools (SSDT):
48
+
- For Visual Studio 2017, version 15.3 or later.
59
49
- For Visual Studio 2015, version 17.2 or later.
60
50
61
-
For more info about prerequisites in Azure, see [Deploy SSIS packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-create-azure-ssis-runtime-portal).
51
+
For info about the prerequisites for the Azure-SSIS Integration Runtime, see [Deploy SQL Server Integration Services packages to Azure - Prerequisites](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure#prerequisites).
52
+
53
+
> [!NOTE]
54
+
> During this public preview, the Azure-SSIS Integration Runtime is not yet available in all regions. For info about the supported regions, see [Products available by region - Microsoft Azure](https://azure.microsoft.com/regions/services/).
62
55
63
56
## Provision SSIS on Azure
64
-
Before you can deploy and run SSIS packages in Azure, you have to provision the SSIS Catalog database (SSISDB) and the Azure-SSIS Integration Runtime. Follow the provisioning steps in this article: [Deploy SSIS packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-create-azure-ssis-runtime-portal).
57
+
58
+
Before you can deploy and run SSIS packages in Azure, you have to provision the SSIS Catalog database (SSISDB) and the Azure-SSIS Integration Runtime. Follow the provisioning steps in this article: [Deploy SQL Server Integration Services packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure).
59
+
60
+
When you provision the Azure-SSIS IR, you can scale up and scale out by specifying values for the following options:
61
+
- The node size (including the number of cores) and the number of nodes in the cluster.
62
+
- The existing instance of Azure SQL Database to host the SSIS Catalog Database (SSISDB), and the service tier for the database.
63
+
- The maximum parallel executions per node.
64
+
65
+
For more info about performance, see [Configure the Azure-SSIS Integration Runtime for high performance](https://docs.microsoft.com/azure/data-factory/configure-azure-ssis-integration-runtime-performance).
65
66
66
67
## Design packages
67
68
@@ -114,5 +115,5 @@ To schedule the execution of packages stored in Azure SQL Database, you can use
114
115
115
116
## Next steps
116
117
To get started with SSIS workloads on Azure, see the following articles:
117
-
-[Deploy SSIS packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-create-azure-ssis-runtime-portal)
118
+
-[Deploy SQL Server Integration Services packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure)
118
119
-[Deploy, run, and monitor an SSIS package on Azure](ssis-azure-deploy-run-monitor-tutorial.md)
0 commit comments