You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql/database/arm-templates-content-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following table includes links to Azure Resource Manager templates for Azure
33
33
|[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.|
34
34
|[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.|
35
35
|[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.|
37
37
|[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). |
38
38
|[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.|
Copy file name to clipboardExpand all lines: articles/data-factory/quickstart-create-data-factory-resource-manager-template.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: susabat
8
8
ms.reviewer: jburchel, jingwang
9
9
ms.topic: quickstart
10
10
ms.custom: subject-armqs
11
-
ms.date: 07/16/2020
11
+
ms.date: 05/10/2021
12
12
---
13
13
14
14
# 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
28
28
29
29
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.
30
30
31
-
[](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
+
[](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)
32
32
33
33
## Prerequisites
34
34
@@ -51,7 +51,7 @@ Save the file in the **C:\ADFv2QuickStartPSH** folder. (If the folder doesn't al
51
51
52
52
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/).
There are Azure resources defined in the template:
57
57
@@ -67,7 +67,7 @@ More Azure Data Factory template samples can be found in the [quickstart templat
67
67
68
68
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.
69
69
70
-
[](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
+
[](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)
71
71
72
72
2. Select or enter the following values.
73
73
@@ -125,9 +125,9 @@ Keep the container page open, because you can use it to verify the output at the
125
125
126
126
### Start Trigger
127
127
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.
@@ -153,27 +153,27 @@ Keep the container page open, because you can use it to verify the output at the
153
153
154
154
### Verify the output file
155
155
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.
157
157
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.
159
159
160
160
2. Select **output** in the folder list.
161
161
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.
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.
169
169
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:
0 commit comments