View Azure usage for subscription

Check utilization of Azure resources using PowerShell

John Savill

July 19, 2017

1 Min Read
View Azure usage for subscription

Q. How can I view the Azure usage for my subscription from PowerShell?

A. The following PowerShell cmdlets are useful to view the current usage of various Azure resources.

  • Get-AzureRmCdnSubscriptionResourceUsage

  • Get-AzureRmOperationalInsightsWorkspaceUsage

  • Get-AzureRmStorageUsage

  • Get-AzureRmUsage

  • Get-AzureRmVMUsage

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like