Skip to content

Commit 0d0b283

Browse files
authored
Merge pull request #196916 from stevenmatthew/storageCalc
Update calculate-container-size: Added clarification for storage length unit
2 parents 97a5f1c + 1d9bfdf commit 0d0b283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-azurepowershell
1616

1717
# Calculate the size of a blob container with PowerShell
1818

19-
This script calculates the size of a container in Azure Blob Storage by totaling the size of the blobs in the container.
19+
This script calculates the size of a container in Azure Blob Storage. It first displays the total number of bytes used by the blobs within the container, then displays their individual names and lengths.
2020

2121
[!INCLUDE [sample-powershell-install](../../../includes/sample-powershell-install-no-ssh-az.md)]
2222

@@ -52,4 +52,4 @@ For a script that calculates container size for billing purposes, see [Calculate
5252

5353
For more information on the Azure PowerShell module, see [Azure PowerShell documentation](/powershell/azure/).
5454

55-
Additional storage PowerShell script samples can be found in [PowerShell samples for Azure Storage](../blobs/storage-samples-blobs-powershell.md).
55+
Find more PowerShell script samples in [PowerShell samples for Azure Storage](../blobs/storage-samples-blobs-powershell.md).

0 commit comments

Comments
 (0)