Skip to content

Commit 871683b

Browse files
Merge pull request #294537 from whhender/data-share-freshness-2025-3
Freshness and formatting 2025 3
2 parents 44d5590 + 92e9b39 commit 871683b

8 files changed

+17
-17
lines changed

articles/data-share/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ author: sidontha
55
ms.author: sidontha
66
ms.service: azure-data-share
77
ms.topic: overview
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: references_regions
1010
---
11+
1112
# What is Azure Data Share?
1213

1314
Azure Data Share enables organizations to securely share data with multiple customers and partners. Data providers are always in control of the data that they've shared and Azure Data Share makes it simple to manage and monitor what data was shared, when and by whom.
@@ -82,6 +83,6 @@ For metadata stored by Azure Data Share, in Southeast Asia (Singapore), it's sto
8283

8384
The Azure Data Share service doesn't have to be available in your region to use the service. For example, if you have data stored in an Azure Storage account located in a region where Azure Data Share isn't yet available, you can still use the service to share your data.
8485

85-
## Next steps
86+
## Next step
8687

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

articles/data-share/samples-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: azure-data-share
55
ms.custom: devx-track-azurepowershell
66
author: sidontha
77
ms.author: sidontha
8-
ms.topic: conceptual
9-
ms.date: 12/19/2023
8+
ms.topic: concept-article
9+
ms.date: 02/12/2025
1010
---
1111

1212
# Azure PowerShell samples for Azure Data Share

articles/data-share/scripts/powershell/accept-share-invitations-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sidontha
55
ms.author: sidontha
66
ms.service: azure-data-share
77
ms.topic: article
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: devx-track-azurepowershell
1010
---
1111

@@ -39,7 +39,7 @@ This script uses the following commands:
3939
| [New-AzDataShareSubscription](/powershell/module/az.datashare/get-azdatasharesubscription) | Create a data share subscription. |
4040
|||
4141

42-
## Next steps
42+
## Related content
4343

4444
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
4545

articles/data-share/scripts/powershell/add-datasets-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sidontha
55
ms.author: sidontha
66
ms.service: azure-data-share
77
ms.topic: article
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: devx-track-azurepowershell
1010
---
1111

@@ -40,7 +40,7 @@ This script uses the following commands:
4040
| [New-AzDataShareDataSet](/powershell/module/az.datashare/new-azdatasharedataset) | Adds a dataset to a data share. |
4141
|||
4242

43-
## Next steps
43+
## Related content
4444

4545
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
4646

articles/data-share/scripts/powershell/create-new-share-account-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This PowerShell script creates a new Data Share account.
44
author: sidontha
55
ms.service: azure-data-share
66
ms.topic: article
7-
ms.date: 12/19/2023
7+
ms.date: 02/12/2025
88
ms.author: sidontha
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -34,7 +34,7 @@ This script uses the following commands:
3434
| [New-AzDataShareAccount](/powershell/module/az.datashare/new-azdatashareaccount) | Creates a data share account. |
3535
|||
3636

37-
## Next steps
37+
## Related content
3838

3939
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
4040

articles/data-share/scripts/powershell/create-new-share-powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This PowerShell script creates a new data share within an existing
44
author: joannapea
55
ms.service: azure-data-share
66
ms.topic: article
7-
ms.date: 12/19/2023
7+
ms.date: 02/12/2025
88
ms.author: joanpo
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -27,7 +27,6 @@ New-AzDataShare -ResourceGroupName $resourceGroupName -AccountName $dataShareAcc
2727
2828
```
2929

30-
3130
## Script explanation
3231

3332
This script uses the following commands:
@@ -37,7 +36,7 @@ This script uses the following commands:
3736
| [New-AzDataShare](/powershell/module/az.datashare/new-azdatashare) | Creates a data share. |
3837
|||
3938

40-
## Next steps
39+
## Related content
4140

4241
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
4342

articles/data-share/scripts/powershell/create-share-invitation-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This PowerShell script sends a data share invitation.
44
author: joannapea
55
ms.service: azure-data-share
66
ms.topic: article
7-
ms.date: 12/19/2023
7+
ms.date: 02/12/2025
88
ms.author: joanpo
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -38,7 +38,7 @@ This script uses the following commands:
3838
| [New-AzDataShareInvitation](/powershell/module/az.datashare/new-azdatashareinvitation) | Create a data share invitation. |
3939
|||
4040

41-
## Next steps
41+
## Related content
4242

4343
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
4444

articles/data-share/scripts/powershell/create-view-trigger-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sidontha
55
ms.author: sidontha
66
ms.service: azure-data-share
77
ms.topic: article
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: devx-track-azurepowershell
1010
---
1111

@@ -44,7 +44,7 @@ This script uses the following commands:
4444
| [Get-AzDataShareTrigger](/powershell/module/az.datashare/get-azdatasharesynchronizationsetting) | Gets synchronization settings of a share synchronization. |
4545
|||
4646

47-
## Next steps
47+
## Related content
4848

4949
For more information on the Azure PowerShell, see [Azure PowerShell documentation](/powershell/).
5050

0 commit comments

Comments
 (0)