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
In this tutorial, you'll learn how to set up a new Azure Data Share and start sharing your data with customers and partners outside of your Azure organization.
@@ -265,7 +266,7 @@ Use these commands to create the resource:
265
266
266
267
### [PowerShell](#tab/powershell)
267
268
268
-
1. If you don't already have data you would like to share, you can follow these steps to create a storage account. If you already have storage, you may skip to step 2.
269
+
1. If you don't already have data you would like to share, you can follow these steps to create a storage account. If you already have storage, you can skip to step 2.
269
270
270
271
1. Run the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) command to create an Azure Storage account:
271
272
@@ -298,7 +299,7 @@ Use these commands to create the resource:
1. Use the [New-AzDataShareInvitation](/powershell/module/az.datashare/get-azdatasharereceivedinvitation) command to create the invitation for the specified address:
302
+
1. Use the [New-AzDataShareInvitation](/powershell/module/az.datashare/new-azdatashareinvitation) command to create the invitation for the specified address:
@@ -318,7 +319,7 @@ Your Azure Data Share has now been created and the recipient of your Data Share
318
319
319
320
When the resource is no longer needed, go to the **Data Share Overview** page andselect**Delete** to remove it.
320
321
321
-
## Next steps
322
+
## Next step
322
323
323
324
In this tutorial, you learned how to create an Azure Data Share and invite recipients. To learn about how a Data Consumer can accept and receive a data share, continue to the accept and receive data tutorial.
# Tutorial: Accept and receive data using Azure Data Share
12
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.
@@ -395,6 +396,7 @@ This step only applies to snapshot-based sharing. To view history of your snapsh
395
396
When the resource is no longer needed, go to the Data Share Overview page, andselect**Delete** to remove it.
396
397
397
398
## Next steps
399
+
398
400
In this tutorial, you learned how to accept and receive an Azure Data Share. To learn more about Azure Data Share concepts, continue to Azure Data Share Terminology.
Copy file name to clipboardExpand all lines: articles/data-share/terminology.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: Learn about common terms used to describe resources used in Azure D
4
4
ms.service: azure-data-share
5
5
author: sidontha
6
6
ms.author: sidontha
7
-
ms.topic: conceptual
8
-
ms.date: 12/19/2023
7
+
ms.topic: concept-article
8
+
ms.date: 02/12/2025
9
9
---
10
10
11
11
# Azure Data Share Concepts
@@ -56,6 +56,6 @@ Invitations can be resent up to five times a day.
56
56
57
57
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.
58
58
59
-
## Next steps
59
+
## Related content
60
60
61
61
To learn how to start sharing data, continue to the [share your data](share-your-data.md) tutorial.
0 commit comments