Skip to content

Commit af39ebf

Browse files
committed
Added clarification to storage length calculation
1 parent e33eaca commit af39ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)