Skip to content

Commit a85dbb4

Browse files
authored
Merge pull request MicrosoftDocs#6181 from douglaslMS/everest-costs
Added note about reducing costs after PM discussion.
2 parents 4600911 + 1c3f9d5 commit a85dbb4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Deploy and run SSIS packages in Azure | Microsoft Docs"
33
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"
55
ms.topic: conceptual
66
ms.prod: sql
77
ms.prod_service: "integration-services"
@@ -56,14 +56,16 @@ For info about the prerequisites for the Azure-SSIS Integration Runtime, see [De
5656
5757
## Provision SSIS on Azure
5858

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

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:
6262
- The node size (including the number of cores) and the number of nodes in the cluster.
6363
- The existing instance of Azure SQL Database to host the SSIS Catalog Database (SSISDB), and the service tier for the database.
6464
- The maximum parallel executions per node.
6565

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

6870
## Design packages
6971

0 commit comments

Comments
 (0)