Skip to content

Commit 8bc1874

Browse files
committed
Update subscribe-to-data-share.md
1 parent 618719c commit 8bc1874

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: 'Tutorial: Accept & receive data - Azure Data Share'
33
description: Tutorial - Accept and receive data using Azure Data Share
4-
author: sidontha
5-
ms.author: sidontha
4+
author: chvukosw
5+
ms.author: chvukosw
66
ms.service: azure-data-share
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
88
ms.topic: tutorial
9-
ms.date: 02/12/2025
9+
ms.date: 01/21/2026
1010
---
1111

1212
# Tutorial: Accept and receive data using Azure Data Share
1313

14-
In this tutorial, you'll learn how to accept a data share invitation using Azure Data Share. You'll learn how to receive data being shared with you, and how to enable a regular refresh interval to ensure that you always have the most recent snapshot of the data being shared with you.
14+
In this tutorial, you learn how to accept a data share invitation using Azure Data Share. You learn how to receive data being shared with you, and how to enable a regular refresh interval to ensure that you always have the most recent snapshot of the data being shared with you.
1515

1616
> [!div class="checklist"]
1717
> * How to accept an Azure Data Share invitation
@@ -92,7 +92,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
9292

9393
To open invitation from Azure portal directly, search for **Data Share Invitations** in Azure portal. This action takes you to the list of Data Share invitations.
9494

95-
If you're a guest user of a tenant, you'll be asked to verify your email address for the tenant prior to viewing Data Share invitation for the first time. Once verified, it's valid for 12 months.
95+
If you're a guest user of a tenant, you are asked to verify your email address for the tenant prior to viewing Data Share invitation for the first time. Once verified, it's valid for 12 months.
9696

9797
![List of Invitations](./media/invitations.png "List of invitations")
9898

@@ -148,7 +148,7 @@ Copy your invitation ID for use in the next section.
148148

149149
### [Portal](#tab/azure-portal)
150150

151-
1. 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.
151+
1. Make sure all fields are reviewed, including the **Terms of Use**. If you agree to the terms of use, you are required to check the box to indicate you agree.
152152

153153
![Terms of use](./media/terms-of-use.png "Terms of use")
154154

@@ -158,7 +158,7 @@ Copy your invitation ID for use in the next section.
158158
159159
For the **Received Share Name** field, you can leave the default specified by the data provide, or specify a new name for the received share.
160160
161-
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.
161+
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 is created.
162162

163163
![Accept options](./media/accept-options.png "Accept options")
164164

@@ -179,7 +179,7 @@ az datashare share-subscription create --resource-group share-rg \
179179
180180
### [PowerShell](#tab/powershell)
181181
182-
Use the [New-AzDataShareSubscription](/powershell/module/az.datashare/new-azdatasharesubscription) command to create the Data Share. The InvitationId will be the ID you gathered from the previous step.
182+
Use the [New-AzDataShareSubscription](/powershell/module/az.datashare/new-azdatasharesubscription) command to create the Data Share. The InvitationId is the ID you gathered from the previous step.
183183
184184
```azurepowershell
185185
New-AzDataShareSubscription -ResourceGroupName share-rg -AccountName FabrikamDataShareAccount -Name "Fabrikam Solutions" -InvitationId "89abcdef-0123-4567-89ab-cdef01234567"
@@ -203,7 +203,7 @@ Follow the steps below to configure where you want to receive data.
203203
204204
![Target storage account](./media/dataset-map-target-sql.png "Target storage")
205205
206-
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**. The first scheduled snapshot will start within one minute of the schedule time and subsequent snapshots will start within seconds of the scheduled time.
206+
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**. The first scheduled snapshot starts within one minute of the schedule time and subsequent snapshots start within seconds of the scheduled time.
207207
208208
![Enable snapshot schedule](./media/enable-snapshot-schedule.png "Enable snapshot schedule")
209209
@@ -389,7 +389,7 @@ Run the [New-AzDataShareTrigger](/powershell/module/az.datashare/new-azdatashare
389389
---
390390
391391
## View history
392-
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.
392+
This step only applies to snapshot-based sharing. To view history of your snapshots, select **History** tab. Here you find history of all snapshots that were generated for the past 30 days.
393393
394394
## Clean up resources
395395

0 commit comments

Comments
 (0)