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/data-factory/quickstart-create-data-factory-dot-net.md
+2-62Lines changed: 2 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,75 +29,15 @@ This quickstart describes how to use .NET SDK to create an Azure data factory. T
29
29
30
30
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
31
31
32
-
## Prerequisites
33
-
34
-
### Azure subscription
35
-
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
36
-
37
-
### Azure roles
38
-
To create Data Factory instances, the user account you use to log in to Azure must be a member of **contributor** or **owner** roles, or an **administrator** of the Azure subscription. In the Azure portal, click your **user name** at the top-right corner, and select **Permissions** to view the permissions you have in the subscription. If you have access to multiple subscriptions, select the appropriate subscription. For sample instructions on adding a user to a role, see the [Add roles](../billing/billing-add-change-azure-subscription-administrator.md) article.
39
-
40
-
### Azure Storage Account
41
-
You use a general-purpose Azure Storage Account (specifically Blob Storage) as both **source** and **destination** data stores in this quickstart. If you don't have a general-purpose Azure storage account, see [Create a storage account](../storage/common/storage-quickstart-create-account.md) on creating one.
42
-
43
-
#### Get storage account name and account key
44
-
You use the name and key of your Azure storage account in this quickstart. The following procedure provides steps to get the name and key of your storage account.
45
-
46
-
1. Launch a Web browser and navigate to [Azure portal](https://portal.azure.com). Log in using your Azure user name and password.
47
-
2. Click **More services >** in the left menu, and filter with **Storage** keyword, and select **Storage accounts**.
48
-
49
-

50
-
3. In the list of storage accounts, filter for your storage account (if needed), and then select **your storage account**.
51
-
4. In the **Storage account** page, select **Access keys** on the menu.
52
-
53
-

54
-
5. Copy the values for **Storage account name** and **key1** fields to the clipboard. Paste them into a notepad or any other editor and save it.
55
-
56
-
#### Create input folder and files
57
-
In this section, you create a blob container named **adftutorial** in your Azure blob storage. Then, you create a folder named **input** in the container, and then upload a sample file to the input folder.
58
-
59
-
1. In the **Storage account** page, switch to the **Overview**, and then click **Blobs**.
7. Launch **Notepad** and create a file named **emp.txt** with the following content: Save it in the **c:\ADFv2QuickStartPSH** folder: Create the folder **ADFv2QuickStartPSH** if it does not already exist.
78
-
79
-
```
80
-
John, Doe
81
-
Jane, Doe
82
-
```
83
-
8. In the Azure portal, in the **Upload blob** page, browse, and select the **emp.txt** file for the **Files** field.
84
-
9. Enter **input** as a value **Upload to folder** filed.
The walkthrough in this article uses Visual Studio 2017. You can also use Visual Studio 2013 or 2015.
96
36
97
37
### Azure .NET SDK
98
38
Download and install [Azure .NET SDK](http://azure.microsoft.com/downloads/) on your machine.
99
39
100
-
### Create an application in Azure Active Directory
40
+
## Create an application in Azure Active Directory
101
41
Following instructions from the sections in [this article](../azure-resource-manager/resource-group-create-service-principal-portal.md#create-an-azure-active-directory-application) to do the following tasks:
102
42
103
43
1.**Create an Azure Active Directory application**. Create an application in Azure Active Directory that represents the .NET application you are creating in this tutorial. For the sign-on URL, you can provide a dummy URL as shown in the article (`https://contoso.org/exampleapp`).
0 commit comments