Skip to content

Commit 3533ddb

Browse files
authored
Merge pull request #157938 from mumian/0510-quickstarts-data-factory
update quickstart template urls
2 parents 702de54 + 7bbfc7d commit 3533ddb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/azure-sql/database/arm-templates-content-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table includes links to Azure Resource Manager templates for Azure
3333
| [Auditing to Azure Event Hub](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.sql/sql-auditing-server-policy-to-eventhub) | This template allows you to deploy a server with auditing enabled to write audit logs to an existing event hub. In order to send audit events to Event Hubs, set auditing settings with `Enabled` `State`, and set `IsAzureMonitorTargetEnabled` as `true`. Also, configure Diagnostic Settings with the `SQLSecurityAuditEvents` log category on the `master` database (for server-level auditing). Auditing tracks database events and writes them to an audit log that can be placed in your Azure storage account, OMS workspace, or Event Hubs.|
3434
| [Azure Web App with SQL Database](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/web-app-sql-database) | This sample creates a free Azure web app and a database in Azure SQL Database at the "Basic" service level.|
3535
| [Azure Web App and Redis Cache with SQL Database](https://github.com/Azure/azure-quickstart-templates/tree/master/201-web-app-redis-cache-sql-database) | This template creates a web app, Redis Cache, and database in the same resource group and creates two connection strings in the web app for the database and Redis Cache.|
36-
| [Import data from Blob storage using ADF V2](https://github.com/Azure/azure-quickstart-templates/tree/master/101-data-factory-v2-blob-to-sql-copy) | This Azure Resource Manager template creates an instance of Azure Data Factory V2 that copies data from Azure Blob storage to SQL Database.|
36+
| [Import data from Blob storage using ADF V2](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.datafactory/101-data-factory-v2-blob-to-sql-copy) | This Azure Resource Manager template creates an instance of Azure Data Factory V2 that copies data from Azure Blob storage to SQL Database.|
3737
| [HDInsight cluster with a database](https://github.com/Azure/azure-quickstart-templates/tree/master/101-hdinsight-linux-with-sql-database) | This template allows you to create an HDInsight cluster, a logical SQL server, a database, and two tables. This template is used by the [Use Sqoop with Hadoop in HDInsight article](../../hdinsight/hadoop/hdinsight-use-sqoop.md). |
3838
| [Azure Logic App that runs a SQL Stored Procedure on a schedule](https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sql-proc) | This template allows you to create a logic app that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.|
3939

articles/data-factory/quickstart-create-data-factory-resource-manager-template.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: susabat
88
ms.reviewer: jburchel, jingwang
99
ms.topic: quickstart
1010
ms.custom: subject-armqs
11-
ms.date: 07/16/2020
11+
ms.date: 05/10/2021
1212
---
1313

1414
# Quickstart: Create an Azure Data Factory using ARM template
@@ -28,7 +28,7 @@ This quickstart describes how to use an Azure Resource Manager template (ARM tem
2828
2929
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
3030

31-
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-data-factory-v2-blob-to-blob-copy%2Fazuredeploy.json)
31+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.datafactory%2Fdata-factory-v2-blob-to-blob-copy%2Fazuredeploy.json)
3232

3333
## Prerequisites
3434

@@ -51,7 +51,7 @@ Save the file in the **C:\ADFv2QuickStartPSH** folder. (If the folder doesn't al
5151

5252
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/101-data-factory-v2-blob-to-blob-copy/).
5353

54-
:::code language="json" source="~/quickstart-templates/101-data-factory-v2-blob-to-blob-copy/azuredeploy.json":::
54+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.datafactory/data-factory-v2-blob-to-blob-copy/azuredeploy.json":::
5555

5656
There are Azure resources defined in the template:
5757

@@ -67,7 +67,7 @@ More Azure Data Factory template samples can be found in the [quickstart templat
6767

6868
1. Select the following image to sign in to Azure and open a template. The template creates an Azure Data Factory account, a storage account, and a blob container.
6969

70-
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-data-factory-v2-blob-to-blob-copy%2Fazuredeploy.json)
70+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.datafactory%2Fdata-factory-v2-blob-to-blob-copy%2Fazuredeploy.json)
7171

7272
2. Select or enter the following values.
7373

@@ -125,9 +125,9 @@ Keep the container page open, because you can use it to verify the output at the
125125

126126
### Start Trigger
127127

128-
1. Navigate to the **Data factories** page, and select the data factory you created.
128+
1. Navigate to the **Data factories** page, and select the data factory you created.
129129

130-
2. Select the **Author & Monitor** tile.
130+
2. Select the **Author & Monitor** tile.
131131

132132
:::image type="content" source="media/quickstart-create-data-factory-resource-manager-template/data-factory-author-monitor-tile.png" alt-text="Author & Monitor":::
133133

@@ -153,27 +153,27 @@ Keep the container page open, because you can use it to verify the output at the
153153

154154
### Verify the output file
155155

156-
The pipeline automatically creates an output folder in the blob container. Then, it copies the emp.txt file from the input folder to the output folder.
156+
The pipeline automatically creates an output folder in the blob container. Then, it copies the emp.txt file from the input folder to the output folder.
157157

158-
1. In the Azure portal, on the **Containers** page, select **Refresh** to see the output folder.
158+
1. In the Azure portal, on the **Containers** page, select **Refresh** to see the output folder.
159159

160160
2. Select **output** in the folder list.
161161

162-
3. Confirm that the **emp.txt** is copied to the output folder.
162+
3. Confirm that the **emp.txt** is copied to the output folder.
163163

164164
:::image type="content" source="media/quickstart-create-data-factory-resource-manager-template/data-factory-arm-template-output.png" alt-text="Output":::
165165

166166
## Clean up resources
167167

168168
You can clean up the resources that you created in the Quickstart in two ways. You can [delete the Azure resource group](../azure-resource-manager/management/delete-resource-group.md), which includes all the resources in the resource group. If you want to keep the other resources intact, delete only the data factory you created in this tutorial.
169169

170-
Deleting a resource group deletes all resources including data factories in it. Run the following command to delete the entire resource group:
170+
Deleting a resource group deletes all resources including data factories in it. Run the following command to delete the entire resource group:
171171

172172
```azurepowershell-interactive
173173
Remove-AzResourceGroup -ResourceGroupName $resourcegroupname
174174
```
175175

176-
If you want to delete just the data factory, and not the entire resource group, run the following command:
176+
If you want to delete just the data factory, and not the entire resource group, run the following command:
177177

178178
```azurepowershell-interactive
179179
Remove-AzDataFactoryV2 -Name $dataFactoryName -ResourceGroupName $resourceGroupName

0 commit comments

Comments
 (0)