Skip to content

Commit 8f71ffe

Browse files
authored
Merge pull request #189986 from shashishailaj/patch-199
(Azure CXP) Doc update
2 parents a1d202f + d569b52 commit 8f71ffe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,12 +456,7 @@ You can read account-level metric values of your storage account or the Blob sto
456456

457457
```powershell
458458
$resourceId = "<resource-ID>"
459-
460-
461-
462-
463-
464-
$resourceId -MetricName "UsedCapacity" -TimeGrain 01:00:00
459+
Get-AzMetric -ResourceId $resourceId -MetricName "UsedCapacity" -TimeGrain 01:00:00
465460
```
466461

467462
#### Reading metric values with dimensions

0 commit comments

Comments
 (0)