Skip to content

Commit 074030b

Browse files
Merge pull request #294538 from whhender/data-share-freshness-2025-4
Freshness and formatting 2025 4
2 parents 871683b + 04e0e45 commit 074030b

8 files changed

+22
-23
lines changed

articles/data-share/scripts/powershell/monitor-usage-powershell.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ description: This PowerShell script retrieves usage metrics of a sent data share
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
9-
ms.custom:
109
---
1110

1211
# Use PowerShell to monitor the usage of a sent data share
@@ -40,7 +39,7 @@ This script uses the following commands:
4039
| [Get-AzDataShareSynchronizationDetails](/powershell/module/az.datashare/get-azdatasharesynchronizationdetail) | Gets synchronization details of a share synchronization. |
4140
|||
4241

43-
## Next steps
42+
## Related content
4443

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

articles/data-share/scripts/powershell/set-view-synchronizations-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This PowerShell script sets and gets share synchronization settings
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
---
@@ -44,7 +44,7 @@ This script uses the following commands: =
4444
| [Get-AzDataShareSynchronizationSetting](/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

articles/data-share/scripts/powershell/view-sent-invitations-powershell.md

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

1211
# Use PowerShell to get a data share invitation
@@ -37,7 +36,7 @@ This script uses the following commands:
3736
| [Get-AzDataShareInvitation](/powershell/module/az.datashare/get-azdatashareinvitation) | Get and list sent data share invitations. |
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/view-share-details-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
---
1010

1111
# Use PowerShell to view the details of a sent data share
@@ -39,7 +39,7 @@ This script uses the following commands:
3939
| [Get-AzDataShare](/powershell/module/az.datashare/get-azdatashare) | Gets and lists of shares in an account. |
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/security.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ author: sidontha
55
ms.author: sidontha
66
ms.service: azure-data-share
77
ms.topic: how-to
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
---
10+
1011
# Security overview for Azure Data Share
1112

1213
This article provides a security overview of the Azure Data Share service.
@@ -27,6 +28,6 @@ Once a share is created or received, users with proper permission to the Data Sh
2728

2829
To share data from or to storage accounts with firewall turned on, you need to enable **Allow trusted Microsoft services** in your storage account. See [Configure Azure Storage firewalls and virtual networks](../storage/common/storage-network-security.md#trusted-microsoft-services) for details.
2930

30-
## Next steps
31+
## Related content
3132

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

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

Lines changed: 7 additions & 7 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: quickstart
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1010
---
1111

@@ -67,9 +67,9 @@ It's because the deployment is trying to create the dataset before the Azure rol
6767
* **Subscription**: select an Azure subscription used to create the data share and the other resources.
6868
* **Resource group**: select **Create new** to create a new resource group or select an existing resource group.
6969
* **Location**: select a location for the resource group.
70-
* **Project Name**: enter a project name. The project name is used for generating resource names. See the variable definitions in the previous template.
71-
* **location**: select a location for the resources. You can use the same location for the resource group.
72-
* **Invitation Email**: enter the data share recipient's Azure sign in email address. Email alias doesn't work.
70+
* **Project Name**: enter a project name. The project name is used for generating resource names. See the variable definitions in the previous template.
71+
* **location**: select a location for the resources. You can use the same location for the resource group.
72+
* **Invitation Email**: enter the data share recipient's Azure sign in email address. Email alias doesn't work.
7373

7474
Use the default value for the rest of the settings.
7575
1. select **I agree to the terms and conditions stated above**, and the select **Purchase**.
@@ -78,8 +78,8 @@ It's because the deployment is trying to create the dataset before the Azure rol
7878

7979
1. Sign in to the [Azure portal](https://portal.azure.com).
8080
1. Open the data share account that you created.
81-
1. From the left menu, select **Send Shares**. You shall see the storage account listed.
82-
1. Select the storage account. Under **Details**, you shall see the synchronization setting as you configured in the template.
81+
1. From the left menu, select **Send Shares**. You shall see the storage account listed.
82+
1. Select the storage account. Under **Details**, you shall see the synchronization setting as you configured in the template.
8383

8484
![Azure Data Share Storage Account Synchronization settings](./media/share-your-data-arm/azure-data-share-storage-account-synchronization-settings.png)
8585
1. Select **Invitations** from the top. You shall see the email address that you specified when you deploy the template. The **Status** shall be **Pending**.
@@ -94,6 +94,6 @@ Remove-AzResourceGroup -Name $resourceGroupName
9494
Write-Host "Press [ENTER] to continue..."
9595
```
9696

97-
## Next steps
97+
## Next step
9898

9999
In this quickstart, you learnt how to create an Azure data share and invite recipients. To learn more about how a data consumer can accept and receive a data share, continue to the [accept and receive data](subscribe-to-data-share.md) tutorial.

articles/data-share/share-your-data-bicep.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: quickstart
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: subject-armqs, mode-arm, devx-track-bicep
1010
---
1111

@@ -98,6 +98,6 @@ Remove-AzResourceGroup -Name exampleRG
9898

9999
---
100100

101-
## Next steps
101+
## Next step
102102

103103
In this quickstart, you learned how to create an Azure data share and invite recipients. To learn more about how a data consumer can accept and receive a data share, continue to the [accept and receive data](subscribe-to-data-share.md) tutorial.

articles/data-share/share-your-data-portal.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: quickstart
8-
ms.date: 12/19/2023
8+
ms.date: 02/12/2025
99
ms.custom: mode-ui
1010
---
1111

@@ -100,6 +100,6 @@ Your Azure Data Share has now been created and the recipient of your Data Share
100100

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

103-
## Next steps
103+
## Next step
104104

105105
In this quickstart, you learned how to create an Azure Data Share. To learn about how a Data Consumer can accept and receive a data share, continue to the [accept and receive data](subscribe-to-data-share.md) tutorial.

0 commit comments

Comments
 (0)