Skip to content

Commit f6358c4

Browse files
authored
Merge pull request #189775 from SumanthMarigowda/patch-26
(Azure CXP)https://github.com/MicrosoftDocs/azure-docs/issues/88784
2 parents dfb14ff + b5c20c3 commit f6358c4

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
@@ -456,7 +456,12 @@ You can read account-level metric values of your storage account or the Blob sto
456456

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

462467
#### Reading metric values with dimensions

0 commit comments

Comments
 (0)