Skip to content

Commit 9ea11e7

Browse files
committedAug 14, 2020
minor changes
1 parent b91d449 commit 9ea11e7

File tree

7 files changed

+28
-33
lines changed

7 files changed

+28
-33
lines changed
 

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jifems
66
ms.author: jife
77
ms.service: data-share
88
ms.topic: troubleshooting
9-
ms.date: 07/30/2020
9+
ms.date: 08/14/2020
1010
---
1111

1212
# Troubleshoot common issues in Azure Data Share
@@ -29,7 +29,7 @@ This could be due to the following reasons:
2929
1. Search for **Microsoft.DataShare**
3030
1. Click **Register**
3131

32-
You'll need to have the [Contributor Azure role](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#contributor) to complete these steps.
32+
You'll need to have the [Azure Contributor role](https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#contributor) to the Azure subscription to complete these steps.
3333

3434
* **Invitation is sent to your email alias instead of your Azure login email.** If you have registered the Azure Data Share service or have already created a Data Share resource in the Azure tenant, but still cannot see the invitation, it maybe because the provider has entered your email alias as recipient instead of your Azure login email address. Contact your data provider and ensure that they have sent the invitation to your Azure login e-mail address and not your e-mail alias.
3535

‎articles/data-share/how-to-configure-mapping.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ author: jifems
55
ms.author: jife
66
ms.service: data-share
77
ms.topic: how-to
8-
ms.date: 07/30/2020
8+
ms.date: 08/14/2020
99
---
1010
# How to configure a dataset mapping for a received share in Azure Data Share
1111

12-
This article explains how to configure a dataset mapping for a Received Share using Azure Data Share. You'll want to do this if you accepted a data share invitation but opted to "Accept and configure later", or if data is shared in-place. You may want to configure a dataset mapping if you need to change the destination for data being shared with you, or if you want to receive data into a SQL Server.
12+
This article explains how to configure a dataset mapping for a Received Share using Azure Data Share. You may want to configure a dataset mapping to specify a target data store where you want to receive data, or if you need to change the target data store.
1313

1414
## Navigate to a received data share
1515

16-
In the Azure Data Share service, navigate to your received share and select the **Details** tab.
16+
In the Azure Data Share service, navigate to your received share and select the **Datasets** tab.
1717

1818
![Dataset mapping](./media/dataset-mapping.png "Dataset mapping")
1919

20-
Check the box next to the dataset you'd like to assign a destination to. Select **Unmap** to unmap the existing mapping. Select **+ Map to target** to choose a new destination store.
20+
Check the box next to the dataset you'd like to assign a destination to. Select **+ Map to target** to choose a new destination store. Select **Unmap** first if the dataset is already mapped and you want to change the target data store.
2121

2222
![Map to target](./media/dataset-map-target.png "Map to target")
2323

24-
## Select a new target store
24+
## Select a target store
2525

26-
Select a target data type that you'd like the data to land in. For snapshot-based sharing, any data that already exists in any previously mapped storage accounts will not be automatically moved to the new target store. For in-place sharing, select a data store in the Location specified. The Location is the Azure data center where data provider's source data store is located at.
26+
Select a target data store type that you'd like the data to land in. For snapshot-based sharing, any data that already exists in any previously mapped storage accounts will not be automatically moved to the new target store. For in-place sharing, select a data store in the Location specified. The Location is the Azure data center where data provider's source data store is located at.
2727

2828
![Target storage account](./media/dataset-map-target-sql.png "Target storage")
2929

3030
## Select a file format (SQL sources only)
3131

32-
If the source data is from a SQL-based source, you can choose which format it is received in.
32+
If the source data is from a SQL-based source and you want to receive it as a file, you can choose which format it is received in.
3333

3434
![Choose format](./media/sql-file-formats.png "SQL file formats")
3535

3.93 KB
Loading
Loading
5.21 KB
Loading

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

Lines changed: 16 additions & 19 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: 07/30/2020
8+
ms.date: 08/14/2020
99
---
1010
# Tutorial: Accept and receive data using Azure Data Share
1111

