Skip to content

Commit 8967297

Browse files
committed
Cleanup of Overview and Tutorial for recent service updates.
1 parent e1c5198 commit 8967297

2 files changed

Lines changed: 24 additions & 29 deletions

File tree

docs/integration-services/lift-shift/ssis-azure-deploy-run-monitor-tutorial.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Deploy and run an SSIS package in Azure | Microsoft Docs"
3-
ms.date: "02/05/2018"
3+
ms.date: "5/22/2018"
44
ms.topic: conceptual
55
ms.prod: sql
66
ms.prod_service: "integration-services"
@@ -20,7 +20,7 @@ This tutorial shows you how to deploy a SQL Server Integration Services project
2020

2121
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).
2222

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).
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 SQL Server Integration Services packages to Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure).
2424

2525
> [!NOTE]
2626
> Deployment to Azure only supports the project deployment model.
@@ -53,7 +53,7 @@ Here are the two most important things to remember. These steps are described in
5353
| ------------ | ------------------ | ------------------------------------------------- |
5454
| **Server type** | Database Engine | This value is required. |
5555
| **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. |
56+
| **Authentication** | SQL Server Authentication | You can't connect to Azure SQL Database with Windows authentication. |
5757
| **Login** | The server admin account | The account that you specified when you created the server. |
5858
| **Password** | The password for your server admin account | The password that you specified when you created the server. |
5959

@@ -63,12 +63,6 @@ Here are the two most important things to remember. These steps are described in
6363

6464
5. In Object Explorer, expand **Integration Services Catalogs** and then expand **SSISDB** to view the objects in the SSIS Catalog database.
6565

66-
## <a name="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-
7266
## Deploy a project with the Deployment Wizard
7367

7468
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).
@@ -194,7 +188,7 @@ For more info about how to monitor running packages in SSMS, see [Monitor Runnin
194188

195189
## Monitor the Azure-SSIS Integration Runtime
196190

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).
198192

199193
### Get metadata about the Azure-SSIS Integration Runtime
200194

docs/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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"
44
ms.topic: conceptual
55
ms.prod: sql
66
ms.prod_service: "integration-services"
@@ -16,7 +16,7 @@ manager: craigg
1616
# Lift and shift SQL Server Integration Services workloads to the cloud
1717
You can now move your SQL Server Integration Services (SSIS) packages and workloads to the Azure cloud.
1818
- 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.
2020
- Use familiar tools such as SQL Server Management Studio (SSMS) for common tasks.
2121

2222
## Benefits
@@ -26,26 +26,16 @@ Moving your on-premises SSIS workloads to Azure has the following potential bene
2626
- **Increase scalability** with the ability to specify multiple cores per node (scale up) and multiple nodes per cluster (scale out).
2727

2828
## 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).
3030

3131
| Storage | Runtime | Scalability |
3232
|---|---|---|
3333
| 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 |
3535
| | | |
3636

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-
4437
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.
4538

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-
4939
## Version support
5040

5141
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
5444

5545
## Prerequisites
5646

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.
5949
- For Visual Studio 2015, version 17.2 or later.
6050

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/).
6255
6356
## 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).
6566

6667
## Design packages
6768

@@ -114,5 +115,5 @@ To schedule the execution of packages stored in Azure SQL Database, you can use
114115

115116
## Next steps
116117
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)
118119
- [Deploy, run, and monitor an SSIS package on Azure](ssis-azure-deploy-run-monitor-tutorial.md)

0 commit comments

Comments
 (0)