Skip to content

Commit 61074d4

Browse files
committed
Final batch
1 parent 741c607 commit 61074d4

11 files changed

+14
-47
lines changed

articles/data-factory/how-to-schedule-azure-ssis-integration-runtime.md

Lines changed: 8 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Alternatively, you can create Web activities in ADF or Synapse pipelines to star
2121
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2222

2323
## Prerequisites
24+
25+
### Data Factory
26+
You will need an instance of Azure Data Factory to implement this walk through. If you do not have one already provisioned, you can follow the steps in [Quickstart: Create a data factory by using the Azure portal and Azure Data Factory Studio](quickstart-create-data-factory-portal.md).
27+
28+
### Azure-SSIS Integration Runtime (IR)
2429
If you have not provisioned your Azure-SSIS IR already, provision it by following instructions in the [tutorial](./tutorial-deploy-ssis-packages-azure.md).
2530

2631
## Create and schedule ADF pipelines that start and or stop Azure-SSIS IR
@@ -36,50 +41,13 @@ For example, you can create two triggers, the first one is scheduled to run dail
3641

3742
If you create a third trigger that is scheduled to run daily at midnight and associated with the third pipeline, that pipeline will run at midnight every day, starting your IR just before package execution, subsequently executing your package, and immediately stopping your IR just after package execution, so your IR will not be running idly.
3843

