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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 10/26/2022
9
9
---
10
10
# Tutorial: Share data using Azure Data Share
11
11
12
-
In this tutorial, you will learn how to set up a new Azure Data Share and start sharing your data with customers and partners outside of your Azure organization.
12
+
In this tutorial, you'll learn how to set up a new Azure Data Share and start sharing your data with customers and partners outside of your Azure organization.
13
13
14
14
In this tutorial, you'll learn how to:
15
15
@@ -23,7 +23,7 @@ In this tutorial, you'll learn how to:
23
23
24
24
* Azure Subscription: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25
25
* Your recipient's Azure 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.
26
+
* If the source Azure data store is in a different Azure subscription than the one you'll 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.
27
27
28
28
### Share from a storage account
29
29
@@ -43,12 +43,12 @@ Below is the list of prerequisites for sharing data from SQL source.
43
43
* SQL Server Firewall access. This can be done through the following steps:
44
44
1. In Azure portal, navigate to SQL server. Select *Firewalls and virtual networks* from left navigation.
45
45
1. Select **Yes** for *Allow Azure services and resources to access this server*.
46
-
1. Select **+Add client IP**. 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.
46
+
1. Select **+Add client IP**. Client IP address is subject to change. This process might need to be repeated the next time you're sharing SQL data from Azure portal. You can also add an IP range.
47
47
1. Select **Save**.
48
48
49
49
#### Prerequisites for sharing from Azure Synapse Analytics (workspace) SQL pool
50
50
51
-
** An Azure Synapse Analytics (workspace) dedicated SQL pool with tables that you want to share. Sharing of view is not currently supported. Sharing from serverless SQL pool is not currently supported.
51
+
** An Azure Synapse Analytics (workspace) dedicated SQL pool with tables that you want to share. Sharing of view isn't currently supported. Sharing from serverless SQL pool isn't currently supported.
52
52
* Permission to write to the SQL pool in Synapse workspace, which is present in *Microsoft.Synapse/workspaces/sqlPools/write*. This permission exists in the **Contributor** role.
53
53
* Permission for the Data Share resource's managed identity to access Synapse workspace SQL pool. This can be done through the following steps:
54
54
1. In Azure portal, navigate to Synapse workspace. Select SQL Active Directory admin from left navigation and set yourself as the **Azure Active Directory admin**.
@@ -59,12 +59,12 @@ Below is the list of prerequisites for sharing data from SQL source.
59
59
create user "<share_acct_name>"from external provider;
The *<share_acc_name>* is the name of your Data Share resource. If you have not created a Data Share resource as yet, you can come back to this pre-requisite later.
62
+
The *<share_acc_name>* is the name of your Data Share resource. If you haven't created a Data Share resource as yet, you can come back to this pre-requisite later.
63
63
64
64
* Synapse workspace Firewall access. This can be done through the following steps:
65
65
1. In Azure portal, navigate to Synapse workspace. Select *Firewalls* from left navigation.
66
66
1. Select **ON** for *Allow Azure services and resources to access this workspace*.
67
-
1. Select**+Add client IP**. 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.
67
+
1. Select **+Add client IP**. Client IP address is subject to change. This process might need to be repeated the next time you're sharing SQL data from Azure portal. You can also add an IP range.
68
68
1. Select**Save**.
69
69
70
70
@@ -98,7 +98,7 @@ Create an Azure Data Share resource in an Azure resource group.
98
98
| Name | *datashareaccount* | Specify a name for your data share account. |
99
99
| | |
100
100
101
-
1. Select**Review + create**, then **Create** to provision your data share account. Provisioning a new data share account typically takes about 2 minutes or less.
101
+
1. Select**Review + create**, then **Create** to create your data share account. Creating a new data share account typically takes about 2 minutes or less.
102
102
103
103
1. When the deployment is complete, select**Go to resource**.
104
104
@@ -208,7 +208,7 @@ Use these commands to create the resource:
208
208
209
209
:::image type="content" source="./media/datasets.png" alt-text="Screenshot of the datasets page in share creation, the add datasets button is highlighted.":::
210
210
211
-
1. Select the dataset type that you would like to add. You will see a different list of dataset types depending on the share type (snapshot orin-place) you have selected in the previous step. If sharing from an Azure SQL Database or Azure Synapse Analytics (formerly Azure SQL DW), you will be prompted for authentication method to list tables. SelectAAD authentication, andcheck the checkbox **Allow Data Share to run the above 'create user' script on my behalf**.
211
+
1. Select the dataset type that you would like to add. You'll see a different list of dataset types depending on the share type (snapshot or in-place) you've selected in the previous step. If sharing from an Azure SQL Database or Azure Synapse Analytics (formerly Azure SQL DW), you'll be prompted for authentication method to list tables. Select Azure Active Directory authentication, and check the checkbox **Allow Data Share to run the above 'create user' script on my behalf**.
212
212
213
213
:::image type="content" source="./media/add-datasets-updated.png" alt-text="Screenshot showing the available dataset types.":::
214
214
@@ -264,7 +264,7 @@ Use these commands to create the resource:
264
264
265
265
### [PowerShell](#tab/powershell)
266
266
267
-
1. If you do not already have data you would like to share, you can follow these steps to create a storage account. If you already have storage, you may skip to step 2.
267
+
1. If you don't already have data you would like to share, you can follow these steps to create a storage account. If you already have storage, you may skip to step 2.
268
268
269
269
1. Run the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) command to create an Azure Storage account:
270
270
@@ -282,7 +282,7 @@ Use these commands to create the resource:
1. Run the [Set-AzStorageBlobContent](/powershell/module/az.storage/new-azstoragecontainer) command to upload a file. The follow example uploads _textfile.csv_ from the _D:\testFiles_ folder on local memory, to the container you created.
285
+
1. Run the [Set-AzStorageBlobContent](/powershell/module/az.storage/new-azstoragecontainer) command to upload a file. The following example uploads _textfile.csv_from the _D:\testFiles_ folder on local memory, to the container you created.
0 commit comments