Skip to content

Commit f0814dd

Browse files
authored
Merge pull request #103678 from jifems/prereqbranch
Prereqbranch
2 parents a089c91 + d715c7f commit f0814dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To learn more about how to add a role assignment, refer to [this documentation,]
8686

8787
## Resource provider registration
8888

89-
To view Azure Data Share invitation for the first time in your Azure tenant, you may need to manually register the Microsoft.DataShare resource provider into your Azure subscription. Follow these steps to register the Microsoft.DataShare resource provider into your Azure Subscription.
89+
To view Azure Data Share invitation for the first time in your Azure tenant, you may need to manually register the Microsoft.DataShare resource provider into your Azure subscription. Follow these steps to register the Microsoft.DataShare resource provider into your Azure Subscription. You need *Contributor* access to the Azure subscription to register resource provider.
9090

9191
1. In the Azure portal, navigate to **Subscriptions**.
9292
1. Select the subscription that you're using for Azure Data Share.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In this tutorial, you'll learn how to:
2323

2424
* Azure Subscription: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2525
* Your recipient's Azure login e-mail address (using their e-mail alias won't work).
26+
* If the source Azure data store is in a different Azure subscription than the one you will use to create Data Share resource, register the [Microsoft.DataShare resource provider](concepts-roles-permissions.md#resource-provider-registration) in the subscription where the Azure data store is located.
2627

2728
### Share from a storage account:
2829

@@ -51,7 +52,7 @@ In this tutorial, you'll learn how to:
5152
* Client IP SQL Server Firewall access. This can be done through the following steps:
5253
1. In SQL server in Azure portal, navigate to *Firewalls and virtual networks*
5354
1. Click the **on** toggle to allow access to Azure Services.
54-
1. Click **+Add client IP** and click **Save**. Client IP address is subject to change. You can also add an IP range.
55+
1. Click **+Add client IP** and click **Save**. Client IP address is subject to change. This process might need to be repeated the next time you are sharing SQL data from Azure portal. You can also add an IP range.
5556

5657
### Share from Azure Data Explorer
5758
* An Azure Data Explorer cluster with databases you want to share.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Ensure that all pre-requisites are complete before accepting a data share invita
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
* A Data Share invitation: An invitation from Microsoft Azure with a subject titled "Azure Data Share invitation from **<[email protected]>**".
27-
* Register the Microsoft.DataShare resource provider. Follow the instructions documented in [Troubleshoot Azure Data Share](data-share-troubleshoot.md) to register the data share resource provider.
27+
* Register the [Microsoft.DataShare resource provider](concepts-roles-permissions.md#resource-provider-registration) in the Azure subscription where you will create a Data Share resource and the Azure subscription where your target Azure data stores are located.
2828

2929
### Receive data into a storage account:
3030

@@ -51,7 +51,7 @@ Ensure that all pre-requisites are complete before accepting a data share invita
5151
* Client IP SQL Server Firewall access. This can be done through the following steps:
5252
1. In SQL server in Azure portal, navigate to *Firewalls and virtual networks*
5353
1. Click the **on** toggle to allow access to Azure Services.
54-
1. Click **+Add client IP** and click **Save**. Client IP address is subject to change. This process might need to be repeated the next time you are sharing SQL data from Azure portal. You can also add an IP range.
54+
1. Click **+Add client IP** and click **Save**. Client IP address is subject to change. This process might need to be repeated the next time you are receiving data into a SQL target from Azure portal. You can also add an IP range.
5555

5656

5757
### Receive data into an Azure Data Explorer cluster:

0 commit comments

Comments
 (0)