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.
Check utilization of Azure resources using PowerShell
July 19, 2017
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
You May Also Like