Skip to content

Commit c98ddbf

Browse files
authored
add ending punctuation
1 parent d1720fe commit c98ddbf

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

articles/data-share/concepts-roles-permissions.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ If sharing data from Azure Data Lake Gen1, the role assignment must be made to t
3939

4040
To create a role assignment for the Data Share resource's Managed Identity, follow the below steps:
4141

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*.
4848

4949
### Data Consumers
5050
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
5353

5454
To create a role assignment for the Data Share resource's Managed Identity manually, follow the below steps:
5555

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*.
6262

6363
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.
6464

@@ -68,11 +68,11 @@ To learn more about how to add a role assignment, refer to [this documentation,]
6868

6969
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.
7070

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.
73+
1. Click on **Resource Providers**.
74+
1. Search for Microsoft.DataShare.
75+
1. Click **Register**.
7676

7777
## Next steps
7878

0 commit comments

Comments
 (0)