Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9716b0

Browse files
committedOct 23, 2019
screenshot update
1 parent 37d4b08 commit e9716b0

10 files changed

+21
-167
lines changed
 

‎articles/data-share/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
href: concepts-roles-permissions.md
2222
- name: Samples
2323
items:
24+
- name: Code samples
25+
href: https://docs.microsoft.com/samples/browse/?service=data-share/
2426
- name: Azure Powershell
2527
href: samples-powershell.md
2628
- name: How-to guides

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Below is a summary of the roles assigned to Data Share resource-Managed Identity
2727

2828
| | | |
2929
|---|---|---|
30-
|**Storage Type**|**Data Provider Source Storage Account**|**Data Consumer Target Storage Account**|
30+
|**Storage Type**|**Data Provider Store**|**Data Consumer Target Store**|
3131
|Azure Blob Storage| Storage Blob Data Reader | Storage Blob Data Contributor
3232
|Azure Data Lake Gen1 | Owner | Not Supported
3333
|Azure Data Lake Gen2 | Storage Blob Data Reader | Storage Blob Data Contributor

‎articles/data-share/concepts-sql-sharing.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,29 @@ ms.author: joanpo
1010
---
1111
# How to configure a dataset mapping for a received share in Azure Data Share
1212

13-
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". Otherwise, you may simply want to change the destination storage account for your received data.
13+
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". 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.
1414

1515
## Navigate to a received data share
1616

1717
In the Azure Data Share service, navigate to your received share and select the **Details** tab.
1818

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

21-
Check the box next to the dataset you'd like to assign a destination to, and click **+ Map to target**. You may need to unmap first if you had already configured a destination storage account and you want to change the mapping to a different storage account.
21+
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.
2222

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

25-
## Select a new storage account
25+
## Select a new destination store
2626

27-
Select a storage account that you'd like the data to land in. Note that any data that already exists in any previously mapped storage accounts will not be automatically moved to the new storage account.
27+
Select a target data type that you'd like the data to land in. Note that any data that already exists in any previously mapped storage accounts will not be automatically moved to the new destination.
2828

29-
![Target storage account](./media/map-target.png "Target storage")
29+
![Target storage account](./media/dataset-map-target-sql.png "Target storage")
30+
31+
## Select a file format (SQL sources only)
32+
33+
If the source data is from a SQL-based source, you can choose which format it is received in.
34+
35+
![Choose format](./media/sql-file-formats.png "SQL file formats")
3036

3137
## Next steps
3238

-2.78 KB
Loading
Loading
Loading

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ In this tutorial, you'll learn how to:
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 recipients Azure login e-mail address (using their e-mail alias won't work).
2626

27-
To share data from a storage account:
27+
### Share from a storage account:
2828

2929
* 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)
3030
* 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.
3131

32-
To share data from a SQL-based source:
32+
### Share from a SQL-based source:
3333

3434
* An Azure SQL Database or Azure SQL Data Warehouse with tables and views that you want to share.
3535
* Permission for the data share to access the data warehouse. This can be done through the following steps:

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

Lines changed: 0 additions & 119 deletions
This file was deleted.

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Ensure that all pre-requisites are complete before accepting a data share invita
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 **<yourdataprovider@domain.com>**".
2727

28-
To receive data into a storage account:
28+
### Receive data into a storage account:
2929

3030
* 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).
3131
* 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.
@@ -34,7 +34,7 @@ To receive data into a storage account:
3434
> [!IMPORTANT]
3535
> 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](data-share-troubleshoot.md) to register the data share resource provider as well as add yourself as an owner of the storage account.
3636
37-
To receive data into a SQL-based source:
37+
### Receive data into a SQL-based source:
3838

3939
* Permission for the data share MSI to access the Azure SQL Database or Azure SQL Data Warehouse. This can be done through the following steps:
4040
1. Set yourself as the Azure Active Directory Admin for the server.
@@ -101,6 +101,9 @@ To receive regular refreshes of your data, make sure you enable the snapshot set
101101

102102
Select *Save*.
103103

104+
> [!IMPORTANT]
105+
> If you are receiving SQL-based data and would like to receive that data into a SQL-based source, visit our [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.
106+
104107
## Trigger a snapshot
105108

106109
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.

0 commit comments

Comments
 (0)
Please sign in to comment.