|
1 | 1 | --- |
2 | 2 | title: "Deploy and run SSIS packages in Azure | Microsoft Docs" |
3 | 3 | description: Learn how you can move your SQL Server Integration Services (SSIS) projects, packages, and workloads to the Microsoft Azure cloud. |
4 | | -ms.date: "05/22/2018" |
| 4 | +ms.date: "06/07/2018" |
5 | 5 | ms.topic: conceptual |
6 | 6 | ms.prod: sql |
7 | 7 | ms.prod_service: "integration-services" |
@@ -56,14 +56,16 @@ For info about the prerequisites for the Azure-SSIS Integration Runtime, see [De |
56 | 56 |
|
57 | 57 | ## Provision SSIS on Azure |
58 | 58 |
|
59 | | -Before you can deploy and run SSIS packages in Azure, you have to provision the SSIS Catalog (SSISDB) and the Azure-SSIS Integration Runtime. Follow the provisioning steps in this article: [Deploy and run an SSIS package in Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure). |
| 59 | +**Provision**. Before you can deploy and run SSIS packages in Azure, you have to provision the SSIS Catalog (SSISDB) and the Azure-SSIS Integration Runtime. Follow the provisioning steps in this article: [Deploy and run an SSIS package in Azure](https://docs.microsoft.com/azure/data-factory/tutorial-deploy-ssis-packages-azure). |
60 | 60 |
|
61 | | -When you provision the Azure-SSIS IR, you can scale up and scale out by specifying values for the following options: |
| 61 | +**Scale up and out**. When you provision the Azure-SSIS IR, you can scale up and scale out by specifying values for the following options: |
62 | 62 | - The node size (including the number of cores) and the number of nodes in the cluster. |
63 | 63 | - The existing instance of Azure SQL Database to host the SSIS Catalog Database (SSISDB), and the service tier for the database. |
64 | 64 | - The maximum parallel executions per node. |
65 | 65 |
|
66 | | -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). |
| 66 | +**Improve performance**. For more info, see [Configure the Azure-SSIS Integration Runtime for high performance](https://docs.microsoft.com/azure/data-factory/configure-azure-ssis-integration-runtime-performance). |
| 67 | + |
| 68 | +**Reduce costs**. To reduce costs, run the Azure-SSIS IR only when you need it. For more info, see [How to schedule starting and stopping of an Azure SSIS integration runtime](https://docs.microsoft.com/azure/data-factory/how-to-schedule-azure-ssis-integration-runtime). |
67 | 69 |
|
68 | 70 | ## Design packages |
69 | 71 |
|
|
0 commit comments