Skip to content

Commit 58c90a8

Browse files
committed
Clarified roles prereq for child objects in ADF.
1 parent 3ce8eb0 commit 58c90a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/data-factory-quickstart-prerequisites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1818
### Azure roles
1919
To create Data Factory instances, the user account that you use to sign in to Azure must be a member of the *contributor* or *owner* role, or an *administrator* of the Azure subscription. In the Azure portal, select your username in the upper-right corner, and select **Permissions** to view the permissions that 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](../articles/billing/billing-add-change-azure-subscription-administrator.md) article.
2020

21+
To create and manage child resources (including datasets, linked services, pipelines, triggers, and integration runtimes) for Data Factory through the Author & Monitor UI in the Azure portal, you must belong to the **Data Factory Contributor** role. To create and manage child resources with Powershell or the SDK, the **contributor** role is sufficient.
22+
2123
### Azure storage account
2224
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](../articles/storage/common/storage-quickstart-create-account.md) to create one.
2325

0 commit comments

Comments
 (0)