Skip to content

Commit 9cfc5fa

Browse files
committedJun 27, 2019
edits
1 parent 25825d4 commit 9cfc5fa

File tree

8 files changed

+14
-15
lines changed

8 files changed

+14
-15
lines changed
 
Binary file not shown.
Binary file not shown.
-76.8 KB
Loading
-85.7 KB
Binary file not shown.

‎articles/data-share/overview.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Data Share ensures that the data provider is always in control. Data consu
1818

1919
Azure Data Share helps enhance insights by making it easy to combine internal data with third-party data to enrich analytics use cases. Easily use the power ot Azure analytics tools to prepare, process, and analyze data shared using Azure Data Share.
2020

21-
# How it works
21+
## How it works
2222

2323
Azure Data Share uses a snapshot-based sharing approach, where data is shared through data movement. As a data provider, you provision a data share and invite recipients to the data share. Data consumers receive an invitation to your data share via e-mail. Once a data consumer accepts the invitation, they can trigger a full snapshot of the data shared you shared them. This data is received into the data consumers storage account. Data consumers can receive regular, incremental updates to the data shared with them so that they always have the latest version of the data.
2424

@@ -52,15 +52,16 @@ Azure Data Share enables Data Consumers to:
5252

5353
All key capabilities listed above are supported through the Azure or via REST APIs. For more details on using Azure Data Share through REST APIs, check out our reference documentation.
5454

55-
# Pricing
55+
## Pricing
5656

57-
Azure Data Share Preview bills for two components:
58-
1. Management
57+
Azure Data Share Preview bills for two components. The first component is for data share management. Azure Data Share charges for the volume of datasets managed by your Data Share account. While in preview, Data Share Management will be free.
5958

60-
Azure Data Share charges for the volume of datasets managed by your Data Share account. While in preview, Data Share Management will be free.
59+
The second component is for movement. Aure Data Share charges for the movement of data from the data provider’s Azure tenant to the data consumer’s Azure tenant. You pay for dataset movement per dataset movement operation and the compute required to move a dataset. Dataset movement compute is charged per vCore-hour. Dataset movement compute charges are prorated by the minute in and rounded up. While in preview, dataset movement operations are free.
6160

62-
1. Dataset Movement
61+
For more information about pricing, visit the Azure Data Share [pricing page](https://azure.microsoft.com/pricing/).
6362

64-
Azure Data Share charges for the movement of data from the data provider’s Azure tenant to the data consumer’s Azure tenant. You pay for dataset movement per dataset movement operation and the compute required to move a dataset. Dataset movement compute is charged per vCore-hour. Dataset movement compute charges are prorated by the minute in and rounded up. While in preview, dataset movement operations are free.
63+
## Next steps
64+
To learn how to start sharing data, continue to the "Share your data" tutorial.
6565

66-
For more information about pricing, visit the Azure Data Share [pricing page](https://azure.microsoft.com/pricing/).
66+
> [!div class="nextstepaction"]
67+
> [Tutorial: Share your data](share-your-data.md)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ Create an Azure Data Share resource in an Azure resource group.
5757

5858
1. In your data share account, select 'Start sharing your data'.
5959

60-
![StartSharing](./media/start-sharing.png "Start sharing your data")
61-
6260
1. Select **Create**.
6361

6462

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,10 @@ Select the share you would like to view.
4242
## Accept the invitation
4343
Make sure all fields are reviewed, including the **Terms of Use**. If you agree to the terms of use, you'll be required to check the box to indicate you agree.
4444

45-
![Consumer Share Invitation](./media/consumer-share-accept.png "Consumers Data Share")
46-
4745
Under *Target Data Share Account*, select the Subscription and Resource Group that you'll be deploying your Data Share into.
4846

4947
For the **Data Share Account** field, select **Create new** if you don't have an existing Data Share account. Otherwise, select an existing Data Share account that you'd like to accept your data share into.
5048

51-
![Consumer Share Account Creation](./media/consumer-new-share-account.png "New Data Share Account")
52-
5349
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.
5450

5551
Once you've agreed to the terms of use and specified a location for your share, click on *Accept and Configure*.

‎articles/data-share/terminology.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Concept - Data Share Preview Terminology
2+
title: Concept - Azure Data Share Preview Terminology
33
description: What is a Share Subscription in Azure Data Share
44
author: joannapea
55

@@ -54,5 +54,9 @@ A data provider can delete an invitation after it has been sent. Note that if a
5454

5555
A recipient is someone that receives an invitation to a data share. Typically, a data provider will add recipients to data share that they create. Once the recipient of an invitation accepts the invitation, they become a data consumer.
5656

57+
## Next steps
58+
To learn how to start sharing data, continue to the "Share your data" tutorial.
5759

60+
> [!div class="nextstepaction"]
61+
> [Tutorial: Share your data](share-your-data.md)
5862

0 commit comments

Comments
 (0)
Please sign in to comment.