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
# Tutorial: Accept and receive data using Azure Data Share
13
13
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.
15
15
16
16
> [!div class="checklist"]
17
17
> * How to accept an Azure Data Share invitation
@@ -92,7 +92,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
92
92
93
93
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.
94
94
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.
96
96
97
97

98
98
@@ -148,7 +148,7 @@ Copy your invitation ID for use in the next section.
148
148
149
149
### [Portal](#tab/azure-portal)
150
150
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.
152
152
153
153

154
154
@@ -158,7 +158,7 @@ Copy your invitation ID for use in the next section.
158
158
159
159
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.
160
160
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.
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.
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.
@@ -389,7 +389,7 @@ Run the [New-AzDataShareTrigger](/powershell/module/az.datashare/new-azdatashare
389
389
---
390
390
391
391
## 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.
0 commit comments