Skip to content

Commit ac80a63

Browse files
Merge pull request #294539 from whhender/data-share-freshness-2025-5
Freshness and formatting 2025 5
2 parents ebecca4 + a86d754 commit ac80a63

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.author: sidontha
66
ms.service: azure-data-share
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
88
ms.topic: tutorial
9-
ms.date: 12/19/2023
9+
ms.date: 02/12/2025
1010
---
11+
1112
# Tutorial: Share data using Azure Data Share
1213

1314
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:
265266
266267
### [PowerShell](#tab/powershell)
267268
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.
269270

270271
1. Run the [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) command to create an Azure Storage account:
271272

@@ -298,7 +299,7 @@ Use these commands to create the resource:
298299
New-AzDataShare -ResourceGroupName <String> -AccountName <String> -Name <String> -Description <String> -TermsOfUse <String>
299300
```
300301

301-
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:
302303

303304
```azurepowershell
304305
New-AzDataShareInvitation -ResourceGroupName <String> -AccountName <String> -ShareName <String> -Name <String> -TargetEmail <String>
@@ -318,7 +319,7 @@ Your Azure Data Share has now been created and the recipient of your Data Share
318319

319320
When the resource is no longer needed, go to the **Data Share Overview** page and select **Delete** to remove it.
320321

321-
## Next steps
322+
## Next step
322323

323324
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.
324325

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.author: sidontha
66
ms.service: azure-data-share
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
88
ms.topic: tutorial
9-
ms.date: 12/19/2023
9+
ms.date: 02/12/2025
1010
---
11+
1112
# Tutorial: Accept and receive data using Azure Data Share
1213

1314
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
395396
When the resource is no longer needed, go to the Data Share Overview page, and select **Delete** to remove it.
396397

397398
## Next steps
399+
398400
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.
399401

400402
> [!div class="nextstepaction"]

articles/data-share/supported-data-stores.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn about the data stores that are supported for use in Azure Dat
44
ms.service: azure-data-share
55
author: sidontha
66
ms.author: sidontha
7-
ms.topic: conceptual
8-
ms.date: 12/19/2023
7+
ms.topic: concept-article
8+
ms.date: 02/12/2025
99
---
1010
# Supported data stores in Azure Data Share
1111

@@ -79,6 +79,6 @@ When a sharing relationship is established, Azure Data Share creates a symbolic
7979

8080
For more information, see: [share and receive data from Azure Data Explorer](/azure/data-explorer/data-share).
8181

82-
## Next steps
82+
## Related content
8383

8484
To learn how to start sharing data, continue to the [Share your data](share-your-data.md) tutorial.

articles/data-share/terminology.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn about common terms used to describe resources used in Azure D
44
ms.service: azure-data-share
55
author: sidontha
66
ms.author: sidontha
7-
ms.topic: conceptual
8-
ms.date: 12/19/2023
7+
ms.topic: concept-article
8+
ms.date: 02/12/2025
99
---
1010

1111
# Azure Data Share Concepts
@@ -56,6 +56,6 @@ Invitations can be resent up to five times a day.
5656

5757
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.
5858

59-
## Next steps
59+
## Related content
6060

6161
To learn how to start sharing data, continue to the [share your data](share-your-data.md) tutorial.

0 commit comments

Comments
 (0)