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-share/concepts-roles-permissions.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,12 @@ If sharing data from Azure Data Lake Gen1, the role assignment must be made to t
39
39
40
40
To create a role assignment for the Data Share resource's Managed Identity, follow the below steps:
41
41
42
-
1. Navigate to the Storage account
43
-
1. Select **Access Control (IAM)**
44
-
1. Select **Add a role assignment**
45
-
1. Under *Role*, select *Storage Blob Data Reader*
46
-
1. Under *Select*, type in the name of your Azure Data Share account
47
-
1. Click *Save*
42
+
1. Navigate to the Storage account.
43
+
1. Select **Access Control (IAM)**.
44
+
1. Select **Add a role assignment**.
45
+
1. Under *Role*, select *Storage Blob Data Reader*.
46
+
1. Under *Select*, type in the name of your Azure Data Share account.
47
+
1. Click *Save*.
48
48
49
49
### Data Consumers
50
50
To receive data, the data consumers data share resource-managed identity needs to be added to the Storage Blob Data Contributor role. This role is required to enable the Azure Data Share service to be able to write to the storage account. This is done automatically by the Azure Data Share service if the user is adding datasets via Azure and is an owner of the storage account, or is a member of a custom role which has the Microsoft.Authorization/role assignments/write permission assigned.
@@ -53,12 +53,12 @@ Alternatively, the user can have an Azure Administrator add the data share resou
53
53
54
54
To create a role assignment for the Data Share resource's Managed Identity manually, follow the below steps:
55
55
56
-
1. Navigate to the Storage account
57
-
1. Select **Access Control (IAM)**
58
-
1. Select **Add a role assignment**
59
-
1. Under *Role*, select *Storage Blob Data Contributor*
60
-
1. Under *Select*, type in the name of your Azure Data Share account
61
-
1. Click *Save*
56
+
1. Navigate to the Storage account.
57
+
1. Select **Access Control (IAM)**.
58
+
1. Select **Add a role assignment**.
59
+
1. Under *Role*, select *Storage Blob Data Contributor*.
60
+
1. Under *Select*, type in the name of your Azure Data Share account.
61
+
1. Click *Save*.
62
62
63
63
If you are sharing data using our REST APIs, you will need to create these role assignments manually by adding the data share account in to the appropriate roles.
64
64
@@ -68,11 +68,11 @@ To learn more about how to add a role assignment, refer to [this documentation,]
68
68
69
69
When accepting an Azure Data Share invitation, you will need to manually register the Microsoft.DataShare resource provider in to your subscription. Follow these steps to register the Microsoft.DataShare resource provider into your Azure Subscription.
70
70
71
-
1. In the Azure portal, navigate to **Subscriptions**
72
-
1. Select the subscription that you're using for Azure Data Share
73
-
1. Click on **Resource Providers**
74
-
1. Search for Microsoft.DataShare
75
-
1. Click **Register**
71
+
1. In the Azure portal, navigate to **Subscriptions**.
72
+
1. Select the subscription that you're using for Azure Data Share.
0 commit comments