@@ -87,38 +87,35 @@ Sign in to the [Azure portal](https://portal.azure.com/).
8787

8888
For the **Received Share Name** field, you may leave the default specified by the data provide, or specify a new name for the received share.
8989

90-
![Target data share account](./media/target-data-share.png "Target data share account")
91-
92-
1. Once you've agreed to the terms of use and specified a location for your share, Select on *Accept and configure*. A share subscription will be created.
93-
94-
For snapshot-based sharing, the next screen will ask you to select a target storage account for your data to be copied into.
90+
Once you've agreed to the terms of use and specified a Data Share account to manage your received share, Select **Accept and configure**. A share subscription will be created.
9591
9692
![Accept options](./media/accept-options.png "Accept options")
9793
98-
If you prefer to accept the invitation now but configure your target data store at a later time, select *Accept and configure later*. To continue configuring your storage later, see [configure dataset mappings](how-to-configure-mapping.md) page for detailed steps on how to resume your data share configuration.
99-
100-
For in-place sharing, see [configure dataset mappings](how-to-configure-mapping.md) page for detailed steps on how to resume your data share configuration.
94+
This takes you to your the received share in your Data Share account.
10195
10296
If you don't want to accept the invitation, Select *Reject*.
10397

104-
## Configure storage
105-
1. Under *Target Storage Settings*, select the Subscription, Resource group, and storage account that you'd like to receive your data into.
98+
## Configure received share
99+
Follow the steps below to configure where you want to receive data.
100+
101+
1. Select **Datasets** tab. Check the box next to the dataset you'd like to assign a destination to. Select **+ Map to target** to choose a target data store.
102+
103+
![Map to target](./media/dataset-map-target.png "Map to target")
106104
107-
![Target storage settings](./media/target-storage-settings.png "Target storage")
105+
1. Select a target data store type that you'd like the data to land in. Any data files or tables in the target data store with the same path and name will be overwritten.
108106

109-
1. To receive regular update of your data, make sure you enable the snapshot settings. Note that you will only see a snapshot setting schedule if your data provider has included it in the data share.
107+
For in-place sharing, select a data store in the Location specified. The Location is the Azure data center where data provider's source data store is located at. Once dataset is mapped, you can follow the link in the Target Path to access the data.
110108
111-
![Snapshot settings](./media/snapshot-settings.png "Snapshot settings")
109+
![Target storage account](./media/dataset-map-target-sql.png "Target storage")
112110
113-
1. Select *Save*.
111+
1. For snapshot-based sharing, if the data provider has created a snapshot schedule to provide regular update to the data, you can also enable snapshot schedule by selecting the **Snapshot Schedule** tab. Check the box next to the snapshot schedule and select **+ Enable**.
114112
115-
> [!IMPORTANT]
116-
> If you are receiving SQL-based data and would like to receive that data into a SQL-based source, visit [configure a dataset mapping](how-to-configure-mapping.md) how-to guide to learn how to configure a SQL Server as the destination for your dataset.
113+
![Enable snapshot schedule](./media/enable-snapshot-schedule.png "Enable snapshot schedule")
117114
118115
## Trigger a snapshot
119116
These steps only apply to snapshot-based sharing.
120117
121-
1. You can trigger a snapshot in the Received Shares -> Details tab by selecting **Trigger snapshot**. Here, you can trigger a full or incremental snapshot of your data. If it is your first time receiving data from your data provider, select full copy.
118+
1. You can trigger a snapshot by selecting **Details** tab followed by **Trigger snapshot**. Here, you can trigger a full or incremental snapshot of your data. If it is your first time receiving data from your data provider, select full copy.
122119
123120
![Trigger snapshot](./media/trigger-snapshot.png "Trigger snapshot")
124121
@@ -127,7 +124,7 @@ These steps only apply to snapshot-based sharing.
127124
![Consumer datasets](./media/consumer-datasets.png "Consumer dataset mapping")
128125
129126
## View history
130-
To view a history of your snapshots, navigate to Received Shares -> History. Here you'll find a history of all snapshots that were generated for the past 60 days.
127+
This step only applies to snapshot-based sharing. To view history of your snapshots, select **History** tab. Here you'll find history of all snapshots that were generated for the past 30 days.
131128

132129
## Next steps
133130
In this tutorial, you learned how to accept and receive an Azure Data Share. To learn more about Azure Data Share concepts, continue to [Concepts: Azure Data Share Terminology](terminology.md).

‎articles/data-share/supported-data-stores.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: data-share
55
author: jifems
66
ms.author: jife
77
ms.topic: conceptual
8-
ms.date: 07/30/2020
8+
ms.date: 08/14/2020
99
---
1010
# Supported data stores in Azure Data Share
1111

@@ -24,7 +24,7 @@ The below table details the supported data sources for Azure Data Share.
2424
| Azure Data Lake Storage Gen2 |||
2525
| Azure SQL Database |Public Preview | |
2626
| Azure Synapse Analytics (formerly Azure SQL DW) |Public Preview | |
27-
| Azure Data Explorer | |Public Preview |
27+
| Azure Data Explorer | | |
2828

2929
## Data store support matrix
3030

@@ -56,9 +56,7 @@ Sharing from SQL-based sources has pre-requisites related to firewall rules and
5656
## Share from Azure Data Explorer
5757
Azure Data Share supports the ability to share databases in-place from Azure Data Explorer clusters. Data provider can share at the database or cluster level. When shared at database level, data consumer will only be able to access the specific database(s) shared by the data provider. When shared at cluster level, data consumer can access all the databases from the provider's cluster, including any future databases created by the data provider.
5858

59-
To access shared databases, data consumer needs to have its own Azure Data Explorer cluster. Data consumer's Azure Data Explorer cluster needs to locate in the same Azure data center as the data provider's Azure Data Explorer cluster. When sharing relationship is established, Azure Data Share creates a symbolic link between the provider and consumer's Azure Data Explorer clusters.
60-
61-
Azure Data Explorer supports two modes of data ingestion: batch and streaming. Data received from batch in the shared database will appear between a few seconds to a few minutes on the data consumer side. Data received from streaming could take up to 24 hours to appear on the data consumer side.
59+
To access shared databases, data consumer needs to have its own Azure Data Explorer cluster. Data consumer's Azure Data Explorer cluster needs to locate in the same Azure data center as the data provider's Azure Data Explorer cluster. When sharing relationship is established, Azure Data Share creates a symbolic link between the provider and consumer's Azure Data Explorer clusters. Data ingested using batch mode into the source Azure Data Explorer cluster will show up on the target cluster within a few seconds to a few minutes.
6260

6361
## Next steps
6462

0 commit comments

Comments
 (0)
Please sign in to comment.