Skip to content

Commit 35a240b

Browse files
committed
commit
1 parent 525dbda commit 35a240b

4 files changed

Lines changed: 102 additions & 4 deletions

File tree

docs/tools/synapse-pathway/azure-synapse-pathway-overview.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ Follow the H2 headings with a sentence about how the section contributes to the
4747
As customers consider **modernizing their data warehouse systems**, one of the critical blockers they face is translating their SQL code written and optimized for their current system to be optimized for the new system they want to migrate to.
4848

4949
Organizations worldwide want to modernize their analytics platform to enjoy both TCO and innovation benefits. However, customers have invested thousands of working hours, millions of dollars, and written tens of thousands of lines of code for their data warehouse.
50-
To translate this critical SQL code, customers have to **either manually rewrite existing SQL code or invest large amounts of their budget for an outside practice to rewrite or convert their code**. That’s why we are investing in tolling to help accelerate the migration process without upfront cost.
50+
To translate this critical SQL code, customers have to **either manually rewrite existing SQL code or invest large amounts of their budget for an outside practice to rewrite or convert their code**. That’s why we are investing in tooling to help accelerate the migration process without upfront cost.
5151

52-
**Azure Synapse Pathway (ASP)** helps you upgrade to a modern cloud data warehouse platform by automating the code translation of your existing data warehouse to fast track your migration to Azure Synapse Analytics.
52+
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse to fast track your migration to Azure Synapse Analytics.
5353

5454
![Azure Synapse pathway overview.](./media/pathway-overview/synapse-pathway-overview.png)
5555

56-
ASP translates Data Definition Language (DDL) and Data Manipulation Language (DML) statements into T-SQL compliant language that is compatible with Azure Synapse SQL.
56+
Synapse Pathway translates Data Definition Language (DDL) and Data Manipulation Language (DML) statements into T-SQL compliant language that is compatible with Azure Synapse SQL.
5757

5858
## Behind the scenes
5959
This is the high level architecture of Azure Synapse Pathway.
@@ -62,15 +62,19 @@ This is the high level architecture of Azure Synapse Pathway.
6262
- Azure Synapse Pathway code conversion capability is based on
6363

6464
## Install ASP
65+
6566
To install ASP, download the latest version of the tool from the [Microsoft Download Center](https://aka.ms/asp-download), and then run the **AzureSynapsePathway.msi** file.
6667

6768
## Pricing
6869
There is no cost to download and use Azure Synapse Pathway for all your code conversion needs.
6970

71+
See Azure policy for data ingress pricing
72+
7073
## Supported sources
7174
- **IBM Netezza** : Azure Synapse Pathway supports code conversion of database, schemas and tables. DDL statements like create & drop are supported. Function translation is also supported.
7275

7376
- **Microsoft SQL Server**
77+
Azure Synapse Pathway supports code conversion of database, schemas and tables.
7478
- **Teradata Vantage**
7579
- **Snowflake**
7680

docs/tools/synapse-pathway/synapse-pathway-behind-the-scenes.md

Whitespace-only changes.
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: "Azure Synapse Pathway downloaf | Microsoft Docs"
3+
description: Learn how to get download Azure Synapse Pathway
4+
ms.custom: ""
5+
ms.date: "02/23/2021"
6+
ms.prod: Azure Synapse Pathway
7+
ms.prod_service: "Azure Synapse Pathway"
8+
ms.reviewer: ""
9+
ms.technology: Azure Synapse
10+
ms.topic: conceptual
11+
keywords: ""
12+
helpviewer_keywords:
13+
- "Azure Synapse Pathway, download"
14+
ms.assetid: ""
15+
author: anshul82-ms
16+
ms.author: anrampal
17+
---
18+
19+
<!--
20+
Remove all the comments in this template before you sign-off or merge to the
21+
main branch.
22+
-->
23+
24+
<!--
25+
This template provides the basic structure of a quickstart article.
26+
See the [quickstart guidance](contribute-how-to-mvc-quickstart.md) in the contributor guide.
27+
28+
To provide feedback on this template contact
29+
[the templates workgroup](mailto:templateswg@microsoft.com).
30+
-->
31+
32+
<!-- 1. H1
33+
Required. Starts with "Quickstart: " Make the first word following "Quickstart:" a
34+
verb. Identify both the technology/service and the language or framework, if applicable.
35+
-->
36+
37+
38+
39+
<!-- 2. Introductory paragraph
40+
Required. Lead with a light intro that describes what the article covers. Answer the
41+
fundamental “why would I want to know this?” question. Keep it short.
42+
-->
43+
44+
[Add your introductory paragraph]
45+
46+
47+
48+
<!-- 4. Prerequisites
49+
Required. First prerequisite is a link to a free trial account if one exists. If there
50+
are no prerequisites, state that no prerequisites are needed for this quickstart.
51+
-->
52+
53+
## Prerequisites
54+
55+
Azure Synapse Pathway requires the [.NET Core Desktop Runtime 3.1.11 or later](https://dotnet.microsoft.com/download/dotnet-core/3.1).
56+
57+
<!-- 5. Open Azure Cloud Shell
58+
Optional. Only include the Cloud Shell section if ALL commands can be run in the cloud shell.
59+
-->
60+
61+
## Download
62+
63+
Download the latest version of the tool from the [Microsoft Download Center](https://aka.ms/ast-download), and then run the **AzureSynapsePathway.msi** file.
64+
65+
## Install
66+
<!-- Introduction paragraph -->
67+
68+
1. Once you have saved the **AzureSynapsePathway.msi** file, click on the file to begin installation.
69+
70+
1. It will bring up the Azure Synapse Pathway Setup wizard.
71+
1. When you click Next, it will take you to the End-User license agreement.
72+
1. Once you accept the agreement and click on Next, it will show you the Microsoft privacy statement.
73+
1. Click on Install to begin the installation process.
74+
1. It will take few second to install and then click Finish to complete the installation.
75+
1. You should see the Synapse Pathway home screen
76+
77+
78+
## Pricing
79+
1. Synapse Pathway is **free to download**. There is no associated cost to run your code translation.
80+
1. Data Ingress: There is no cost associated with data ingress into Azure.Please see the [Azure guideline](https://azure.microsoft.com/en-us/pricing/details/bandwidth/) on the data migration cost
81+
1. Please see the Synapse pricing page to see the cost of provisioning Azure Synapse
82+
83+
84+
## Next steps
85+
86+
Advance to the tutorial to run your first translation
87+
88+
> [!div class="nextstepaction"]
89+
> [Start code translation](synapse-pathway-assessment.md)
90+
91+
<!--
92+
Remove all the comments in this template before you sign-off or merge to the
93+
main branch.
94+
-->

docs/tools/synapse-pathway/synapse-translate-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This tutorial assumes you have already installed the Azure Synapse Translate MSI
6969
1. In the Input directory folder, click on browse and point the tool to the folder location of the **DDL** and **DML** scripts that need to be translated..
7070
1. When translating the Netezza code to Azure Synapse Analytics, choose IBM Netezza in the Translation Type drop down
7171

72-
![Azure Synapse assessment input.](./media/perform-assessment/assessment-input.png)
72+
![Azure Synapse assessment input.](./media/perform-assessment/assessment-input.png)
7373

7474
6. To select the output directory, click on browse to specify the location where the output will be generated.
7575
![Azure Synapse output directory.](./media/perform-assessment/output-directory.png)

0 commit comments

Comments
 (0)