Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 53c073f

Browse files
authored
Update calculate-container-size.ps1
1 parent 51f5395 commit 53c073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/calculate-container-size/calculate-container-size.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $storageAccount = Get-AzStorageAccount `
1818
$ctx = $storageAccount.Context
1919

2020
# get a list of all of the blobs in the container
21-
$listOfBlobs = Get-AzStorageBlob -Container $ContainerName -Context $ctx
21+
$listOfBlobs = Get-AzStorageBlob -Container $containerName -Context $ctx
2222

2323
# zero out our total
2424
$length = 0

0 commit comments

Comments
 (0)