Skip to content

Commit bc6804a

Browse files
authored
Merge pull request #81982 from joannapea/release-preview-azure-data-share
Release preview azure data share
2 parents 37fe35a + e50e13c commit bc6804a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

articles/data-share/data-share-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ If you still are unable to see a data share invitation, contact your data provid
4545

4646
![Privilege error](media/error-write-privilege.png)
4747

48-
If you receive any of the above errors when creating a new data share or receiving a new data share, it is because there are insufficient permissions to the storage account. The action required is *Microsoft.Authorization/role assignments/write*, which exists in the storage owner role or can be assigned to a custom role. Even if you created the Storage account, it does NOT automatically make you the owner of the storage account. Follow these steps to grant yourself owner of the storage account. Alternatively, a custom role can be created with this permission that you can add yourself in to.
48+
If you receive any of the above errors when creating a new data share or receiving a new data share, it is because there are insufficient permissions to the storage account. The permission required is *Microsoft.Authorization/role assignments/write*, which exists in the storage owner role or can be assigned to a custom role. Even if you created the Storage account, it does NOT automatically make you the owner of the storage account. Follow these steps to grant yourself owner of the storage account. Alternatively, a custom role can be created with this permission that you can add yourself in to.
4949

5050
1. Navigate to Storage account in Azure portal
5151
1. Select **Access control (IAM)**
5252
1. Click **Add**
53-
1. Add yourself in as the Storage Blob Data Owner
53+
1. Add yourself in as owner.
5454

5555
## Next steps
5656

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ In this tutorial, you'll learn how to:
2424

2525
* Azure Subscription: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2626
* An Azure Storage account: If you don't already have one, you can create an [Azure Storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account)
27+
* Permission to add role assignment to the storage account, which is present in the *Microsoft.Authorization/role assignments/write* permission. This permission exists in the owner role.
28+
* Your recipients Azure login e-mail address (using their e-mail alias won't work).
2729

2830
## Sign in to the Azure portal
2931

articles/data-share/subscribe-to-data-share.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Ensure that all pre-requisites are complete before accepting a data share invita
2626
* Azure Subscription: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2727
* An Azure Storage account: If you don't already have one, you can create an [Azure Storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account).
2828
* A Data Share invitation: An invitation from Microsoft Azure with a subject titled "Azure Data Share invitation from **<[email protected]>**".
29+
* Permission to add role assignment to the storage account, which is present in the *Microsoft.Authorization/role assignments/write* permission. This permission exists in the owner role.
30+
* Resource Provider registration for Microsoft.DataShare. See the [Azure Resource Providers](https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-supported-services) documentation for information on how to do this.
2931

3032
> [!IMPORTANT]
3133
> To accept and receive an Azure Data Share, you must first register the Microsoft.DataShare resource provider and you must be an owner of the storage account that you accept data into. Follow the instructions documented in [Troubleshoot Azure Data Share Preview](data-share-troubleshoot.md) to register the data share resource provider as well as add yourself as an owner of the storage account.

0 commit comments

Comments
 (0)