Skip to content

Commit 64ab2eb

Browse files
committed
Various updates to Everest overview topic.
1 parent cc0cd47 commit 64ab2eb

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

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

Lines changed: 13 additions & 6 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: "10/09/2017"
3+
ms.date: "10/31/2017"
44
ms.topic: "article"
55
ms.prod: "sql-server-2017"
66
ms.technology:
@@ -46,19 +46,26 @@ You only have to provision the SSIS IR one time. After that, you can use familia
4646
Data Factory also supports other types of Integration Runtimes. To learn more about the SSIS IR and the other types of Integration Runtimes, see [Integration runtime in Azure Data Factory](https://docs.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime).
4747

4848
## Prerequisites
49-
The capabilities described in this topic require SQL Server Data Tools (SSDT) version 17.2 or later, but do not require SQL Server 2017 or SQL Server 2016. When you deploy packages to Azure, the Package Deployment Wizard always upgrades the packages to the latest package format.
49+
The capabilities described in this topic do not require SQL Server 2017 or SQL Server 2016.
50+
51+
These capabilities require the following versions of SQL Server Data Tools (SSDT):
52+
- For Visual Studio 2017, version 15.3 (preview) or later.
53+
- For Visual Studio 2015, version 17.2 or later.
54+
55+
> [!NOTE]
56+
> When you deploy packages to Azure, the Package Deployment Wizard always upgrades the packages to the latest package format.
5057
5158
For more info about prerequisites in Azure, see [Lift and shift SQL Server Integration Services (SSIS) packages to Azure](https://docs.microsoft.com/en-us/azure/data-factory/tutorial-deploy-ssis-packages-azure).
5259

5360
## SSIS features on Azure
5461

55-
When you provision an instance of SQL Database to host SSISDB, the Azure Feature Pack for SSIS and the Access Redistributable are installed. These components provide connectivity to Excel and Access files and to various Azure data sources. You can't install third-party components for SSIS at this time.
62+
When you provision an instance of SQL Database to host SSISDB, the Azure Feature Pack for SSIS and the Access Redistributable are also installed. These components provide connectivity to **Excel and Access** files and to various **Azure** data sources, in addition to the data sources supported by the built-in components. You can't install **third-party components** for SSIS (including third-party components from Microsoft, such as the Attunity and SAP BI components) at this time.
5663

57-
The name of the SQL Database that hosts SSISDB becomes the first part of the four-part name to use when you deploy and manage packages from SSDT and SSMS - `<sql_database_name>.database.windows.net`.
64+
The **name of the SQL Database** that hosts SSISDB becomes the first part of the four-part name to use when you deploy and manage packages from SSDT and SSMS - `<sql_database_name>.database.windows.net`.
5865

59-
You have to use the project deployment model, not the package deployment model, for projects you deploy to SSISDB on Azure SQL Database.
66+
You have to use the **project deployment model**, not the package deployment model, for projects you deploy to SSISDB on Azure SQL Database.
6067

61-
You continue to design and build packages on-premises in SSDT, or in Visual Studio with SSDT installed.
68+
You continue to **design and build packages** on-premises in SSDT, or in Visual Studio with SSDT installed.
6269

6370
For info about how to connect to on-premises data sources from the cloud with Windows authentication, see [Connect to on-premises data sources with Windows Authentication](ssis-azure-connect-with-windows-auth.md).
6471

0 commit comments

Comments
 (0)