Need powershell script to get metrics of azure resources.
Need powershell script to get metrics of azure resources.
@badrisrinath-6607 - Did the below answer help resolve your issue, if not please revert back with any questions.
and if it did, please feel free to "accept as answer" so it can be beneficial to the community.
You can use the Az-PowerShell module Get-AzMetric to access resource metrics.
Below is a sample getting the SQL Database metrics.
https://docs.microsoft.com/en-us/azure/azure-sql/database/scripts/monitor-and-scale-database-powershell
The Get-AzMetric reference below also gets the App Service metrics.
https://docs.microsoft.com/en-us/powershell/module/az.monitor/get-azmetric?view=azps-7.4.0
If this doesn't work, please tell me why.
If you can't do it well with this, ask additional questions. We will always help you.
15 people are following this question.