39-
### Create your ADF
40-
41-
1. Sign in to [Azure portal](https://portal.azure.com/).
42-
2. Click **New** on the left menu, click **Data + Analytics**, and click **Data Factory**.
43-
44-
:::image type="content" source="./media/tutorial-create-azure-ssis-runtime-portal/new-data-factory-menu.png" alt-text="New->DataFactory":::
45-
46-
3. In the **New data factory** page, enter **MyAzureSsisDataFactory** for **Name**.
47-
48-
:::image type="content" source="./media/tutorial-create-azure-ssis-runtime-portal/new-azure-data-factory.png" alt-text="New data factory page":::
49-
50-
The name of your ADF must be globally unique. If you receive the following error, change the name of your ADF (e.g. yournameMyAzureSsisDataFactory) and try creating it again. See [Data Factory - Naming Rules](naming-rules.md) article to learn about naming rules for ADF artifacts.
51-
52-
`Data factory name MyAzureSsisDataFactory is not available`
53-
54-
4. Select your Azure **Subscription** under which you want to create your ADF.
55-
5. For **Resource Group**, do one of the following steps:
56-
57-
- Select **Use existing**, and select an existing resource group from the drop-down list.
58-
- Select **Create new**, and enter the name of your new resource group.
59-
60-
To learn about resource groups, see [Using resource groups to manage your Azure resources](../azure-resource-manager/management/overview.md) article.
61-
62-
6. For **Version**, select **V2** .
63-
7. For **Location**, select one of the locations supported for ADF creation from the drop-down list.
64-
8. Select **Pin to dashboard**.
65-
9. Click **Create**.
66-
10. On Azure dashboard, you will see the following tile with status: **Deploying Data Factory**.
67-
68-
:::image type="content" source="media/tutorial-create-azure-ssis-runtime-portal/deploying-data-factory.png" alt-text="deploying data factory tile":::
69-
70-
11. After the creation is complete, you can see your ADF page as shown below.
71-
72-
:::image type="content" source="./media/tutorial-create-azure-ssis-runtime-portal/data-factory-home-page.png" alt-text="Data factory home page":::
73-
74-
12. Click **Author & Monitor** to launch ADF UI/app in a separate tab.
75-
7644
### Create your pipelines
7745

7846
1. In the home page, select **Orchestrate**.
7947

80-
:::image type="content" source="./media/doc-common-process/get-started-page.png" alt-text="Screenshot that shows the ADF home page.":::
48+
:::image type="content" source="./media/how-to-invoke-ssis-package-stored-procedure-activity/orchestrate-button.png" alt-text="Screenshot that shows the Orchestrate button on the Azure Data Factory home page.":::
8149

82-
2. In **Activities** toolbox, expand **General** menu, and drag & drop a **Web** activity onto the pipeline designer surface. In **General** tab of the activity properties window, change the activity name to **startMyIR**. Switch to **Settings** tab, and do the following actions:
50+
2. In the **Activities** toolbox, expand **General** menu, and drag & drop a **Web** activity onto the pipeline designer surface. In **General** tab of the activity properties window, change the activity name to **startMyIR**. Switch to **Settings** tab, and do the following actions:
8351
> [!NOTE]
8452
> For Azure-SSIS in Azure Synapse, use corresponding Azure Synapse REST API to [Get Integration Runtime status](/rest/api/synapse/integration-runtimes/get), [Start Integration Runtime](/rest/api/synapse/integration-runtimes/start) and [Stop Integration Runtime](/rest/api/synapse/integration-runtimes/stop).
8553
@@ -183,7 +151,7 @@ Now that your pipelines work as you expected, you can create triggers to run the
183151
4. In **Trigger Run Parameters** page, review any warning, and select **Finish**.
184152
5. Publish the whole ADF settings by selecting **Publish All** in the factory toolbar.
185153

186-
:::image type="content" source="./media/how-to-schedule-azure-ssis-integration-runtime/publish-all.png" alt-text="Publish All":::
154+
:::image type="content" source="./media/how-to-invoke-ssis-package-stored-procedure-activity/publish-all-button.png" alt-text="Publish":::
187155

188156
### Monitor your pipelines and triggers in Azure portal
189157

articles/data-factory/how-to-send-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: jburchel
88
ms.service: data-factory
99
ms.subservice: tutorials
1010
ms.topic: tutorial
11-
ms.date: 06/07/2021
11+
ms.date: 08/10/2022
1212
---
1313

1414
# Send an email with an Azure Data Factory or Azure Synapse pipeline

articles/data-factory/how-to-send-notifications-to-teams.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.service: data-factory
88
ms.custom: synapse
99
ms.topic: how-to
1010
ms.subservice: tutorials
11-
ms.date: 09/29/2021
12-
update: 19/03/2022
11+
ms.date: 08/10/2022
1312
---
1413

1514
# Send notifications to a Microsoft Teams channel from an Azure Data Factory or Synapse Analytics pipeline

articles/data-factory/how-to-sqldb-to-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: makromer
66
ms.service: data-factory
77
ms.subservice: tutorials
88
ms.topic: conceptual
9-
ms.date: 05/19/2022
9+
ms.date: 08/10/2022
1010
---
1111

1212
# Migrate normalized database schema from Azure SQL Database to Azure Cosmos DB denormalized container

articles/data-factory/how-to-use-azure-key-vault-secrets-pipeline-activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: abnarain
66
ms.service: data-factory
77
ms.subservice: security
88
ms.topic: conceptual
9-
ms.date: 10/22/2021
9+
ms.date: 08/10/2022
1010
---
1111

1212
# Use Azure Key Vault secrets in pipeline activities

articles/data-factory/how-to-use-sql-managed-instance-with-ir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: chugu
66
ms.service: data-factory
77
ms.subservice: tutorials
88
ms.topic: conceptual
9-
ms.date: 02/15/2022
9+
ms.date: 08/10/2022
1010
---
1111
# Use Azure SQL Managed Instance with SQL Server Integration Services (SSIS) in Azure Data Factory or Azure Synapse Analytics
1212

articles/data-factory/how-to-use-trigger-parameterization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: chez-charlie
77
ms.author: chez
88
ms.reviewer:
99
ms.topic: conceptual
10-
ms.date: 03/02/2021
10+
ms.date: 08/10/2022
1111
---
1212

1313
# Reference trigger metadata in pipeline runs
-149 KB
Loading
Loading
-41.9 KB
Loading

0 commit comments

Comments
 (0)