Azure Performance Query - Documentation

Overview

This document provides an overview of the Azure Performance Query endpoint. It allows you to analyze and understand the performance of your Azure resources.

Key Features

Data Structure

The endpoint returns a JSON object with the following keys:

Query Parameters

The /msdn/documentation/azure/performance/query-performance endpoint accepts the following query parameters:

Example Query

Example: Retrieve the CPU utilization of all VMs:

                {
                    "resource": "VM",
                    "metadata": {
                        "status": "Running"
                    },
                    "metrics": [
                        {
                            "CPU Utilization": 0.8
                        }
                    ]
                }
            

Documentation

For more detailed documentation, please refer to the Azure Performance Query documentation: [https://learn.microsoft.com/en-us/azure/performance-query/](https://learn.microsoft.com/en-us/azure/performance-query/)