Plugins

Query: Compute resources sku info

Description

Explore the different tiers, sizes, and types of compute resources available in your Azure environment. This can help you understand your options and plan your resource allocation more effectively.

Query

Tables used in this query:

SQL

select
name,
tier,
size,
family,
kind
from
azure_compute_resource_sku;
select
name,
tier,
size,
family,
kind
from
azure_compute_resource_sku;