Skip to content

Commit 1b4e8c3

Browse files
committed
updating metadata
1 parent 924c139 commit 1b4e8c3

7 files changed

+19
-47
lines changed

articles/storage/scripts/storage-blobs-container-calculate-billing-size-powershell.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22
title: Azure PowerShell script sample - Calculate the total billing size of a blob container | Microsoft Docs
33
description: Calculate the total size of a container in Azure Blob storage for billing purposes.
44
services: storage
5-
documentationcenter: na
65
author: fhryo-msft
7-
manager: cbrooks
8-
editor: tysonn
96

10-
ms.assetid:
11-
ms.custom: mvc
127
ms.service: storage
13-
ms.workload: storage
14-
ms.tgt_pltfrm: na
8+
ms.subservice: blobs
159
ms.devlang: powershell
1610
ms.topic: sample
1711
ms.date: 11/07/2017

articles/storage/scripts/storage-blobs-container-calculate-size-cli.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
title: Azure CLI Script Sample - Calculate blob container size | Microsoft Docs
33
description: Calculate the size of a container in Azure Blob storage by totaling the size of the blobs in the container.
44
services: storage
5-
documentationcenter: na
65
author: tamram
7-
manager: timlt
8-
editor: tysonn
96

10-
ms.assetid:
11-
ms.custom: mvc
127
ms.service: storage
13-
ms.workload: storage
14-
ms.tgt_pltfrm: na
15-
ms.devlang: azurecli
8+
ms.subservice: blobs
9+
ms.devlang: cli
1610
ms.topic: sample
1711
ms.date: 06/28/2017
1812
ms.author: tamram
@@ -33,7 +27,7 @@ This script calculates the size of a container in Azure Blob storage by totaling
3327

3428
[!code-azurecli[main](../../../cli_scripts/storage/calculate-container-size/calculate-container-size.sh?highlight=2-3 "Calculate container size")]
3529

36-
## Clean up deployment
30+
## Clean up deployment
3731

3832
Run the following command to remove the resource group, container, and all related resources.
3933

articles/storage/scripts/storage-blobs-container-calculate-size-powershell.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description: Calculate the size of a container in Azure Blob storage by totaling
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
10+
ms.devlang: powershell
1011
ms.topic: sample
1112
ms.date: 12/04/2019
1213
ms.author: tamram
@@ -21,13 +22,13 @@ This script calculates the size of a container in Azure Blob storage by totaling
2122
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2223

2324
> [!IMPORTANT]
24-
> This PowerShell script provides an estimated size for the container and should not be used for billing calculations. For a script that calculates container size for billing purposes, see [Calculate the size of a Blob storage container for billing purposes](../scripts/storage-blobs-container-calculate-billing-size-powershell.md).
25+
> This PowerShell script provides an estimated size for the container and should not be used for billing calculations. For a script that calculates container size for billing purposes, see [Calculate the size of a Blob storage container for billing purposes](../scripts/storage-blobs-container-calculate-billing-size-powershell.md).
2526
2627
## Sample script
2728

2829
[!code-powershell[main](../../../powershell_scripts/storage/calculate-container-size/calculate-container-size.ps1 "Calculate container size")]
2930

30-
## Clean up deployment
31+
## Clean up deployment
3132

3233
Run the following command to remove the resource group, container, and all related resources.
3334

articles/storage/scripts/storage-blobs-container-delete-by-prefix-cli.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
title: Azure CLI Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Delete Azure Storage blob containers based on a container name prefix.
44
services: storage
5-
documentationcenter: na
65
author: tamram
7-
manager: timlt
8-
editor: tysonn
96

10-
ms.assetid:
11-
ms.custom: mvc
127
ms.service: storage
13-
ms.workload: storage
14-
ms.tgt_pltfrm: na
15-
ms.devlang: azurecli
8+
ms.subservice: blobs
9+
ms.devlang: cli
1610
ms.topic: sample
1711
ms.date: 06/22/2017
1812
ms.author: tamram
@@ -30,7 +24,7 @@ This script first creates a few sample containers in Azure Blob storage, then de
3024

3125
[!code-azurecli-interactive[main](../../../cli_scripts/storage/delete-containers-by-prefix/delete-containers-by-prefix.sh?highlight=2-3 "Delete containers by prefix")]
3226

33-
## Clean up deployment
27+
## Clean up deployment
3428

3529
Run the following command to remove the resource group, remaining containers, and all related resources.
3630

articles/storage/scripts/storage-blobs-container-delete-by-prefix-powershell.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
title: Azure PowerShell Script Sample - Delete containers by prefix | Microsoft Docs
33
description: Delete Azure Storage blob containers based on a container name prefix.
44
services: storage
5-
documentationcenter: na
65
author: tamram
7-
manager: timlt
8-
editor: tysonn
96

10-
ms.assetid:
11-
ms.custom: mvc
127
ms.service: storage
13-
ms.workload: storage
14-
ms.tgt_pltfrm: na
15-
ms.devlang: azurecli
8+
ms.subservice: blobs
9+
ms.devlang: powershell
1610
ms.topic: sample
1711
ms.date: 06/13/2017
1812
ms.author: tamram
@@ -30,7 +24,7 @@ This script deletes containers in Azure Blob storage based on a prefix in the co
3024

3125
[!code-powershell[main](../../../powershell_scripts/storage/delete-containers-by-prefix/delete-containers-by-prefix.ps1 "Delete containers by prefix")]
3226

33-
## Clean up deployment
27+
## Clean up deployment
3428

3529
Run the following command to remove the resource group, remaining containers, and all related resources.
3630

articles/storage/scripts/storage-common-rotate-account-keys-cli.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
title: Azure CLI Script Sample - Rotate storage account access keys | Microsoft Docs
33
description: Create an Azure Storage account, then retrieve and rotate its account access keys.
44
services: storage
5-
documentationcenter: na
65
author: tamram
7-
manager: timlt
8-
editor: tysonn
96

10-
ms.assetid:
11-
ms.custom: mvc
127
ms.service: storage
13-
ms.workload: storage
14-
ms.tgt_pltfrm: na
15-
ms.devlang: azurecli
8+
ms.subservice: blobs
9+
ms.devlang: cli
1610
ms.topic: sample
1711
ms.date: 06/22/2017
1812
ms.author: tamram
@@ -30,7 +24,7 @@ This script creates an Azure Storage account, displays the new storage account's
3024

3125
[!code-azurecli-interactive[main](../../../cli_scripts/storage/rotate-storage-account-keys/rotate-storage-account-keys.sh "Rotate storage account keys")]
3226

33-
## Clean up deployment
27+
## Clean up deployment
3428

3529
Run the following command to remove the resource group, storage account, and all related resources.
3630

articles/storage/scripts/storage-common-rotate-account-keys-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description: Create an Azure Storage account, then retrieve and rotate one of it
55
services: storage
66
author: tamram
77

8-
ms.custom: mvc
98
ms.service: storage
9+
ms.subservice: blobs
10+
ms.devlang: powershell
1011
ms.topic: sample
1112
ms.date: 12/04/2019
1213
ms.author: tamram

0 commit comments

Comments
 (0)