Skip to content

Commit b5c20c3

Browse files
1 parent 2abe028 commit b5c20c3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storage/blobs/monitor-blob-storage.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,12 @@ You can read account-level metric values of your storage account or the Blob sto
450450

451451
```powershell
452452
$resourceId = "<resource-ID>"
453-
Get-AzMetric -ResourceId $resourceId -MetricNames "UsedCapacity" -TimeGrain 01:00:00
453+
454+
455+
456+
457+
458+
$resourceId -MetricName "UsedCapacity" -TimeGrain 01:00:00
454459
```
455460

456461
#### Reading metric values with dimensions

0 commit comments

Comments
 (0)