Skip to content

Commit 0347a88

Browse files
authored
Update share-your-data.md
1 parent c54bc2c commit 0347a88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-share/share-your-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: jifems
55
ms.author: jife
66
ms.service: data-share
77
ms.topic: tutorial
8-
ms.date: 11/05/2021
8+
ms.date: 11/12/2021
99
---
1010
# Tutorial: Share data using Azure Data Share
1111

@@ -28,7 +28,7 @@ In this tutorial, you'll learn how to:
2828
### Share from a storage account
2929

3030
* 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.
3232
* 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.
3333

3434

@@ -234,13 +234,13 @@ Use these commands to create the resource:
234234

235235
### [Azure CLI](#tab/azure-cli)
236236

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:
238238

239239
```azurecli
240240
az storage account create --resource-group testresourcegroup --name ContosoMarketplaceAccount
241241
```
242242

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:
244244

245245
```azurecli
246246
az storage container create --name ContosoMarketplaceContainer --account-name ContosoMarketplaceAccount

0 commit comments

Comments
 (0)