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/share-your-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: jifems
5
5
ms.author: jife
6
6
ms.service: data-share
7
7
ms.topic: tutorial
8
-
ms.date: 11/05/2021
8
+
ms.date: 11/12/2021
9
9
---
10
10
# Tutorial: Share data using Azure Data Share
11
11
@@ -28,7 +28,7 @@ In this tutorial, you'll learn how to:
28
28
### Share from a storage account
29
29
30
30
* An Azure Storage account: If you don't already have one, you can create an [Azure Storage account](../storage/common/storage-account-create.md)
31
-
* Permission to write to the storage account, which is present in *Microsoft.Storage/storageAccounts/write*. This permission exists in the **Contributor** role.
31
+
* Permission to write to the storage account, which is present in *Microsoft.Storage/storageAccounts/write*. This permission exists in the **Storage Account Contributor** role.
32
32
* Permission to add role assignment to the storage account, which is present in *Microsoft.Authorization/role assignments/write*. This permission exists in the **Owner** role.
33
33
34
34
@@ -234,13 +234,13 @@ Use these commands to create the resource:
234
234
235
235
### [Azure CLI](#tab/azure-cli)
236
236
237
-
1. Run the [az storage account create](/cli/azure/storage/account#az_storage_account_create) command to create a Data Share:
237
+
1. Run the [az storage account create](/cli/azure/storage/account#az_storage_account_create) command to create a Storage account for this Data Share:
238
238
239
239
```azurecli
240
240
az storage account create --resource-group testresourcegroup --name ContosoMarketplaceAccount
241
241
```
242
242
243
-
1. Use the [az storage container create](/cli/azure/storage/container#az_storage_container_create) command to create a container for the share in the previous command:
243
+
1. Use the [az storage container create](/cli/azure/storage/container#az_storage_container_create) command to create a container inside the storage account created in the previous command:
244
244
245
245
```azurecli
246
246
az storage container create --name ContosoMarketplaceContainer --account-name ContosoMarketplaceAccount
0 commit comments