Every knob, switch, and dropdown that a single Azure Lead must understand
Full sweep — 190 resource providers
Microsoft Azure is not one product. It is 190 resource providers, each its own domain of expertise. Every provider ships a set of resource types, and every resource type exposes a tree of configuration parameters: networking rules nested inside security profiles nested inside deployment definitions nested inside orchestration templates. When you recurse through every branch of every resource type's OpenAPI specification, Azure reveals 38,274 individually configurable parameters.
That number is the configuration surface area: the total count of knobs, switches, toggles, enums, and free-text fields that an Azure administrator may encounter. It does not include the read-only status fields, the deprecated properties, or the preview-only features hidden behind feature flags. It is the minimum an Azure team needs to be aware of.
But the numbers above only tell part of the story. Azure's 190 resource providers are not 190 products. Many are umbrella namespaces that bundle multiple distinct, separately-marketed products under a single resource provider. 119 of these providers collectively contain 847 distinct products, each with its own concepts, documentation, pricing model, and failure modes. The most densely packed is Network, which alone contains 49 separately-marketed products behind what Azure counts as a single resource provider.
To put this in human terms:
The most complex providers by parameter count are Network (8,549), Web (2,746), SQL (1,458). But complexity is not just depth, it is also breadth: the sheer number of services that interact, the cross-cutting concerns of networking, identity, monitoring, and compliance that span every one of these 190 providers. A single deployment may touch Compute, Network, Storage, KeyVault, Insights, Security, and Authorization simultaneously, each with its own parameter tree, SKU selection, and RBAC surface.
In many organisations, a small team or sometimes a single person is expected to understand all of this. Not superficially, but well enough to architect solutions, review pull requests on Bicep templates, advise on cost optimisation, and answer security audit questions. The 847 distinct products, 38,274 configurable parameters, 46,809 SKU variants, and 15,376 API operations are not static. They grow with every Azure release, every Generally Available announcement, every new region and compliance certification.
Enumerated via az provider list and az provider show. Captures all resource types and their latest API versions.
Fetched via Azure REST API /providers/{ns}/operations. Each operation represents an RBAC-relevant management action.
Queried from the Azure SKU API filtered to eastus (Azure's most complete region). Grouped by resource type.
Parsed from Azure OpenAPI specs on GitHub. Each spec's definitions are recursively walked to count every leaf property (string, int, bool, enum). Circular references are detected and broken.
API-driven discovery of 34 providers with applicable commercial options: Reserved Instances, AHUB, Savings Plans, Spot pricing, and Dev/Test pricing. Sourced from the Azure Retail Prices API.
Weighted composite: Config params (×2.0), Resource types (×1.0), Operations (×0.5), SKUs (×0.1), Licensing (×3.0).
Many providers are umbrella namespaces containing multiple separately-marketed products. For 119 providers, we enumerate every distinct product bundled within — 847 products total. For example, CognitiveServices alone contains 21 distinct AI services (from az cognitiveservices account list-kinds). These are listed in full per provider below.
The table below ranks all 190 Azure resource providers by a weighted complexity score. This score is not a subjective assessment — it is a computed composite derived from five measurable dimensions of each provider's management surface area: the number of configuration parameters (weighted ×2.0), resource types (×1.0), API operations (×0.5), SKU variants (×0.1), and licensing options (×3.0).
Configuration parameters carry the heaviest weight because they represent the deepest layer of domain knowledge — the individual fields, nested objects, enums, and conditional properties that an administrator must understand to correctly deploy and operate a resource. A single misconfigured parameter (an NSG rule, a TLS version, a replication setting) can cause outages, security breaches, or unexpected costs.
Click any column header to re-sort. The Products column shows how many distinct, separately-marketed services are bundled inside each provider namespace — a measure of conceptual breadth that no single metric captures. Providers without a products count are single-purpose namespaces (one provider, one service). The Score bar visualises each provider's complexity relative to the most complex provider in the dataset.
| Rank | Provider | Products | Resource Types | Config Params | SKUs | Operations | Licensing | Complexity Score | Score |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Network Virtual networks, load balancers, DNS, and network security |
49 | 194 | 8,549 | 0 | 1,084 | Dev/Test | 17,837.0 | |
| 2 | Web App Service, Functions, and web apps |
12 | 78 | 2,746 | 24 | 666 | Dev/Test Reserved Instances Savings Plans | 5,914.4 | |
| 3 | SQL Azure SQL Database and SQL Managed Instance |
21 | 249 | 1,458 | 0 | 606 | AHUB Dev/Test Reserved Instances | 3,477.0 | |
| 4 | Compute Virtual machines, scale sets, and compute resources |
18 | 80 | 1,407 | 1,225 | 301 | AHUB Dev/Test Reserved Instances Savings Plans Spot | 3,182.0 | |
| 5 | API Management API Management gateway and developer portal |
12 | 15 | 1,288 | 3,440 | 417 | None | 3,143.5 | |
| 6 | Cognitive Services Azure AI Services — Microsoft Foundry (OpenAI, Doc Intelligence, Vision, Speech, Language, and more) |
22 | 36 | 431 | 5,490 | 1,924 | Reserved Instances | 2,412.0 | |
| 7 | Migrate Azure Migrate assessment and migration |
9 | 19 | 1,105 | 0 | 318 | None | 2,388.0 | |
| 8 | Machine Learning Azure Machine Learning workspaces and models |
16 | 69 | 875 | 215 | 324 | Savings Plans Spot | 2,008.5 | |
| 9 | Storage Storage accounts, blobs, files, queues, and tables |
16 | 26 | 483 | 7,370 | 240 | Reserved Instances | 1,852.0 | |
| 10 | Logic Logic Apps workflow automation |
8 | 12 | 858 | 0 | 126 | None | 1,791.0 | |
| 11 | Kubernetes Service (AKS) Azure Kubernetes Service (AKS) |
14 | 29 | 536 | 0 | 1,178 | AHUB Savings Plans Spot | 1,699.0 | |
| 12 | Billing Billing accounts and invoices |
6 | 194 | 643 | 0 | 236 | None | 1,598.0 | |
| 13 | Spring Apps Azure Spring Apps |
7 | 24 | 733 | 1,005 | 0 | Savings Plans | 1,593.5 | |
| 14 | Azure Local Azure Local (formerly Azure Stack HCI) hybrid infrastructure |
8 | 43 | 719 | 0 | 142 | AHUB | 1,555.0 | |
| 15 | Provider Hub Resource provider management and onboarding |
12 | 750 | 0 | 0 | None | 1,512.0 | ||
| 16 | Synapse Azure Synapse Analytics |
9 | 25 | 594 | 1,130 | 192 | Reserved Instances | 1,425.0 | |
| 17 | Network Cloud Operator Nexus compute resources |
7 | 23 | 614 | 0 | 155 | None | 1,328.5 | |
| 18 | App Azure Container Apps |
8 | 45 | 522 | 0 | 207 | Savings Plans | 1,195.5 | |
| 19 | Automation Azure Automation runbooks and DSC |
11 | 18 | 511 | 0 | 167 | None | 1,123.5 | |
| 20 | Azure Arc Data Azure Arc-enabled data services |
4 | 13 | 535 | 0 | 0 | AHUB Dev/Test Reserved Instances | 1,092.0 | |
| 21 | NetApp Azure NetApp Files |
11 | 30 | 490 | 0 | 49 | Reserved Instances | 1,037.5 | |
| 22 | Consumption Consumption and usage analytics |
6 | 25 | 486 | 0 | 28 | None | 1,011.0 | |
| 23 | Managed Network Fabric Operator Nexus network fabric |
28 | 375 | 0 | 379 | None | 967.5 | ||
| 24 | Kusto Azure Data Explorer (Kusto) |
10 | 15 | 0 | 8,715 | 88 | Reserved Instances | 933.5 | |
| 25 | Log Analytics Log Analytics workspaces and queries |
8 | 26 | 203 | 0 | 980 | None | 922.0 | |
| 26 | Device Registry IoT device registry |
19 | 451 | 0 | 0 | None | 921.0 | ||
| 27 | Event Grid Event Grid event-driven messaging |
8 | 27 | 418 | 0 | 0 | None | 863.0 | |
| 28 | HDInsight HDInsight managed Hadoop and Spark clusters |
6 | 13 | 394 | 0 | 0 | Dev/Test | 804.0 | |
| 29 | Azure Virtual Desktop Azure Virtual Desktop |
9 | 16 | 380 | 0 | 0 | AHUB Savings Plans | 782.0 | |
| 30 | Microsoft Sentinel Microsoft Sentinel (SIEM and SOAR) |
16 | 43 | 291 | 0 | 151 | Reserved Instances | 703.5 | |
| 31 | Azure Arc Servers Azure Arc-enabled servers |
5 | 33 | 328 | 0 | 0 | None | 689.0 | |
| 32 | Data Box Edge Azure Stack Edge devices |
4 | 290 | 0 | 101 | None | 634.5 | ||
| 33 | Resources Resource groups, deployments, and ARM templates |
10 | 49 | 286 | 0 | 0 | None | 621.0 | |
| 34 | Container Registry Container Registry for Docker images |
9 | 46 | 250 | 0 | 124 | None | 608.0 | |
| 35 | Edge Edge disconnected operations |
47 | 266 | 0 | 0 | None | 579.0 | ||
| 36 | Data Share Data Share for data collaboration |
3 | 18 | 265 | 0 | 50 | None | 573.0 | |
| 37 | IoT Operations Azure IoT Operations for edge |
7 | 16 | 245 | 0 | 67 | Dev/Test | 542.5 | |
| 38 | Container Instances Serverless container instances |
5 | 14 | 239 | 0 | 39 | Savings Plans Spot | 517.5 | |
| 39 | Edge Order Azure Edge Order for hardware |
19 | 242 | 0 | 0 | None | 503.0 | ||
| 40 | CDN Azure CDN and Front Door |
8 | 59 | 218 | 0 | 0 | None | 495.0 | |
| 41 | Lab Services Lab Services for classroom and training labs |
3 | 9 | 103 | 2,375 | 79 | None | 492.0 | |
| 42 | Bot Service Azure Bot Service |
6 | 14 | 238 | 10 | 0 | None | 491.0 | |
| 43 | Cache Azure Cache for Redis |
10 | 21 | 0 | 4,235 | 81 | Reserved Instances | 488.0 | |
| 44 | Stream Analytics Stream Analytics real-time event processing |
6 | 12 | 235 | 0 | 0 | None | 482.0 | |
| 45 | Storage Cache Managed Lustre and HPC Cache |
3 | 13 | 128 | 1,750 | 67 | None | 477.5 | |
| 46 | Service Bus Service Bus messaging queues and topics |
6 | 27 | 197 | 0 | 102 | None | 472.0 | |
| 47 | Batch Azure Batch parallel and HPC workloads |
8 | 18 | 189 | 0 | 69 | Spot | 433.5 | |
| 48 | Workloads Azure Center for SAP Solutions |
5 | 16 | 173 | 20 | 123 | None | 425.5 | |
| 49 | Key Vault Key Vault for keys, secrets, and certificates |
11 | 21 | 165 | 6 | 122 | None | 412.6 | |
| 50 | Healthcare APIs Health Data Services (FHIR, DICOM, MedTech) |
4 | 18 | 165 | 0 | 102 | None | 399.0 | |
| 51 | Service Fabric Service Fabric cluster management |
9 | 23 | 188 | 0 | 0 | None | 399.0 | |
| 52 | Data Box Data Box offline data transfer |
10 | 166 | 0 | 22 | None | 353.0 | ||
| 53 | SCVMM | 14 | 159 | 0 | 42 | None | 353.0 | ||
| 54 | Fabric Microsoft Fabric analytics platform |
30 | 10 | 4 | 3,135 | 21 | Reserved Instances | 345.0 | |
| 55 | Notification Hubs Notification Hubs push notifications |
3 | 5 | 169 | 0 | 0 | None | 343.0 | |
| 56 | Hybrid Network Hybrid network function management |
26 | 115 | 0 | 171 | None | 341.5 | ||
| 57 | Azure Compute Fleet Azure Compute Fleet |
4 | 166 | 0 | 0 | None | 336.0 | ||
| 58 | Dev Center Dev Box and Deployment Environments |
8 | 39 | 141 | 55 | 0 | None | 326.5 | |
| 59 | Data Factory Data Factory data integration pipelines |
10 | 8 | 113 | 0 | 170 | Reserved Instances | 322.0 | |
| 60 | AVS Azure VMware Solution |
9 | 32 | 0 | 2,245 | 78 | AHUB | 298.5 | |
| 61 | Confluent Confluent on Azure (Apache Kafka) |
17 | 135 | 0 | 0 | None | 287.0 | ||
| 62 | Kubernetes Configuration Flux and GitOps for Arc-enabled Kubernetes |
3 | 11 | 128 | 0 | 29 | None | 281.5 | |
| 63 | Recovery Services Backup and Site Recovery vaults |
15 | 19 | 58 | 0 | 266 | Reserved Instances | 271.0 | |
| 64 | Marketplace Azure Marketplace private stores |
4 | 47 | 98 | 0 | 44 | None | 265.0 | |
| 65 | Cosmos DB (DocumentDB) Azure Cosmos DB |
13 | 22 | 0 | 0 | 471 | Reserved Instances | 260.5 | |
| 66 | Power BI Dedicated | 3 | 7 | 0 | 2,315 | 31 | None | 254.0 | |
| 67 | App Compliance Automation App Compliance Automation for Microsoft 365 |
2 | 15 | 115 | 0 | 0 | None | 245.0 | |
| 68 | Storage Mover Storage Mover for data migration |
3 | 10 | 105 | 0 | 39 | None | 239.5 | |
| 69 | Elastic San Elastic SAN block storage |
4 | 5 | 85 | 415 | 43 | None | 238.0 | |
| 70 | Certificate Registration App Service certificate management |
2 | 4 | 111 | 0 | 19 | None | 235.5 | |
| 71 | Data Migration Database Migration Service |
3 | 13 | 75 | 640 | 0 | None | 227.0 | |
| 72 | Digital Twins Digital Twins for IoT modeling |
6 | 9 | 95 | 0 | 54 | None | 226.0 | |
| 73 | SQL Virtual Machine SQL Server on Azure Virtual Machines |
10 | 98 | 0 | 23 | AHUB | 220.5 | ||
| 74 | Peering Peering Service for ISP connectivity |
3 | 12 | 95 | 0 | 30 | None | 217.0 | |
| 75 | Datadog Datadog on Azure (monitoring integration) |
18 | 87 | 0 | 31 | None | 207.5 | ||
| 76 | Quota Resource quota management |
19 | 88 | 0 | 18 | None | 204.0 | ||
| 77 | App Configuration App Configuration for feature flags and settings |
6 | 15 | 94 | 0 | 0 | None | 203.0 | |
| 78 | Databricks Azure Databricks workspaces |
11 | 8 | 89 | 0 | 28 | Reserved Instances | 203.0 | |
| 79 | AD Hybrid Health Service Azure AD Connect Health monitoring |
10 | 77 | 0 | 71 | None | 199.5 | ||
| 80 | Elastic Elastic on Azure (Elasticsearch integration) |
11 | 83 | 0 | 38 | None | 196.0 | ||
| 81 | Event Hubs Event Hubs streaming data ingestion |
8 | 26 | 61 | 0 | 95 | None | 195.5 | |
| 82 | Domain Registration App Service domain registration |
2 | 8 | 87 | 0 | 22 | None | 193.0 | |
| 83 | Solutions Managed Applications and solutions |
6 | 86 | 0 | 28 | None | 192.0 | ||
| 84 | Storage Sync Azure File Sync |
5 | 12 | 76 | 0 | 44 | None | 186.0 | |
| 85 | Device Update Device Update for IoT Hub |
10 | 79 | 10 | 31 | None | 184.5 | ||
| 86 | Analysis Services Azure Analysis Services (tabular models) |
3 | 6 | 41 | 840 | 17 | None | 180.5 | |
| 87 | Data Protection Azure Backup for data protection |
4 | 15 | 65 | 0 | 67 | None | 178.5 | |
| 88 | Alerts Management Unified alert management across Azure Monitor |
3 | 13 | 80 | 0 | 0 | None | 173.0 | |
| 89 | Purview Microsoft Purview data governance |
8 | 12 | 77 | 0 | 0 | None | 166.0 | |
| 90 | Billing Benefits Savings plans and reservation benefits |
27 | 57 | 0 | 36 | None | 159.0 | ||
| 91 | Service Linker Service Linker for connection configuration |
9 | 66 | 0 | 33 | None | 157.5 | ||
| 92 | Azure Data Transfer Azure Data Transfer service |
10 | 73 | 0 | 0 | None | 156.0 | ||
| 93 | Authorization Role-based access control and Azure Policy |
14 | 50 | 48 | 0 | 0 | None | 146.0 | |
| 94 | Database Watcher Database performance watcher |
3 | 8 | 59 | 0 | 30 | None | 141.0 | |
| 95 | Relay Azure Relay hybrid connections |
2 | 12 | 45 | 0 | 64 | None | 134.0 | |
| 96 | Azure Stack Azure Stack bridge and registration |
7 | 52 | 0 | 25 | Dev/Test | 126.5 | ||
| 97 | Database for MySQL Azure Database for MySQL |
8 | 42 | 0 | 0 | 155 | Reserved Instances | 122.5 | |
| 98 | Management Management groups for subscription hierarchy |
4 | 11 | 48 | 0 | 25 | None | 119.5 | |
| 99 | Orbital Azure Orbital Ground Station |
4 | 9 | 55 | 0 | 0 | None | 119.0 | |
| 100 | Managed Services Azure Lighthouse delegated management |
5 | 53 | 0 | 11 | None | 116.5 | ||
| 101 | Guest Configuration Guest configuration for Azure Policy |
3 | 2 | 57 | 0 | 0 | None | 116.0 | |
| 102 | Chaos Azure Chaos Studio fault injection testing |
4 | 8 | 47 | 0 | 21 | None | 112.5 | |
| 103 | Search Azure AI Search (formerly Cognitive Search) |
10 | 10 | 33 | 0 | 71 | None | 111.5 | |
| 104 | Communication Azure Communication Services (chat, SMS, voice) |
12 | 14 | 32 | 0 | 64 | None | 110.0 | |
| 105 | Dashboard Azure Managed Grafana dashboards |
5 | 12 | 48 | 0 | 0 | None | 108.0 | |
| 106 | Policy Insights Policy compliance and attestations |
4 | 14 | 37 | 0 | 29 | None | 102.5 | |
| 107 | Database for PostgreSQL Azure Database for PostgreSQL |
10 | 43 | 0 | 0 | 108 | Reserved Instances | 100.0 | |
| 108 | Off Azure Off-Azure discovery and assessment |
2 | 9 | 0 | 0 | 179 | None | 98.5 | |
| 109 | Maintenance Maintenance schedules for Azure resources |
3 | 7 | 45 | 0 | 0 | None | 97.0 | |
| 110 | Security Microsoft Defender for Cloud |
24 | 90 | 1 | 0 | 0 | Reserved Instances | 95.0 | |
| 111 | Standby Pool Standby pools for pre-provisioned instances |
8 | 35 | 0 | 24 | None | 90.0 | ||
| 112 | Subscription Subscription lifecycle management |
3 | 20 | 35 | 0 | 0 | None | 90.0 | |
| 113 | Advisor Azure Advisor optimization recommendations |
4 | 17 | 36 | 0 | 0 | None | 89.0 | |
| 114 | Storage Actions | 7 | 38 | 0 | 10 | None | 88.0 | ||
| 115 | Bare Metal Infrastructure BareMetal Infrastructure instances |
5 | 38 | 0 | 0 | None | 81.0 | ||
| 116 | Edge Marketplace Edge marketplace extensions |
5 | 37 | 0 | 0 | None | 79.0 | ||
| 117 | API Center API Center for API inventory and governance |
4 | 37 | 0 | 0 | None | 78.0 | ||
| 118 | Hybrid Connectivity Hybrid connectivity endpoints for Arc agents, SSH, and multi-cloud discovery |
3 | 9 | 34 | 0 | 0 | None | 77.0 | |
| 119 | Hardware Security Modules Dedicated HSM and Managed HSM |
4 | 29 | 0 | 26 | None | 75.0 | ||
| 120 | Red Hat Open Shift Azure Red Hat OpenShift |
7 | 28 | 0 | 11 | AHUB Savings Plans | 74.5 | ||
| 121 | Help Azure help and diagnostics |
13 | 30 | 0 | 0 | None | 73.0 | ||
| 122 | Maps Azure Maps geospatial services |
12 | 11 | 31 | 0 | 0 | None | 73.0 | |
| 123 | Load Testing Azure Load Testing |
4 | 14 | 29 | 0 | 0 | None | 72.0 | |
| 124 | Health Bot Health Bot for healthcare virtual assistants |
4 | 14 | 0 | 79 | None | 71.5 | ||
| 125 | Dev Ops Infrastructure Managed DevOps Infrastructure (agent pools) |
13 | 25 | 0 | 15 | None | 70.5 | ||
| 126 | Cost Management Cost Management and billing optimization |
6 | 41 | 0 | 0 | 54 | None | 68.0 | |
| 127 | Database for MariaDB Azure Database for MariaDB |
30 | 0 | 0 | 76 | None | 68.0 | ||
| 128 | Voice Services Operator voice services |
2 | 4 | 32 | 0 | 0 | None | 68.0 | |
| 129 | Fluid Relay Fluid Relay real-time collaboration |
2 | 7 | 24 | 0 | 23 | None | 66.5 | |
| 130 | Kubernetes Runtime Kubernetes runtime services on Arc |
8 | 22 | 0 | 26 | None | 65.0 | ||
| 131 | Capacity Azure Reservations for cost savings |
3 | 35 | 0 | 0 | 40 | None | 55.0 | |
| 132 | Attestation Azure Attestation for TEE verification |
2 | 5 | 23 | 0 | 0 | None | 51.0 | |
| 133 | Classic Storage | 22 | 0 | 0 | 57 | None | 50.5 | ||
| 134 | Code Signing Trusted Signing (code signing service) |
6 | 18 | 0 | 17 | None | 50.5 | ||
| 135 | Automanage Automanage for VM best practices |
7 | 17 | 0 | 17 | None | 49.5 | ||
| 136 | Io T Firmware Defense Defender for IoT firmware analysis |
14 | 0 | 5 | 68 | None | 48.5 | ||
| 137 | Connected VMware vSphere Azure Arc-enabled VMware vSphere |
6 | 16 | 0 | 0 | 64 | None | 48.0 | |
| 138 | Classic Network | 11 | 0 | 0 | 71 | None | 46.5 | ||
| 139 | Compute Schedule Scheduled compute operations |
17 | 0 | 0 | 57 | None | 45.5 | ||
| 140 | Marketplace Ordering Marketplace offer terms and agreements |
3 | 18 | 0 | 7 | None | 42.5 | ||
| 141 | Hybrid Container Service AKS hybrid clusters on Azure Local, VMware, and bare-metal via Arc |
4 | 11 | 0 | 0 | 60 | None | 41.0 | |
| 142 | Resource Graph Resource Graph cross-subscription queries |
2 | 8 | 14 | 0 | 8 | None | 40.0 | |
| 143 | Data Replication Data replication service |
6 | 0 | 0 | 66 | None | 39.0 | ||
| 144 | Extended Location Custom Locations — project Azure services to any Arc-connected infrastructure |
3 | 7 | 14 | 0 | 0 | None | 35.0 | |
| 145 | Azure Sphere Azure Sphere IoT security |
10 | 0 | 0 | 49 | None | 34.5 | ||
| 146 | Connected Cache Connected Cache for content delivery |
1 | 10 | 0 | 0 | 49 | None | 34.5 | |
| 147 | Resource Connector Arc resource bridge — lightweight management appliance connecting on-premises infrastructure to Azure |
2 | 6 | 14 | 0 | 0 | None | 34.0 | |
| 148 | Resource Health Resource health and availability status |
7 | 9 | 0 | 16 | None | 33.0 | ||
| 149 | Durable Task Durable Task Framework service |
6 | 6 | 0 | 27 | None | 31.5 | ||
| 150 | Confidential Ledger Confidential Ledger (tamper-proof data store) |
2 | 6 | 12 | 0 | 2 | None | 31.0 | |
| 151 | Network Function Network traffic collector |
1 | 11 | 8 | 0 | 8 | None | 31.0 | |
| 152 | Recommendations Service | 7 | 12 | 0 | 0 | None | 31.0 | ||
| 153 | Bing | 8 | 0 | 130 | 13 | None | 27.5 | ||
| 154 | Io T Central IoT Central application platform |
7 | 10 | 0 | 0 | None | 27.0 | ||
| 155 | Service Networking Application Gateway for Containers |
8 | 9 | 0 | 0 | None | 26.0 | ||
| 156 | Storage Discovery | 5 | 6 | 0 | 17 | None | 25.5 | ||
| 157 | Data Lake Store Data Lake Storage Gen1 |
7 | 0 | 0 | 36 | None | 25.0 | ||
| 158 | Bare Metal | 9 | 0 | 0 | 29 | None | 23.5 | ||
| 159 | Power BI Power BI Embedded workspace collections |
1 | 6 | 0 | 0 | 34 | None | 23.0 | |
| 160 | Video Indexer Video Indexer media AI |
4 | 9 | 0 | 0 | 25 | None | 21.5 | |
| 161 | Open Energy Platform Open Energy Platform (OSDU) |
8 | 0 | 0 | 26 | None | 21.0 | ||
| 162 | Health Data AI Services Health Data AI services |
6 | 1 | 0 | 24 | None | 20.0 | ||
| 163 | Security Detonation | 4 | 0 | 0 | 32 | None | 20.0 | ||
| 164 | Azure Playwright Service Azure Playwright Testing service |
3 | 8 | 0 | 0 | 17 | None | 16.5 | |
| 165 | Compute Limit Compute limit management |
4 | 4 | 0 | 8 | None | 16.0 | ||
| 166 | Monitor Azure Monitor workspaces |
3 | 12 | 2 | 0 | 0 | None | 16.0 | |
| 167 | Software Plan Hybrid Benefit software plans |
11 | 2 | 0 | 0 | None | 15.0 | ||
| 168 | AAD Azure Active Directory Domain Services |
6 | 0 | 0 | 16 | None | 14.0 | ||
| 169 | Devices IoT Hub and Device Provisioning Service |
12 | 14 | 0 | 0 | 0 | None | 14.0 | |
| 170 | Serial Console Serial console access for VMs |
5 | 3 | 0 | 6 | None | 14.0 | ||
| 171 | Azure Active Directory Azure AD B2C and External Identities |
9 | 0 | 0 | 9 | None | 13.5 | ||
| 172 | SignalR Service SignalR Service real-time messaging |
4 | 13 | 0 | 0 | 0 | None | 13.0 | |
| 173 | Saa S | 6 | 0 | 0 | 13 | None | 12.5 | ||
| 174 | VM Image Builder Image Builder for VM images |
6 | 0 | 0 | 13 | None | 12.5 | ||
| 175 | Azure Large Instance Azure Large Instances (BareMetal) |
4 | 4 | 0 | 0 | None | 12.0 | ||
| 176 | Features Resource provider feature registration |
7 | 0 | 0 | 10 | None | 12.0 | ||
| 177 | Portal Services | 8 | 2 | 0 | 0 | None | 12.0 | ||
| 178 | Graph Services Microsoft Graph metered services |
2 | 5 | 0 | 0 | 12 | None | 11.0 | |
| 179 | Managed Identity Managed identities for Azure resources |
3 | 4 | 0 | 0 | 12 | None | 10.0 | |
| 180 | Community Community training platform |
4 | 0 | 0 | 11 | None | 9.5 | ||
| 181 | Portal Azure Portal dashboards and settings |
2 | 9 | 0 | 0 | 0 | None | 9.0 | |
| 182 | Blueprint Azure Blueprints for environment governance |
2 | 8 | 0 | 0 | 0 | None | 8.0 | |
| 183 | Dev/Test Labs DevTest Labs for dev/test environments |
7 | 8 | 0 | 0 | 0 | None | 8.0 | |
| 184 | Quantum Azure Quantum computing |
5 | 7 | 0 | 0 | 0 | None | 7.0 | |
| 185 | Carbon Carbon emissions reporting |
3 | 0 | 0 | 6 | None | 6.0 | ||
| 186 | Hana On Azure SAP HANA on Azure instances |
3 | 5 | 0 | 0 | 0 | None | 5.0 | |
| 187 | Sovereign | 2 | 5 | 0 | 0 | 0 | None | 5.0 | |
| 188 | Online Experimentation | 2 | 0 | 8 | 0 | None | 2.8 | ||
| 189 | Cost Management Exports | 1 | 0 | 0 | 2 | None | 2.0 | ||
| 190 | Experimentation | 1 | 0 | 1 | 0 | None | 1.1 |
Below is the complete, provider-by-provider breakdown of every service namespace registered in Azure Resource Manager. Each collapsible section represents one resource provider — Azure's fundamental unit of service organisation. A resource provider is the namespace through which Azure exposes all management operations, resource types, SKUs, and configuration settings for a given service.
For each provider you will find:
Resource types with zero detected configuration parameters are shown dimmed — these are typically read-only resources, sub-resources that inherit parent configuration, list endpoints, or types whose specs could not be resolved. They are included for completeness because they still represent management surface area (RBAC, API operations, diagnostics, etc.).
Virtual networks, load balancers, DNS, and network security
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Application Gateway Web Application Firewall Policies | 2 | 469 | 23 | 335 | 133 |
| Application Gateways | 4 | 419 | 21 | 289 | 130 |
| Load Balancers | 4 | 280 | 17 | 193 | 87 |
| Virtual Networks | 3 | 264 | 18 | 182 | 82 |
| DSCP Configurations | 2 | 249 | 14 | 169 | 80 |
| Network Profiles | 2 | 249 | 24 | 164 | 85 |
| Public IP Addresses | 5 | 238 | 17 | 161 | 77 |
| Network Interfaces | 3 | 238 | 12 | 161 | 77 |
| Private Endpoints | 3 | 238 | 18 | 161 | 77 |
| Network Security Groups | 2 | 238 | 14 | 161 | 77 |
| Service Endpoint Policies | 3 | 238 | 18 | 161 | 77 |
| Route Tables | 2 | 238 | 18 | 161 | 77 |
| Virtual Network Taps | 2 | 238 | 18 | 161 | 77 |
| Private Link Services | 3 | 238 | 17 | 161 | 77 |
| Connections | 2 | 116 | 8 | 87 | 29 |
| Virtual Network Gateways | 4 | 86 | 6 | 67 | 19 |
| Express Route Circuits | 3 | 73 | 7 | 55 | 18 |
| VPN Gateways | 2 | 66 | 7 | 51 | 15 |
| VPN Server Configurations | 3 | 59 | 9 | 46 | 13 |
| Route Filters | 2 | 55 | 7 | 41 | 14 |
| Azure Firewalls | 4 | 53 | 6 | 44 | 9 |
| Network Watchers / Connection Monitors | 3 | 45 | 5 | 45 | 0 |
| Firewall Policies | 3 | 41 | 5 | 35 | 6 |
| VPN Sites | 2 | 36 | 5 | 28 | 8 |
| Network Virtual Appliances | 3 | 35 | 3 | 19 | 16 |
| P2S VPN Gateways | 2 | 34 | 7 | 24 | 10 |
| Express Route Ports | 3 | 33 | 5 | 16 | 17 |
| Network Watchers / Flow Logs | 3 | 25 | 4 | 19 | 6 |
| Virtual Hubs | 3 | 24 | 5 | 19 | 5 |
| Bastion Hosts | 4 | 23 | 4 | 18 | 5 |
| Express Route Gateways | 2 | 22 | 7 | 18 | 4 |
| Public IP Prefixes | 5 | 22 | 4 | 15 | 7 |
| Local Network Gateways | 2 | 20 | 5 | 13 | 7 |
| Custom IP Prefixes | 4 | 20 | 3 | 15 | 5 |
| Network Managers | 3 | 17 | 3 | 11 | 4 |
| Network Managers / Ipam Pools | 2 | 16 | 4 | 12 | 4 |
| Network Manager Connections | 3 | 13 | 2 | 8 | 5 |
| Network Managers / Verifier Workspaces | 3 | 13 | 4 | 9 | 4 |
| Virtual Wans | 2 | 11 | 3 | 8 | 3 |
| NAT Gateways | 4 | 11 | 3 | 7 | 4 |
| IP Allocations | 2 | 11 | 3 | 8 | 3 |
| Virtual Routers | 2 | 9 | 3 | 6 | 3 |
| Express Route Provider Ports | 8 | 8 | 1 | 5 | 3 |
| IP Groups | 2 | 8 | 3 | 5 | 3 |
| DDoS Protection Plans | 7 | 8 | 3 | 3 | 5 |
| Security Partner Providers | 2 | 7 | 3 | 4 | 3 |
| Application Security Groups | 2 | 7 | 2 | 3 | 4 |
| Network Watchers | 2 | 6 | 2 | 3 | 3 |
| Cloud Service Slots | 4 | 4 | 2 | 1 | 3 |
| Network Security Perimeters | 1 | 1 | 2 | 0 | 1 |
| Application Gateway Available Request Headers | 0 | 0 | — | — | — |
| Application Gateway Available Response Headers | 0 | 0 | — | — | — |
| Application Gateway Available Server Variables | 0 | 0 | — | — | — |
| Application Gateway Available SSL Options | 0 | 0 | — | — | — |
| Application Gateway Available WAF Rule Sets | 0 | 0 | — | — | — |
| Assist | 0 | 0 | — | — | — |
| Azure Firewall FQDN Tags | 0 | 0 | — | — | — |
| Azure Web Categories | 0 | 0 | — | — | — |
| BGP Service Communities | 0 | 0 | — | — | — |
| Check Frontdoor Name Availability | 0 | 0 | — | — | — |
| Check Traffic Manager Name Availability | 0 | 0 | — | — | — |
| Check Traffic Manager Name Availability V2 | 0 | 0 | — | — | — |
| Copilot | 0 | 0 | — | — | — |
| DNS Forwarding Rulesets | 0 | 0 | — | — | — |
| DNS Forwarding Rulesets / Forwarding Rules | 0 | 0 | — | — | — |
| DNS Forwarding Rulesets / Virtual Network Links | 0 | 0 | — | — | — |
| DNS Operation Results | 0 | 0 | — | — | — |
| DNS Operation Statuses | 0 | 0 | — | — | — |
| DNS Resolver Domain Lists | 0 | 0 | — | — | — |
| DNS Resolver Domain Lists / Bulk | 0 | 0 | — | — | — |
| DNS Resolver Policies | 0 | 0 | — | — | — |
| DNS Resolver Policies / DNS Security Rules | 0 | 0 | — | — | — |
| DNS Resolver Policies / Virtual Network Links | 0 | 0 | — | — | — |
| DNS Resolvers | 0 | 0 | — | — | — |
| DNS Resolvers / Inbound Endpoints | 0 | 0 | — | — | — |
| DNS Resolvers / Outbound Endpoints | 0 | 0 | — | — | — |
| DNS Zones | 0 | 0 | — | — | — |
| DNS Zones / A | 0 | 0 | — | — | — |
| DNS Zones / AAAA | 0 | 0 | — | — | — |
| DNS Zones / CAA | 0 | 0 | — | — | — |
| DNS Zones / CNAME | 0 | 0 | — | — | — |
| DNS Zones / DS | 0 | 0 | — | — | — |
| DNS Zones / MX | 0 | 0 | — | — | — |
| DNS Zones / NAPTR | 0 | 0 | — | — | — |
| DNS Zones / NS | 0 | 0 | — | — | — |
| DNS Zones / PTR | 0 | 0 | — | — | — |
| DNS Zones / SOA | 0 | 0 | — | — | — |
| DNS Zones / SRV | 0 | 0 | — | — | — |
| DNS Zones / TLSA | 0 | 0 | — | — | — |
| DNS Zones / TXT | 0 | 0 | — | — | — |
| DNS Zones / All | 0 | 0 | — | — | — |
| DNS Zones / DNSSEC Configs | 0 | 0 | — | — | — |
| DNS Zones / Record Sets | 0 | 0 | — | — | — |
| Express Route Ports Locations | 0 | 0 | — | — | — |
| Express Route Service Providers | 0 | 0 | — | — | — |
| Frontdoor Operation Results | 0 | 0 | — | — | — |
| Frontdoor Web Application Firewall Managed Rule Sets | 0 | 0 | — | — | — |
| Frontdoor Web Application Firewall Policies | 0 | 0 | — | — | — |
| Front Doors | 0 | 0 | — | — | — |
| Front Doors / Frontend Endpoints | 0 | 0 | — | — | — |
| Front Doors / Frontend Endpoints / Custom HTTPS Configuration | 0 | 0 | — | — | — |
| Get DNS Resource Reference | 0 | 0 | — | — | — |
| Internal Notify | 0 | 0 | — | — | — |
| Internal Public IP Addresses | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Application Gateway WAF Dynamic Manifests | 0 | 0 | — | — | — |
| Locations / Check DNS Name Availability | 0 | 0 | — | — | — |
| Locations / Auto Approved Private Link Services | 0 | 0 | — | — | — |
| Locations / Available Delegations | 0 | 0 | — | — | — |
| Locations / Available Private Endpoint Types | 0 | 0 | — | — | — |
| Locations / Available Service Aliases | 0 | 0 | — | — | — |
| Locations / Bare Metal Tenants | 0 | 0 | — | — | — |
| Locations / Batch Notify Private Endpoints For Resource Move | 0 | 0 | — | — | — |
| Locations / Batch Validate Private Endpoints For Resource Move | 0 | 0 | — | — | — |
| Locations / Check Accelerated Networking Support | 0 | 0 | — | — | — |
| Locations / Check Private Link Service Visibility | 0 | 0 | — | — | — |
| Locations / Commit Internal Azure Network Manager Configuration | 0 | 0 | — | — | — |
| Locations / Data Tasks | 0 | 0 | — | — | — |
| Locations / Delete Packet Tagging | 0 | 0 | — | — | — |
| Locations / DNS Resolver Operation Results | 0 | 0 | — | — | — |
| Locations / DNS Resolver Operation Statuses | 0 | 0 | — | — | — |
| Locations / DNS Resolver Policy Operation Results | 0 | 0 | — | — | — |
| Locations / DNS Resolver Policy Operation Statuses | 0 | 0 | — | — | — |
| Locations / Effective Resource Ownership | 0 | 0 | — | — | — |
| Locations / Get Azure Network Manager Configuration | 0 | 0 | — | — | — |
| Locations / Get Packet Tagging | 0 | 0 | — | — | — |
| Locations / Hybrid Edge Zone | 0 | 0 | — | — | — |
| Locations / Internal Azure Virtual Network Manager Operation | 0 | 0 | — | — | — |
| Locations / Ipam Pool Operation Results | 0 | 0 | — | — | — |
| Locations / Network Security Perimeter Operation Statuses | 0 | 0 | — | — | — |
| Locations / Nfv Operation Results | 0 | 0 | — | — | — |
| Locations / Nfv Operations | 0 | 0 | — | — | — |
| Locations / Nsp Service Tags | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Perimeter Associable Resource Types | 0 | 0 | — | — | — |
| Locations / Private Link Services | 0 | 0 | — | — | — |
| Locations / Public IP Addresses | 0 | 0 | — | — | — |
| Locations / Publish Resources | 0 | 0 | — | — | — |
| Locations / Query Network Security Perimeter | 0 | 0 | — | — | — |
| Locations / Rnm Effective Network Security Groups | 0 | 0 | — | — | — |
| Locations / Rnm Effective Route Table | 0 | 0 | — | — | — |
| Locations / Service Tag Details | 0 | 0 | — | — | — |
| Locations / Service Tags | 0 | 0 | — | — | — |
| Locations / Set Azure Network Manager Configuration | 0 | 0 | — | — | — |
| Locations / Set Load Balancer Frontend Public IP Addresses | 0 | 0 | — | — | — |
| Locations / Set Resource Ownership | 0 | 0 | — | — | — |
| Locations / Start Packet Tagging | 0 | 0 | — | — | — |
| Locations / Supported Virtual Machine Sizes | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Validate Resource Ownership | 0 | 0 | — | — | — |
| Locations / Verifier Workspace Operation Results | 0 | 0 | — | — | — |
| Locations / Virtual Network Available Endpoint Services | 0 | 0 | — | — | — |
| Locations / Virtual Networks | 0 | 0 | — | — | — |
| Network Experiment Profiles | 0 | 0 | — | — | — |
| Network Group Memberships | 0 | 0 | — | — | — |
| Network Intent Policies | 0 | 0 | — | — | — |
| Network Virtual Appliance Skus | 0 | 0 | — | — | — |
| Network Watchers / Agents | 0 | 0 | — | — | — |
| Network Watchers / Connection Analyzers | 0 | 0 | — | — | — |
| Network Watchers / Ping Meshes | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private DNS Operation Results | 0 | 0 | — | — | — |
| Private DNS Operation Statuses | 0 | 0 | — | — | — |
| Private DNS Zones | 0 | 0 | — | — | — |
| Private DNS Zones / A | 0 | 0 | — | — | — |
| Private DNS Zones / AAAA | 0 | 0 | — | — | — |
| Private DNS Zones / CNAME | 0 | 0 | — | — | — |
| Private DNS Zones / MX | 0 | 0 | — | — | — |
| Private DNS Zones / PTR | 0 | 0 | — | — | — |
| Private DNS Zones / SOA | 0 | 0 | — | — | — |
| Private DNS Zones / SRV | 0 | 0 | — | — | — |
| Private DNS Zones / TXT | 0 | 0 | — | — | — |
| Private DNS Zones / All | 0 | 0 | — | — | — |
| Private DNS Zones / Virtual Network Links | 0 | 0 | — | — | — |
| Private DNS Zones Internal | 0 | 0 | — | — | — |
| Private Endpoint Redirect Maps | 0 | 0 | — | — | — |
| Private Endpoints / Private Link Service Proxies | 0 | 0 | — | — | — |
| Query Express Route Ports Bandwidth | 0 | 0 | — | — | — |
| Traffic Manager Geographic Hierarchies | 0 | 0 | — | — | — |
| Traffic Manager User Metrics Keys | 0 | 0 | — | — | — |
| Traffic Manager Profiles | 0 | 0 | — | — | — |
| Traffic Manager Profiles / Azure Endpoints | 0 | 0 | — | — | — |
| Traffic Manager Profiles / External Endpoints | 0 | 0 | — | — | — |
| Traffic Manager Profiles / Heat Maps | 0 | 0 | — | — | — |
| Traffic Manager Profiles / Nested Endpoints | 0 | 0 | — | — | — |
| Traffic Manager Profiles / Validate Link | 0 | 0 | — | — | — |
| Virtual Networks / List DNS Forwarding Rulesets | 0 | 0 | — | — | — |
| Virtual Networks / List DNS Resolver Policies | 0 | 0 | — | — | — |
| Virtual Networks / List DNS Resolvers | 0 | 0 | — | — | — |
| Virtual Networks / List Network Manager Effective Connectivity Configurations | 0 | 0 | — | — | — |
| Virtual Networks / List Network Manager Effective Security Admin Rules | 0 | 0 | — | — | — |
| Virtual Networks / Private DNS Zone Links | 0 | 0 | — | — | — |
| Virtual Networks / Tagged Traffic Consumers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
App Service, Functions, and web apps
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Sites | 4 | 213 | 6 | 185 | 28 |
| Sites / Slots | 4 | 213 | 6 | 185 | 28 |
| Static Sites | 4 | 83 | 6 | 62 | 21 |
| Server Farms | 5 | 58 | 4 | 45 | 13 |
| Validate | 14 | 45 | 4 | 34 | 11 |
| Web App Stacks | 4 | 34 | 6 | 0 | 34 |
| Hosting Environments | 2 | 33 | 4 | 22 | 11 |
| Function App Stacks | 4 | 25 | 6 | 0 | 25 |
| Certificates | 2 | 23 | 3 | 10 | 13 |
| Sites / Certificates | 2 | 23 | 3 | 10 | 13 |
| Sites / Slots / Certificates | 2 | 23 | 3 | 10 | 13 |
| Kube Environments | 3 | 23 | 4 | 20 | 3 |
| Recommendations | 23 | 20 | 1 | 19 | 1 |
| Hosting Environments / Worker Pools | 3 | 19 | 3 | 18 | 1 |
| Static Sites / Database Connections | 2 | 8 | 3 | 5 | 3 |
| Static Sites / Builds / Database Connections | 2 | 8 | 3 | 5 | 3 |
| Deleted Sites | 8 | 8 | 1 | 0 | 8 |
| Billing Meters | 7 | 7 | 1 | 7 | 0 |
| Sites / Host Name Bindings | 2 | 6 | 2 | 5 | 1 |
| Sites / Slots / Host Name Bindings | 2 | 6 | 2 | 5 | 1 |
| Aseregions | 6 | 6 | 1 | 2 | 4 |
| Sites / Premieraddons | 2 | 6 | 2 | 6 | 0 |
| Source Controls | 2 | 5 | 2 | 5 | 0 |
| Static Sites / Linked Backends | 2 | 5 | 2 | 3 | 2 |
| Static Sites / Builds / Linked Backends | 2 | 5 | 2 | 3 | 2 |
| Static Sites / User Provided Function Apps | 2 | 4 | 2 | 3 | 1 |
| Static Sites / Builds / User Provided Function Apps | 2 | 4 | 2 | 3 | 1 |
| Georegions | 3 | 3 | 1 | 0 | 3 |
| Resource Health Metadata | 2 | 2 | 1 | 2 | 0 |
| Available Stacks | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Connection Gateways | 0 | 0 | — | — | — |
| Connections | 0 | 0 | — | — | — |
| Container Apps | 0 | 0 | — | — | — |
| Custom APIs | 0 | 0 | — | — | — |
| Customhostname Sites | 0 | 0 | — | — | — |
| Deployment Locations | 0 | 0 | — | — | — |
| Generate GitHub Access Token For Appservice CLI | 0 | 0 | — | — | — |
| Hosting Environments / Event Grid Filters | 0 | 0 | — | — | — |
| Hosting Environments / Multi Role Pools | 0 | 0 | — | — | — |
| Ishostingenvironmentnameavailable | 0 | 0 | — | — | — |
| Ishostnameavailable | 0 | 0 | — | — | — |
| Isusernameavailable | 0 | 0 | — | — | — |
| List Sites Assigned To Host Name | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / API Operations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Connection Gateway Installations | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Deleted Sites | 0 | 0 | — | — | — |
| Locations / Extract API Definition From Wsdl | 0 | 0 | — | — | — |
| Locations / Function App Stacks | 0 | 0 | — | — | — |
| Locations / Get Network Policies | 0 | 0 | — | — | — |
| Locations / List Virtual Network Integrations | 0 | 0 | — | — | — |
| Locations / List Wsdl Interfaces | 0 | 0 | — | — | — |
| Locations / Managed APIs | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Preview Static Site Workflow File | 0 | 0 | — | — | — |
| Locations / Purge Unused Virtual Network Integration | 0 | 0 | — | — | — |
| Locations / Runtimes | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Validate Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Web App Stacks | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Publishing Users | 0 | 0 | — | — | — |
| Runtimes | 0 | 0 | — | — | — |
| Server Farms / Event Grid Filters | 0 | 0 | — | — | — |
| Server Farms / First Party Apps | 0 | 0 | — | — | — |
| Server Farms / First Party Apps / Key Vault Settings | 0 | 0 | — | — | — |
| Sites / Event Grid Filters | 0 | 0 | — | — | — |
| Sites / Network Config | 0 | 0 | — | — | — |
| Sites / Slots / Event Grid Filters | 0 | 0 | — | — | — |
| Sites / Slots / Network Config | 0 | 0 | — | — | — |
| Static Site Regions | 0 | 0 | — | — | — |
| Static Sites / Builds | 0 | 0 | — | — | — |
| Verify Hosting Environment VNet | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Server Farms | 12 |
| Sites | 6 |
| Certificates | 3 |
| Hosting Environments | 3 |
Azure SQL Database and SQL Managed Instance
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Managed Instances | 3 | 53 | 5 | 38 | 15 |
| Servers / Databases | 5 | 52 | 2 | 36 | 16 |
| Servers / Advisors | 3 | 43 | 5 | 2 | 41 |
| Servers / Databases / Advisors | 3 | 43 | 5 | 2 | 41 |
| Servers | 3 | 28 | 5 | 19 | 9 |
| Managed Instances / Databases | 1 | 22 | 2 | 17 | 5 |
| Servers / Job Agents / Jobs / Steps | 1 | 19 | 3 | 19 | 0 |
| Servers / Databases / Sync Groups | 2 | 16 | 5 | 13 | 3 |
| Servers / Elastic Pools | 3 | 15 | 3 | 12 | 3 |
| Servers / Databases / Data Masking Policies / Rules | 3 | 14 | 2 | 11 | 3 |
| Servers / Failover Groups | 3 | 13 | 3 | 8 | 5 |
| Servers / Extended Auditing Settings | 1 | 12 | 2 | 12 | 0 |
| Servers / Databases / Extensions | 1 | 12 | 3 | 12 | 0 |
| Servers / Databases / Sync Groups / Sync Members | 1 | 12 | 2 | 10 | 2 |
| Servers / Databases / Replication Links | 1 | 12 | 2 | 1 | 11 |
| Servers / Databases / Auditing Settings | 2 | 11 | 2 | 10 | 1 |
| Servers / Auditing Settings | 1 | 11 | 2 | 11 | 0 |
| Locations / Instance Failover Groups | 1 | 10 | 3 | 7 | 3 |
| Servers / Keys | 3 | 8 | 2 | 2 | 6 |
| Servers / Encryption Protector | 3 | 8 | 2 | 3 | 5 |
| Servers / Databases / Security Alert Policies | 2 | 8 | 2 | 7 | 1 |
| Servers / Security Alert Policies | 2 | 8 | 2 | 7 | 1 |
| Managed Instances / Start Stop Schedules | 2 | 8 | 3 | 6 | 2 |
| Servers / Job Agents / Jobs | 1 | 7 | 3 | 6 | 1 |
| Servers / Sync Agents | 1 | 7 | 2 | 1 | 6 |
| Servers / Databases / Data Masking Policies | 3 | 6 | 2 | 2 | 4 |
| Servers / Dev Ops Auditing Settings | 2 | 6 | 2 | 6 | 0 |
| Servers / Databases / Workload Groups | 1 | 6 | 2 | 6 | 0 |
| Servers / Databases / Vulnerability Assessments | 1 | 6 | 3 | 6 | 0 |
| Servers / Vulnerability Assessments | 1 | 6 | 3 | 6 | 0 |
| Managed Instances / Databases / Vulnerability Assessments | 1 | 6 | 3 | 6 | 0 |
| Managed Instances / Vulnerability Assessments | 1 | 6 | 3 | 6 | 0 |
| Servers / Administrators | 1 | 5 | 2 | 4 | 1 |
| Servers / Job Agents | 3 | 5 | 2 | 4 | 1 |
| Instance Pools | 2 | 5 | 2 | 4 | 1 |
| Managed Instances / Databases / Backup Long Term Retention Policies | 1 | 5 | 2 | 5 | 0 |
| Servers / Databases / Geo Backup Policies | 3 | 4 | 2 | 1 | 3 |
| Servers / Databases / Backup Long Term Retention Policies | 1 | 4 | 2 | 4 | 0 |
| Servers / Databases / Recommended Sensitivity Labels | 1 | 4 | 3 | 4 | 0 |
| Managed Instances / Administrators | 1 | 4 | 2 | 4 | 0 |
| Virtual Clusters | 2 | 4 | 2 | 2 | 2 |
| Servers / Virtual Network Rules | 1 | 3 | 2 | 2 | 1 |
| Servers / Connection Policies | 3 | 3 | 2 | 1 | 2 |
| Servers / Databases / Backup Short Term Retention Policies | 1 | 2 | 2 | 2 | 0 |
| Servers / Databases / Ledger Digest Uploads | 1 | 2 | 2 | 1 | 1 |
| Servers / Databases / Advanced Threat Protection Settings | 2 | 2 | 2 | 1 | 1 |
| Servers / Advanced Threat Protection Settings | 2 | 2 | 2 | 1 | 1 |
| Managed Instances / Databases / Advanced Threat Protection Settings | 2 | 2 | 2 | 1 | 1 |
| Managed Instances / Advanced Threat Protection Settings | 2 | 2 | 2 | 1 | 1 |
| Servers / Job Agents / Private Endpoints | 1 | 2 | 2 | 1 | 1 |
| Locations / Server Trust Groups | 1 | 2 | 3 | 2 | 0 |
| Managed Instances / Databases / Ledger Digest Uploads | 1 | 2 | 2 | 1 | 1 |
| Servers / Databases / Transparent Data Encryption | 1 | 1 | 2 | 1 | 0 |
| Servers / Sqlvulnerabilityassessments | 2 | 1 | 2 | 1 | 0 |
| Managed Instances / DNS Aliases | 1 | 1 | 1 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Administrator Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Administrator Operation Results | 0 | 0 | — | — | — |
| Locations / Advanced Threat Protection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Advanced Threat Protection Operation Results | 0 | 0 | — | — | — |
| Locations / Auditing Settings Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Auditing Settings Operation Results | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Change Long Term Retention Backup Access Tier Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Change Long Term Retention Backup Access Tier Operation Results | 0 | 0 | — | — | — |
| Locations / Connection Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Connection Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Database Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Database Encryption Protector Revalidate Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Database Encryption Protector Revalidate Operation Results | 0 | 0 | — | — | — |
| Locations / Database Encryption Protector Revert Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Database Encryption Protector Revert Operation Results | 0 | 0 | — | — | — |
| Locations / Database Operation Results | 0 | 0 | — | — | — |
| Locations / Database Restore Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets Operation Results | 0 | 0 | — | — | — |
| Locations / Deleted Server Async Operation | 0 | 0 | — | — | — |
| Locations / Deleted Server Operation Results | 0 | 0 | — | — | — |
| Locations / Deleted Servers | 0 | 0 | — | — | — |
| Locations / Dev Ops Auditing Settings Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Dev Ops Auditing Settings Operation Results | 0 | 0 | — | — | — |
| Locations / Distributed Availability Groups Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Distributed Availability Groups Operation Results | 0 | 0 | — | — | — |
| Locations / DNS Alias Async Operation | 0 | 0 | — | — | — |
| Locations / DNS Alias Operation Results | 0 | 0 | — | — | — |
| Locations / Elastic Pool Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Elastic Pool Operation Results | 0 | 0 | — | — | — |
| Locations / Encryption Protector Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Encryption Protector Operation Results | 0 | 0 | — | — | — |
| Locations / Extended Auditing Settings Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Extended Auditing Settings Operation Results | 0 | 0 | — | — | — |
| Locations / External Policy Based Authorizations Azure Asyc Operation | 0 | 0 | — | — | — |
| Locations / External Policy Based Authorizations Operation Results | 0 | 0 | — | — | — |
| Locations / Failover Group Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Failover Group Operation Results | 0 | 0 | — | — | — |
| Locations / Firewall Rules Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Firewall Rules Operation Results | 0 | 0 | — | — | — |
| Locations / Import Export Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Import Export Operation Results | 0 | 0 | — | — | — |
| Locations / Instance Failover Group Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Instance Failover Group Operation Results | 0 | 0 | — | — | — |
| Locations / Instance Pool Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Instance Pool Operation Results | 0 | 0 | — | — | — |
| Locations / IPv6 Firewall Rules Azure Async Operation | 0 | 0 | — | — | — |
| Locations / IPv6 Firewall Rules Operation Results | 0 | 0 | — | — | — |
| Locations / Job Agent Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Job Agent Operation Results | 0 | 0 | — | — | — |
| Locations / Job Agent Private Endpoint Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Job Agent Private Endpoint Operation Results | 0 | 0 | — | — | — |
| Locations / Ledger Digest Uploads Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Ledger Digest Uploads Operation Results | 0 | 0 | — | — | — |
| Locations / Long Term Retention Backup Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Long Term Retention Backup Operation Results | 0 | 0 | — | — | — |
| Locations / Long Term Retention Backups | 0 | 0 | — | — | — |
| Locations / Long Term Retention Managed Instance Backup Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Long Term Retention Managed Instance Backup Operation Results | 0 | 0 | — | — | — |
| Locations / Long Term Retention Managed Instance Backups | 0 | 0 | — | — | — |
| Locations / Long Term Retention Managed Instances | 0 | 0 | — | — | — |
| Locations / Long Term Retention Policy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Long Term Retention Policy Operation Results | 0 | 0 | — | — | — |
| Locations / Long Term Retention Servers | 0 | 0 | — | — | — |
| Locations / Managed Database Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Database Complete Restore Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Database Complete Restore Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Database Move Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Database Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Database Restore Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Database Restore Operation Results | 0 | 0 | — | — | — |
| Locations / Managed DNS Alias Async Operation | 0 | 0 | — | — | — |
| Locations / Managed DNS Alias Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Advanced Threat Protection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Advanced Threat Protection Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance DTC Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Encryption Protector Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Encryption Protector Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Key Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Key Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Long Term Retention Policy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Long Term Retention Policy Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Private Endpoint Connection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Private Endpoint Connection Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance Private Endpoint Connection Proxy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance Private Endpoint Connection Proxy Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Instance TDE Cert Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Instance TDE Cert Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Ledger Digest Uploads Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Ledger Digest Uploads Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Server Security Alert Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Server Security Alert Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Short Term Retention Policy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managed Short Term Retention Policy Operation Results | 0 | 0 | — | — | — |
| Locations / Managedtransparent Data Encryption Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Managedtransparent Data Encryption Operation Results | 0 | 0 | — | — | — |
| Locations / Notify Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Outbound Firewall Rules Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Outbound Firewall Rules Operation Results | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Operation Results | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Operation Results | 0 | 0 | — | — | — |
| Locations / Refresh External Governance Status Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Refresh External Governance Status MI Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Refresh External Governance Status MI Operation Results | 0 | 0 | — | — | — |
| Locations / Refresh External Governance Status Operation Results | 0 | 0 | — | — | — |
| Locations / Replication Links Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Replication Links Operation Results | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Server Administrator Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Administrator Operation Results | 0 | 0 | — | — | — |
| Locations / Server Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Configuration Option Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Key Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Key Operation Results | 0 | 0 | — | — | — |
| Locations / Server Operation Results | 0 | 0 | — | — | — |
| Locations / Server Trust Certificates Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Trust Certificates Operation Results | 0 | 0 | — | — | — |
| Locations / Server Trust Group Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Trust Group Operation Results | 0 | 0 | — | — | — |
| Locations / Short Term Retention Policy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Short Term Retention Policy Operation Results | 0 | 0 | — | — | — |
| Locations / SQL Vulnerability Assessment Azure Async Operation | 0 | 0 | — | — | — |
| Locations / SQL Vulnerability Assessment Operation Results | 0 | 0 | — | — | — |
| Locations / Start Managed Instance Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Start Managed Instance Operation Results | 0 | 0 | — | — | — |
| Locations / Stop Managed Instance Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Stop Managed Instance Operation Results | 0 | 0 | — | — | — |
| Locations / Sync Agent Operation Results | 0 | 0 | — | — | — |
| Locations / Sync Database Ids | 0 | 0 | — | — | — |
| Locations / Sync Group Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Sync Group Operation Results | 0 | 0 | — | — | — |
| Locations / Sync Member Operation Results | 0 | 0 | — | — | — |
| Locations / TDE Cert Azure Async Operation | 0 | 0 | — | — | — |
| Locations / TDE Cert Operation Results | 0 | 0 | — | — | — |
| Locations / Transparent Data Encryption Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Transparent Data Encryption Operation Results | 0 | 0 | — | — | — |
| Locations / Update Managed Instance DNS Servers Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Update Managed Instance DNS Servers Operation Results | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Virtual Cluster Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Virtual Cluster Operation Results | 0 | 0 | — | — | — |
| Locations / Virtual Network Rules Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Virtual Network Rules Operation Results | 0 | 0 | — | — | — |
| Locations / Vulnerability Assessment Scan Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Vulnerability Assessment Scan Operation Results | 0 | 0 | — | — | — |
| Managed Instances / Metric Definitions | 0 | 0 | — | — | — |
| Managed Instances / Metrics | 0 | 0 | — | — | — |
| Managed Instances / Recoverable Databases | 0 | 0 | — | — | — |
| Managed Instances / SQL Agent | 0 | 0 | — | — | — |
| Managed Instances / TDE Certificates | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Servers / Administrator Operation Results | 0 | 0 | — | — | — |
| Servers / Aggregated Database Metrics | 0 | 0 | — | — | — |
| Servers / Automatic Tuning | 0 | 0 | — | — | — |
| Servers / Communication Links | 0 | 0 | — | — | — |
| Servers / Database Security Policies | 0 | 0 | — | — | — |
| Servers / Databases / Vulnerability Assessment | 0 | 0 | — | — | — |
| Servers / Databases / Vulnerability Assessment Scans | 0 | 0 | — | — | — |
| Servers / Databases / Vulnerability Assessment Settings | 0 | 0 | — | — | — |
| Servers / Databases / Audit Records | 0 | 0 | — | — | — |
| Servers / Databases / Automatic Tuning | 0 | 0 | — | — | — |
| Servers / Databases / Metric Definitions | 0 | 0 | — | — | — |
| Servers / Databases / Metrics | 0 | 0 | — | — | — |
| Servers / Databases / Sqlvulnerabilityassessments | 0 | 0 | — | — | — |
| Servers / Databases / Top Queries | 0 | 0 | — | — | — |
| Servers / Databases / Top Queries / Query Text | 0 | 0 | — | — | — |
| Servers / Disaster Recovery Configuration | 0 | 0 | — | — | — |
| Servers / DNS Aliases | 0 | 0 | — | — | — |
| Servers / Elastic Pool Estimates | 0 | 0 | — | — | — |
| Servers / Elastic Pools / Advisors | 0 | 0 | — | — | — |
| Servers / Elastic Pools / Metric Definitions | 0 | 0 | — | — | — |
| Servers / Elastic Pools / Metrics | 0 | 0 | — | — | — |
| Servers / Failover Groups / Try Planned Before Forced Failover | 0 | 0 | — | — | — |
| Servers / Import | 0 | 0 | — | — | — |
| Servers / Import Export Operation Results | 0 | 0 | — | — | — |
| Servers / Job Accounts | 0 | 0 | — | — | — |
| Servers / Job Agents / Jobs / Executions | 0 | 0 | — | — | — |
| Servers / Operation Results | 0 | 0 | — | — | — |
| Servers / Recommended Elastic Pools | 0 | 0 | — | — | — |
| Servers / Recoverable Databases | 0 | 0 | — | — | — |
| Servers / Restorable Dropped Databases | 0 | 0 | — | — | — |
| Servers / Service Objectives | 0 | 0 | — | — | — |
| Servers / TDE Certificates | 0 | 0 | — | — | — |
| Servers / Usages | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Virtual machines, scale sets, and compute resources
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Virtual Machines | 9 | 165 | 10 | 136 | 29 |
| Virtual Machine Scale Sets | 8 | 161 | 11 | 150 | 11 |
| Virtual Machine Scale Sets / Virtual Machines | 8 | 153 | 10 | 137 | 16 |
| Restore Point Collections | 1 | 63 | 9 | 47 | 16 |
| Restore Point Collections / Restore Points | 1 | 58 | 7 | 45 | 13 |
| Disks | 6 | 52 | 6 | 41 | 11 |
| Snapshots | 4 | 41 | 6 | 33 | 8 |
| Galleries / Images / Versions | 1 | 36 | 8 | 28 | 8 |
| Galleries / Applications / Versions | 1 | 34 | 8 | 30 | 4 |
| Cloud Services | 8 | 34 | 7 | 28 | 6 |
| Virtual Machines / Run Commands | 1 | 26 | 4 | 25 | 1 |
| Galleries / In VM Access Control Profiles / Versions | 1 | 24 | 7 | 20 | 4 |
| Virtual Machine Scale Sets / Virtual Machines / Extensions | 4 | 22 | 4 | 19 | 3 |
| Virtual Machines / Extensions | 1 | 19 | 4 | 18 | 1 |
| Galleries / Images | 1 | 18 | 4 | 18 | 0 |
| Capacity Reservation Groups / Capacity Reservations | 3 | 16 | 4 | 10 | 6 |
| Host Groups / Hosts | 2 | 16 | 5 | 11 | 5 |
| Availability Sets | 2 | 15 | 5 | 14 | 1 |
| Galleries | 2 | 15 | 4 | 10 | 5 |
| Virtual Machine Scale Sets / Extensions | 3 | 14 | 3 | 12 | 2 |
| Galleries / Applications | 1 | 12 | 4 | 12 | 0 |
| Host Groups | 2 | 12 | 7 | 10 | 2 |
| Disk Encryption Sets | 2 | 9 | 4 | 5 | 4 |
| Capacity Reservation Groups | 2 | 7 | 6 | 5 | 2 |
| Proximity Placement Groups | 2 | 6 | 4 | 6 | 0 |
| Disk Accesses | 2 | 5 | 5 | 2 | 3 |
| Images | 2 | 5 | 6 | 4 | 1 |
| SSH Public Keys | 1 | 1 | 2 | 1 | 0 |
| Galleries / In VM Access Control Profiles | 1 | 1 | 3 | 1 | 0 |
| Cloud Services / Network Interfaces | 0 | 0 | — | — | — |
| Cloud Services / Public IP Addresses | 0 | 0 | — | — | — |
| Cloud Services / Role Instances | 0 | 0 | — | — | — |
| Cloud Services / Role Instances / Network Interfaces | 0 | 0 | — | — | — |
| Cloud Services / Roles | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Artifact Publishers | 0 | 0 | — | — | — |
| Locations / Auto Upgradable Extensions | 0 | 0 | — | — | — |
| Locations / Capsoperations | 0 | 0 | — | — | — |
| Locations / Cloud Service Os Families | 0 | 0 | — | — | — |
| Locations / Cloud Service Os Versions | 0 | 0 | — | — | — |
| Locations / Community Galleries | 0 | 0 | — | — | — |
| Locations / Csoperations | 0 | 0 | — | — | — |
| Locations / Diagnostic Operations | 0 | 0 | — | — | — |
| Locations / Diagnostic Run Commands | 0 | 0 | — | — | — |
| Locations / Diagnostics | 0 | 0 | — | — | — |
| Locations / Diskoperations | 0 | 0 | — | — | — |
| Locations / Edge Zones | 0 | 0 | — | — | — |
| Locations / Edge Zones / Publishers | 0 | 0 | — | — | — |
| Locations / Edge Zones / Vmimages | 0 | 0 | — | — | — |
| Locations / Galleries | 0 | 0 | — | — | — |
| Locations / Log Analytics | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Placement Recommendations | 0 | 0 | — | — | — |
| Locations / Placement Scores | 0 | 0 | — | — | — |
| Locations / Publishers | 0 | 0 | — | — | — |
| Locations / Recommendations | 0 | 0 | — | — | — |
| Locations / Run Commands | 0 | 0 | — | — | — |
| Locations / Shared Galleries | 0 | 0 | — | — | — |
| Locations / Spot Eviction Rates | 0 | 0 | — | — | — |
| Locations / Spot Price History | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Virtual Machine Scale Sets | 0 | 0 | — | — | — |
| Locations / Virtual Machines | 0 | 0 | — | — | — |
| Locations / VM Family Recommendations | 0 | 0 | — | — | — |
| Locations / VM Size Recommendations | 0 | 0 | — | — | — |
| Locations / VM Sizes | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Payload Groups | 0 | 0 | — | — | — |
| Restore Point Collections / Restore Points / Disk Restore Points | 0 | 0 | — | — | — |
| Shared VM Images | 0 | 0 | — | — | — |
| Shared VM Images / Versions | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Applications | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Disks | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Event Grid Filters | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Network Interfaces | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Public IP Addresses | 0 | 0 | — | — | — |
| Virtual Machine Scale Sets / Virtual Machines / Network Interfaces | 0 | 0 | — | — | — |
| Virtual Machines / VM Applications | 0 | 0 | — | — | — |
| Virtual Machines / Diagnostic Run Commands | 0 | 0 | — | — | — |
| Virtual Machines / Metric Definitions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Virtual Machines | 1,091 |
| Disks | 69 |
| Host Groups / Hosts | 60 |
| Snapshots | 3 |
| Availability Sets | 2 |
API Management gateway and developer portal
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Service | 7 | 76 | 6 | 47 | 29 |
| Operations | 1 | 19 | 5 | 19 | 0 |
| Gateways | 5 | 15 | 5 | 6 | 9 |
| Check Feedback Required | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Service Name Availability | 0 | 0 | — | — | — |
| Deleted Services | 0 | 0 | — | — | — |
| Get Domain Ownership Identifier | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Deleted Services | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Statuses | 0 | 0 | — | — | — |
| Report Feedback | 0 | 0 | — | — | — |
| Service / Event Grid Filters | 0 | 0 | — | — | — |
| Validate Service Name | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Service | 688 |
Azure AI Services — Microsoft Foundry (OpenAI, Doc Intelligence, Vision, Speech, Language, and more)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 7 | 88 | 5 | 78 | 10 |
| Commitment Plans | 7 | 19 | 4 | 14 | 5 |
| Accounts / Projects | 5 | 11 | 2 | 6 | 5 |
| Rai Policy | 6 | 11 | 3 | 10 | 1 |
| Accounts / Encryption Scopes | 4 | 9 | 4 | 7 | 2 |
| Accounts / Connections | 1 | 8 | 2 | 7 | 1 |
| Accounts / Projects / Connections | 1 | 8 | 2 | 7 | 1 |
| Accounts / Capabilityhosts | 1 | 7 | 3 | 7 | 0 |
| Quota Tiers | 1 | 7 | 3 | 5 | 2 |
| Accounts / Projects / Capabilityhosts | 1 | 4 | 2 | 4 | 0 |
| Accounts / Private Endpoint Connections | 3 | 2 | 2 | 2 | 0 |
| Accounts / Managed Networks | 0 | 0 | — | — | — |
| Accounts / Network Security Perimeter Association Proxies | 0 | 0 | — | — | — |
| Accounts / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Accounts / Private Link Resources | 0 | 0 | — | — | — |
| Accounts / Projects / Applications | 0 | 0 | — | — | — |
| Attestation Definitions | 0 | 0 | — | — | — |
| Attestations | 0 | 0 | — | — | — |
| Calculate Model Capacity | 0 | 0 | — | — | — |
| Check Domain Availability | 0 | 0 | — | — | — |
| Deleted Accounts | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check SKU Availability | 0 | 0 | — | — | — |
| Locations / Commitment Tiers | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Model Capacities | 0 | 0 | — | — | — |
| Locations / Models | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Rai Content Filters | 0 | 0 | — | — | — |
| Locations / Resource Groups | 0 | 0 | — | — | — |
| Locations / Resource Groups / Deleted Accounts | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Model Capacities | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Rai External Safety Providers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Accounts | 1,098 |
Azure Migrate assessment and migration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Migrateprojects | 7 | 21 | 5 | 8 | 13 |
| Assessment Projects | 1 | 8 | 3 | 5 | 3 |
| Assessment Projects / Assessments | 0 | 0 | — | — | — |
| Cast Scan Reports | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Rms Operation Results | 0 | 0 | — | — | — |
| Migrateprojects / Generatewaveplan | 0 | 0 | — | — | — |
| Migrateprojects / Migrationentities | 0 | 0 | — | — | — |
| Migrateprojects / Migrationentitygroups | 0 | 0 | — | — | — |
| Migrateprojects / Reports | 0 | 0 | — | — | — |
| Migrateprojects / Tasks | 0 | 0 | — | — | — |
| Migrateprojects / Tasksummary | 0 | 0 | — | — | — |
| Migrateprojects / Waveoperations | 0 | 0 | — | — | — |
| Migrateprojects / Waves | 0 | 0 | — | — | — |
| Migrateprojects / Workloadoperations | 0 | 0 | — | — | — |
| Move Collections | 0 | 0 | — | — | — |
| On Prem Tco Details | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Machine Learning workspaces and models
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Workspaces | 6 | 61 | 5 | 51 | 10 |
| Workspaces / Online Endpoints / Deployments | 4 | 23 | 4 | 23 | 0 |
| Registries | 4 | 20 | 5 | 20 | 0 |
| Workspaces / Featuresets / Versions | 1 | 20 | 5 | 20 | 0 |
| Workspaces / Batch Endpoints / Deployments | 4 | 19 | 4 | 19 | 0 |
| Workspaces / Environments / Versions | 1 | 14 | 4 | 14 | 0 |
| Registries / Environments / Versions | 1 | 14 | 4 | 14 | 0 |
| Workspaces / Models / Versions | 1 | 12 | 4 | 12 | 0 |
| Registries / Models / Versions | 1 | 12 | 4 | 12 | 0 |
| Workspaces / Capabilityhosts | 1 | 11 | 3 | 10 | 1 |
| Workspaces / Online Endpoints | 4 | 11 | 4 | 9 | 2 |
| Workspaces / Jobs | 1 | 11 | 3 | 11 | 0 |
| Workspaces / Computes | 5 | 9 | 2 | 6 | 3 |
| Workspaces / Batch Endpoints | 4 | 8 | 4 | 6 | 2 |
| Workspaces / Schedules | 1 | 8 | 3 | 8 | 0 |
| Workspaces / Featurestore Entities / Versions | 1 | 8 | 4 | 8 | 0 |
| Workspaces / Codes | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Codes / Versions | 1 | 6 | 4 | 6 | 0 |
| Workspaces / Components | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Components / Versions | 1 | 6 | 4 | 6 | 0 |
| Workspaces / Environments | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Data | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Data / Versions | 1 | 6 | 4 | 6 | 0 |
| Workspaces / Models | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Featuresets | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Featurestore Entities | 1 | 6 | 4 | 4 | 2 |
| Registries / Codes | 1 | 6 | 4 | 4 | 2 |
| Registries / Codes / Versions | 1 | 6 | 4 | 6 | 0 |
| Registries / Components | 1 | 6 | 4 | 4 | 2 |
| Registries / Components / Versions | 1 | 6 | 4 | 6 | 0 |
| Registries / Data | 1 | 6 | 4 | 4 | 2 |
| Registries / Data / Versions | 1 | 6 | 4 | 6 | 0 |
| Registries / Environments | 1 | 6 | 4 | 4 | 2 |
| Registries / Models | 1 | 6 | 4 | 4 | 2 |
| Workspaces / Serverless Endpoints | 4 | 5 | 3 | 2 | 3 |
| Workspaces / Datastores | 1 | 4 | 3 | 3 | 1 |
| Workspaces / Marketplace Subscriptions | 1 | 4 | 3 | 1 | 3 |
| Capacity Reservation Groups | 0 | 0 | — | — | — |
| Inference Models | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Available Quota | 0 | 0 | — | — | — |
| Locations / Available Quota / Default | 0 | 0 | — | — | — |
| Locations / Compute Operations Status | 0 | 0 | — | — | — |
| Locations / Instancetypeseries | 0 | 0 | — | — | — |
| Locations / Mfe Operation Results | 0 | 0 | — | — | — |
| Locations / Mfe Operations Status | 0 | 0 | — | — | — |
| Locations / Quota And Usage | 0 | 0 | — | — | — |
| Locations / Quotas | 0 | 0 | — | — | — |
| Locations / Registry Operations Status | 0 | 0 | — | — | — |
| Locations / Updatequotas | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Virtual Cluster Operations | 0 | 0 | — | — | — |
| Locations / Vmsizes | 0 | 0 | — | — | — |
| Locations / Workspace Operations Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registries / Datareferences | 0 | 0 | — | — | — |
| Registries / Datareferences / Versions | 0 | 0 | — | — | — |
| Virtualclusters | 0 | 0 | — | — | — |
| Workspaces / Datasets | 0 | 0 | — | — | — |
| Workspaces / Endpoints | 0 | 0 | — | — | — |
| Workspaces / Event Grid Filters | 0 | 0 | — | — | — |
| Workspaces / Inference Pools | 0 | 0 | — | — | — |
| Workspaces / Inference Pools / Endpoints | 0 | 0 | — | — | — |
| Workspaces / Inference Pools / Groups | 0 | 0 | — | — | — |
| Workspaces / Labeling Jobs | 0 | 0 | — | — | — |
| Workspaces / Linked Services | 0 | 0 | — | — | — |
| Workspaces / Managednetworks | 0 | 0 | — | — | — |
| Workspaces / Online Endpoints / Deployments / Skus | 0 | 0 | — | — | — |
| Workspaces / Services | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Workspaces | 43 |
Storage accounts, blobs, files, queues, and tables
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Accounts | 9 | 57 | 5 | 51 | 6 |
| Storage Accounts / Storage Task Assignments | 1 | 25 | 5 | 10 | 15 |
| Operations | 1 | 10 | 4 | 10 | 0 |
| Storage Accounts / Encryption Scopes | 1 | 6 | 3 | 2 | 4 |
| Deleted Accounts | 5 | 5 | 1 | 0 | 5 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Actions RP Operation Statuses | 0 | 0 | — | — | — |
| Locations / Asyncoperations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Deleted Accounts | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Storage Accounts / Blob Services | 0 | 0 | — | — | — |
| Storage Accounts / File Services | 0 | 0 | — | — | — |
| Storage Accounts / List Account SAS | 0 | 0 | — | — | — |
| Storage Accounts / List Service SAS | 0 | 0 | — | — | — |
| Storage Accounts / Queue Services | 0 | 0 | — | — | — |
| Storage Accounts / Reports | 0 | 0 | — | — | — |
| Storage Accounts / Services | 0 | 0 | — | — | — |
| Storage Accounts / Services / Metric Definitions | 0 | 0 | — | — | — |
| Storage Accounts / Storage Task Assignments / Reports | 0 | 0 | — | — | — |
| Storage Accounts / Table Services | 0 | 0 | — | — | — |
| Storage Tasks | 0 | 0 | — | — | — |
| Usages | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Storage Accounts | 1,474 |
Logic Apps workflow automation
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Integration Service Environments / Managed APIs | 1 | 39 | 6 | 27 | 12 |
| Workflows | 2 | 20 | 5 | 9 | 11 |
| Integration Service Environments | 3 | 18 | 5 | 11 | 7 |
| Integration Accounts | 2 | 8 | 3 | 3 | 5 |
| Business Processes | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Generate Copilot Response | 0 | 0 | — | — | — |
| Locations / Validate Workflow Export | 0 | 0 | — | — | — |
| Locations / Workflow Export | 0 | 0 | — | — | — |
| Locations / Workflows | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Templates | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Kubernetes Service (AKS)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Managed Clusters | 6 | 245 | 7 | 229 | 16 |
| Fleets / Update Runs | 2 | 14 | 6 | 3 | 11 |
| Managed Clusters / Managed Namespaces | 4 | 12 | 3 | 10 | 2 |
| Fleets | 3 | 9 | 4 | 4 | 5 |
| Snapshots | 1 | 7 | 3 | 2 | 5 |
| Fleets / Update Strategies | 2 | 4 | 5 | 3 | 1 |
| Fleets / Auto Upgrade Profiles | 2 | 4 | 3 | 1 | 3 |
| Fleets / Members | 2 | 3 | 3 | 1 | 2 |
| Managed Clusters / Event Grid Filters | 0 | 0 | — | — | — |
| Deployment Safeguards | 0 | 0 | — | — | — |
| Fleet Memberships | 0 | 0 | — | — | — |
| Fleets / Gates | 0 | 0 | — | — | — |
| Fleets / Managed Namespaces | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Guardrails Versions | 0 | 0 | — | — | — |
| Locations / Kubernetes Versions | 0 | 0 | — | — | — |
| Locations / Mesh Revision Profiles | 0 | 0 | — | — | — |
| Locations / Node Image Versions | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Orchestrators | 0 | 0 | — | — | — |
| Locations / Os Options | 0 | 0 | — | — | — |
| Locations / Safeguards Versions | 0 | 0 | — | — | — |
| Locations / Trusted Access Roles | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Managed Clusters / Mesh Memberships | 0 | 0 | — | — | — |
| Managedclustersnapshots | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Billing accounts and invoices
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Billing Accounts / Billing Subscription Aliases | 1 | 58 | 4 | 17 | 41 |
| Billing Accounts / Billing Subscriptions | 1 | 56 | 3 | 17 | 39 |
| Billing Requests | 1 | 35 | 3 | 13 | 22 |
| Billing Accounts / Billing Profiles | 1 | 34 | 3 | 23 | 11 |
| Billing Accounts / Billing Role Assignments | 1 | 31 | 2 | 8 | 23 |
| Billing Accounts / Departments / Billing Role Assignments | 1 | 31 | 2 | 8 | 23 |
| Billing Accounts / Enrollment Accounts / Billing Role Assignments | 1 | 31 | 2 | 8 | 23 |
| Billing Accounts / Products | 1 | 23 | 2 | 4 | 19 |
| Billing Accounts | 1 | 22 | 3 | 14 | 8 |
| Billing Accounts / Billing Profiles / Invoice Sections | 1 | 8 | 2 | 6 | 2 |
| Billing Accounts / Associated Tenants | 1 | 7 | 2 | 5 | 2 |
| Billing Role Definitions | 3 | 4 | 2 | 1 | 3 |
| Transfers | 1 | 2 | 2 | 2 | 0 |
| Billing Accounts / Billing Profiles / Invoice Sections / Transfers | 1 | 1 | 2 | 1 | 0 |
| Billing Accounts / Billing Profiles / Patch Operations | 0 | 0 | — | — | — |
| Billing Accounts / Addresses | 0 | 0 | — | — | — |
| Billing Accounts / Addresses / Versions | 0 | 0 | — | — | — |
| Billing Accounts / Agreements | 0 | 0 | — | — | — |
| Billing Accounts / Alert Preferences | 0 | 0 | — | — | — |
| Billing Accounts / Alerts | 0 | 0 | — | — | — |
| Billing Accounts / Applied Reservation Orders | 0 | 0 | — | — | — |
| Billing Accounts / Available Balance | 0 | 0 | — | — | — |
| Billing Accounts / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Alert Preferences | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Alerts | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Available Balance | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Requests | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Role Assignments | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Charge Revisions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Create Billing Role Assignment | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Billing Requests | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Billing Role Assignments | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Policies | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Customers / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Billing Role Assignments | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Enrollment Accounts | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Departments / Enrollment Accounts / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Enrollment Accounts | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Enrollment Accounts / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Enrollment Accounts / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Enrollment Accounts / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Instructions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Billing Requests | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Billing Role Assignments | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Create Billing Role Assignment | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Initiate Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Products | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Products / Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Products / Update Auto Renew | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoice Sections / Validate Delete Invoice Section Eligibility | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoices | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoices / Operation Results | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoices / Pricesheet | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoices / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Invoicing Preferences | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Notification Contacts | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Payment Method Links | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Payment Methods | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Policies | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Pricesheet | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Pricesheet Download Operations | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Products | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Purchase Order Mappings | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Purchase Orders | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Reservations | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Validate Delete Billing Profile Eligibility | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles / Validate Detach Payment Method Eligibility | 0 | 0 | — | — | — |
| Billing Accounts / Billing Profiles Summaries | 0 | 0 | — | — | — |
| Billing Accounts / Billing Requests | 0 | 0 | — | — | — |
| Billing Accounts / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Billing Subscriptions / Elevate Role | 0 | 0 | — | — | — |
| Billing Accounts / Billing Subscriptions / Invoices | 0 | 0 | — | — | — |
| Billing Accounts / Billing Subscriptions / Invoices / Operation Results | 0 | 0 | — | — | — |
| Billing Accounts / Billing Subscriptions / Operation Results | 0 | 0 | — | — | — |
| Billing Accounts / Billing Subscriptions / Policies | 0 | 0 | — | — | — |
| Billing Accounts / Create Billing Role Assignment | 0 | 0 | — | — | — |
| Billing Accounts / Create Invoice Section Operations | 0 | 0 | — | — | — |
| Billing Accounts / Customers | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Billing Role Assignments | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Create Billing Role Assignment | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Initiate Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Policies | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Products | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Transfer Supported Accounts | 0 | 0 | — | — | — |
| Billing Accounts / Customers / Transfers | 0 | 0 | — | — | — |
| Billing Accounts / Departments | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Enrollment Accounts | 0 | 0 | — | — | — |
| Billing Accounts / Departments / Enrollment Accounts / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts / Activation Status | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts / Billing Periods | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts / Billing Permissions | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts / Billing Role Definitions | 0 | 0 | — | — | — |
| Billing Accounts / Enrollment Accounts / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Incentive Schedules | 0 | 0 | — | — | — |
| Billing Accounts / Incentive Schedules / Milestones | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Billing Subscription Move Operations | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Billing Subscriptions | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Billing Subscriptions / Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Elevate | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Initiate Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Patch Operations | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Product Move Operations | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Product Transfers Results | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Products | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Products / Transfer | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Products / Update Auto Renew | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Invoice Sections / Transfers | 0 | 0 | — | — | — |
| Billing Accounts / Invoices | 0 | 0 | — | — | — |
| Billing Accounts / Invoices / Operation Results | 0 | 0 | — | — | — |
| Billing Accounts / Invoices / Summary | 0 | 0 | — | — | — |
| Billing Accounts / Invoices / Transaction Summary | 0 | 0 | — | — | — |
| Billing Accounts / Invoices / Transactions | 0 | 0 | — | — | — |
| Billing Accounts / Invoicing Preferences | 0 | 0 | — | — | — |
| Billing Accounts / License Reservations | 0 | 0 | — | — | — |
| Billing Accounts / Line Of Credit | 0 | 0 | — | — | — |
| Billing Accounts / List Invoice Sections With Create Subscription Permission | 0 | 0 | — | — | — |
| Billing Accounts / List Product Recommendations | 0 | 0 | — | — | — |
| Billing Accounts / Migrations | 0 | 0 | — | — | — |
| Billing Accounts / Notification Contacts | 0 | 0 | — | — | — |
| Billing Accounts / Operation Results | 0 | 0 | — | — | — |
| Billing Accounts / Partner Change Requests | 0 | 0 | — | — | — |
| Billing Accounts / Partner Organizations | 0 | 0 | — | — | — |
| Billing Accounts / Patch Operations | 0 | 0 | — | — | — |
| Billing Accounts / Pay Now | 0 | 0 | — | — | — |
| Billing Accounts / Payable Overage | 0 | 0 | — | — | — |
| Billing Accounts / Payment Method Links | 0 | 0 | — | — | — |
| Billing Accounts / Payment Methods | 0 | 0 | — | — | — |
| Billing Accounts / Permission Requests | 0 | 0 | — | — | — |
| Billing Accounts / Policies | 0 | 0 | — | — | — |
| Billing Accounts / Preview Agreements | 0 | 0 | — | — | — |
| Billing Accounts / Promotional Credits | 0 | 0 | — | — | — |
| Billing Accounts / Purchase Order Mappings | 0 | 0 | — | — | — |
| Billing Accounts / Purchase Orders | 0 | 0 | — | — | — |
| Billing Accounts / Reservation Orders | 0 | 0 | — | — | — |
| Billing Accounts / Reservation Orders / Reservations | 0 | 0 | — | — | — |
| Billing Accounts / Reservations | 0 | 0 | — | — | — |
| Billing Accounts / Savings Plan Orders | 0 | 0 | — | — | — |
| Billing Accounts / Savings Plan Orders / Savings Plans | 0 | 0 | — | — | — |
| Billing Accounts / Savings Plans | 0 | 0 | — | — | — |
| Billing Accounts / Sign Agreement | 0 | 0 | — | — | — |
| Billing Accounts / Transactions | 0 | 0 | — | — | — |
| Billing Periods | 0 | 0 | — | — | — |
| Billing Permissions | 0 | 0 | — | — | — |
| Billing Property | 0 | 0 | — | — | — |
| Billing Role Assignments | 0 | 0 | — | — | — |
| Create Billing Role Assignment | 0 | 0 | — | — | — |
| Departments | 0 | 0 | — | — | — |
| Enrollment Accounts | 0 | 0 | — | — | — |
| Invoices | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operation Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Payment Methods | 0 | 0 | — | — | — |
| Permission Requests | 0 | 0 | — | — | — |
| Policies | 0 | 0 | — | — | — |
| Promotional Credits | 0 | 0 | — | — | — |
| Promotional Credits / Operation Results | 0 | 0 | — | — | — |
| Promotions | 0 | 0 | — | — | — |
| Promotions / Checkeligibility | 0 | 0 | — | — | — |
| Transfers / Accept Transfer | 0 | 0 | — | — | — |
| Transfers / Decline Transfer | 0 | 0 | — | — | — |
| Transfers / Operation Status | 0 | 0 | — | — | — |
| Transfers / Validate Transfer | 0 | 0 | — | — | — |
| Validate Address | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Spring Apps
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Spring | 2 | 38 | 4 | 24 | 14 |
| Spring / Apps / Deployments | 2 | 36 | 5 | 25 | 11 |
| Spring / Apps | 3 | 33 | 4 | 25 | 8 |
| Operations | 1 | 16 | 4 | 16 | 0 |
| Spring / Apps / Domains | 1 | 13 | 4 | 8 | 5 |
| Spring / Apps / Deployments / Operation Results | 0 | 0 | — | — | — |
| Spring / Apps / Deployments / Operation Statuses | 0 | 0 | — | — | — |
| Spring / Apps / Domains / Operation Results | 0 | 0 | — | — | — |
| Spring / Apps / Domains / Operation Statuses | 0 | 0 | — | — | — |
| Spring / Apps / Operation Results | 0 | 0 | — | — | — |
| Spring / Apps / Operation Statuses | 0 | 0 | — | — | — |
| Spring / Config Servers | 0 | 0 | — | — | — |
| Spring / Config Servers / Operation Results | 0 | 0 | — | — | — |
| Spring / Config Servers / Operation Statuses | 0 | 0 | — | — | — |
| Spring / Eureka Servers | 0 | 0 | — | — | — |
| Spring / Eureka Servers / Operation Results | 0 | 0 | — | — | — |
| Spring / Eureka Servers / Operation Statuses | 0 | 0 | — | — | — |
| Spring / Operation Results | 0 | 0 | — | — | — |
| Spring / Operation Statuses | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Status | 0 | 0 | — | — | — |
| Runtime Versions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Spring | 102 |
| Spring / Apps / Deployments | 99 |
Azure Local (formerly Azure Stack HCI) hybrid infrastructure
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Clusters / Deployment Settings | 1 | 92 | 8 | 78 | 14 |
| Clusters | 2 | 65 | 5 | 8 | 57 |
| Clusters / Updates | 2 | 35 | 4 | 35 | 0 |
| Logical Networks | 2 | 26 | 8 | 19 | 6 |
| Clusters / Arc Settings / Extensions | 1 | 18 | 5 | 15 | 3 |
| Gallery Images | 2 | 18 | 7 | 15 | 2 |
| Marketplace Gallery Images | 2 | 17 | 7 | 14 | 2 |
| Virtual Hard Disks | 2 | 14 | 4 | 12 | 1 |
| Network Interfaces | 2 | 13 | 4 | 8 | 1 |
| Clusters / Arc Settings | 1 | 12 | 4 | 7 | 5 |
| Clusters / Updates / Update Runs | 2 | 12 | 3 | 12 | 0 |
| Edge Devices | 2 | 10 | 3 | 10 | 0 |
| Storage Containers | 2 | 9 | 4 | 7 | 1 |
| Clusters / Security Settings | 1 | 4 | 3 | 3 | 1 |
| Clusters / Jobs | 0 | 0 | — | — | — |
| Clusters / Offers | 0 | 0 | — | — | — |
| Clusters / Publishers | 0 | 0 | — | — | — |
| Clusters / Publishers / Offers | 0 | 0 | — | — | — |
| Clusters / Publishers / Offers / Skus | 0 | 0 | — | — | — |
| Clusters / Update Summaries | 0 | 0 | — | — | — |
| Device Pools | 0 | 0 | — | — | — |
| Edge Machines | 0 | 0 | — | — | — |
| Edge Machines / Jobs | 0 | 0 | — | — | — |
| Load Balancers | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Locations / Os Images | 0 | 0 | — | — | — |
| Locations / Platform Updates | 0 | 0 | — | — | — |
| Locations / Validate Ownership Vouchers | 0 | 0 | — | — | — |
| Locations / Validated Solution Recipes | 0 | 0 | — | — | — |
| NAT Gateways | 0 | 0 | — | — | — |
| Network Security Groups | 0 | 0 | — | — | — |
| Network Security Groups / Security Rules | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Public IP Addresses | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Snapshots | 0 | 0 | — | — | — |
| Virtual Machine Instances | 0 | 0 | — | — | — |
| Virtualmachines | 0 | 0 | — | — | — |
| Virtualmachines / Extensions | 0 | 0 | — | — | — |
| Virtualmachines / Hybrididentitymetadata | 0 | 0 | — | — | — |
| Virtualnetworks | 0 | 0 | — | — | — |
| Virtualnetworks / Subnets | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource provider management and onboarding
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Provider Registrations / Default Rollouts | 1 | 172 | 12 | 172 | 0 |
| Provider Registrations / Custom Rollouts | 1 | 170 | 12 | 170 | 0 |
| Provider Registrations / Resource Type Registrations | 2 | 112 | 6 | 112 | 0 |
| Provider Registrations | 2 | 67 | 7 | 67 | 0 |
| Provider Registrations / New Region Frontload Release | 1 | 22 | 6 | 22 | 0 |
| Provider Registrations / Authorized Applications | 1 | 3 | 3 | 3 | 0 |
| Available Accounts | 0 | 0 | — | — | — |
| Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Provider Registrations / Checkinmanifest | 0 | 0 | — | — | — |
| Provider Registrations / Manifests | 0 | 0 | — | — | — |
| Provider Registrations / Resource Actions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Synapse Analytics
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Workspaces | 2 | 41 | 5 | 31 | 10 |
| Workspaces / Big Data Pools | 1 | 28 | 3 | 24 | 4 |
| Workspaces / SQL Pools | 2 | 14 | 2 | 12 | 2 |
| Private Link Hubs | 1 | 2 | 3 | 1 | 1 |
| Check Name Availability | 0 | 0 | — | — | — |
| Kusto Operations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Kusto Pool Check Name Availability | 0 | 0 | — | — | — |
| Locations / Kusto Pool Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / SQL Database Azure Async Operation | 0 | 0 | — | — | — |
| Locations / SQL Database Operation Results | 0 | 0 | — | — | — |
| Locations / SQL Pool Azure Async Operation | 0 | 0 | — | — | — |
| Locations / SQL Pool Operation Results | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Workspaces / Kusto Pools | 0 | 0 | — | — | — |
| Workspaces / Kusto Pools / Attacheddatabaseconfigurations | 0 | 0 | — | — | — |
| Workspaces / Kusto Pools / Databases | 0 | 0 | — | — | — |
| Workspaces / Kusto Pools / Databases / Dataconnections | 0 | 0 | — | — | — |
| Workspaces / Operation Results | 0 | 0 | — | — | — |
| Workspaces / Operation Statuses | 0 | 0 | — | — | — |
| Workspaces / SQL Databases | 0 | 0 | — | — | — |
| Workspaces / Usages | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Workspaces / Kusto Pools | 226 |
Operator Nexus compute resources
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Kubernetes Clusters | 3 | 90 | 5 | 60 | 30 |
| Clusters | 4 | 84 | 5 | 56 | 28 |
| Bare Metal Machines | 3 | 71 | 5 | 14 | 57 |
| Virtual Machines | 4 | 42 | 4 | 32 | 10 |
| Storage Appliances | 3 | 31 | 4 | 8 | 23 |
| Kubernetes Clusters / Agent Pools | 3 | 27 | 4 | 22 | 5 |
| Cloud Services Networks | 3 | 23 | 4 | 9 | 14 |
| Clusters / Bare Metal Machine Key Sets | 3 | 20 | 4 | 12 | 8 |
| L3 Networks | 3 | 18 | 2 | 10 | 8 |
| Clusters / Bmc Key Sets | 3 | 17 | 4 | 9 | 8 |
| Trunked Networks | 3 | 14 | 2 | 6 | 8 |
| Cluster Managers | 3 | 14 | 3 | 8 | 6 |
| L2 Networks | 3 | 13 | 2 | 5 | 8 |
| Volumes | 3 | 11 | 2 | 4 | 7 |
| Racks | 3 | 11 | 2 | 6 | 5 |
| Virtual Machines / Consoles | 3 | 11 | 3 | 5 | 6 |
| Clusters / Metrics Configurations | 3 | 9 | 2 | 4 | 5 |
| Kubernetes Clusters / Features | 2 | 9 | 3 | 2 | 7 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Rack Skus | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Container Apps
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Container Apps | 5 | 124 | 7 | 4 | 0 |
| Jobs | 2 | 59 | 7 | 1 | 0 |
| Managed Environments | 3 | 38 | 4 | 2 | 0 |
| Session Pools | 2 | 28 | 5 | 1 | 0 |
| Connected Environments | 2 | 15 | 4 | 2 | 0 |
| Managed Environments / Certificates | 1 | 14 | 3 | 1 | 0 |
| Connected Environments / Certificates | 1 | 14 | 3 | 1 | 0 |
| Managed Environments / Dapr Components | 1 | 10 | 2 | 1 | 0 |
| Managed Environments / Java Components | 1 | 8 | 3 | 6 | 1 |
| Managed Environments / Managed Certificates | 1 | 5 | 2 | 1 | 0 |
| Agent Spaces | 0 | 0 | — | — | — |
| Agents | 0 | 0 | — | — | — |
| Builders | 0 | 0 | — | — | — |
| Builders / Builds | 0 | 0 | — | — | — |
| Builders / Patches | 0 | 0 | — | — | — |
| Container Apps / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Container Apps / Resiliency Policies | 0 | 0 | — | — | — |
| Functions | 0 | 0 | — | — | — |
| Get Custom Domain Verification Id | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Available Managed Environments Workload Profile Types | 0 | 0 | — | — | — |
| Locations / Billing Meters | 0 | 0 | — | — | — |
| Locations / Connected Environment Operation Results | 0 | 0 | — | — | — |
| Locations / Connected Environment Operation Statuses | 0 | 0 | — | — | — |
| Locations / Connected Operation Results | 0 | 0 | — | — | — |
| Locations / Connected Operation Statuses | 0 | 0 | — | — | — |
| Locations / Containerapp Operation Results | 0 | 0 | — | — | — |
| Locations / Containerapp Operation Statuses | 0 | 0 | — | — | — |
| Locations / Containerappsjob Operation Results | 0 | 0 | — | — | — |
| Locations / Containerappsjob Operation Statuses | 0 | 0 | — | — | — |
| Locations / Managed Certificate Operation Statuses | 0 | 0 | — | — | — |
| Locations / Managed Environment Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Environment Operation Statuses | 0 | 0 | — | — | — |
| Locations / Source Control Operation Results | 0 | 0 | — | — | — |
| Locations / Source Control Operation Statuses | 0 | 0 | — | — | — |
| Locations / Sre Agent Operation Results | 0 | 0 | — | — | — |
| Locations / Sre Agent Operation Statuses | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Logic Apps | 0 | 0 | — | — | — |
| Managed Environments / Dapr Components / Resiliency Policies | 0 | 0 | — | — | — |
| Managed Environments / Dot Net Components | 0 | 0 | — | — | — |
| Managed Environments / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Automation runbooks and DSC
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Automation Accounts / Software Update Configurations | 4 | 43 | 6 | 34 | 9 |
| Automation Accounts / Runbooks | 4 | 18 | 5 | 18 | 0 |
| Automation Accounts | 5 | 17 | 4 | 15 | 2 |
| Automation Accounts / Configurations | 4 | 12 | 4 | 12 | 0 |
| Automation Accounts / Webhooks | 2 | 7 | 3 | 7 | 0 |
| Automation Accounts / Private Endpoint Connections | 5 | 5 | 2 | 2 | 3 |
| Deleted Automation Accounts | 4 | 4 | 1 | 3 | 1 |
| Automation Accounts / Jobs | 1 | 3 | 3 | 3 | 0 |
| Automation Accounts / Hybrid Runbook Worker Groups | 2 | 2 | 3 | 2 | 0 |
| Automation Accounts / Hybrid Runbook Worker Groups / Hybrid Runbook Workers | 2 | 2 | 2 | 1 | 1 |
| Automation Accounts / Agent Registration Information | 0 | 0 | — | — | — |
| Automation Accounts / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Automation Accounts / Private Link Resources | 0 | 0 | — | — | — |
| Automation Accounts / Software Update Configuration Machine Runs | 0 | 0 | — | — | — |
| Automation Accounts / Software Update Configuration Runs | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Arc-enabled data services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| SQL Server Instances | 1 | 101 | 7 | 42 | 40 |
| SQL Server Instances / Databases | 1 | 50 | 7 | 29 | 5 |
| SQL Managed Instances | 3 | 34 | 7 | 32 | 1 |
| SQL Server Instances / Availability Groups | 1 | 29 | 4 | 13 | 14 |
| Data Controllers | 2 | 21 | 3 | 20 | 1 |
| Data Controllers / Active Directory Connectors | 1 | 15 | 6 | 14 | 1 |
| Postgres Instances | 3 | 14 | 3 | 13 | 1 |
| SQL Managed Instances / Failover Groups | 1 | 10 | 3 | 9 | 1 |
| SQL Server Esu Licenses | 1 | 9 | 2 | 5 | 4 |
| SQL Server Licenses | 1 | 8 | 2 | 5 | 3 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure NetApp Files
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Net App Accounts / Volume Groups | 2 | 93 | 7 | 68 | 25 |
| Net App Accounts / Capacity Pools / Volumes | 3 | 85 | 5 | 63 | 22 |
| Net App Accounts | 3 | 32 | 4 | 26 | 6 |
| Net App Accounts / Snapshot Policies | 2 | 20 | 3 | 18 | 2 |
| Operations | 1 | 18 | 4 | 18 | 0 |
| Net App Accounts / Backup Vaults / Backups | 1 | 13 | 2 | 4 | 9 |
| Net App Accounts / Backup Policies | 2 | 12 | 3 | 8 | 4 |
| Net App Accounts / Capacity Pools | 2 | 11 | 2 | 6 | 5 |
| Net App Accounts / Capacity Pools / Volumes / Snapshots | 2 | 4 | 2 | 1 | 3 |
| Net App Accounts / Capacity Pools / Volumes / Volume Quota Rules | 1 | 2 | 2 | 2 | 0 |
| Net App Accounts / Backup Vaults | 1 | 1 | 2 | 0 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Inventory | 0 | 0 | — | — | — |
| Locations / Quota Limits | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Check File Path Availability | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Check Quota Availability | 0 | 0 | — | — | — |
| Locations / Elastic Region Infos | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Query Network Sibling Set | 0 | 0 | — | — | — |
| Locations / Region Info | 0 | 0 | — | — | — |
| Locations / Region Infos | 0 | 0 | — | — | — |
| Locations / Update Network Sibling Set | 0 | 0 | — | — | — |
| Net App Accounts / Account Backups | 0 | 0 | — | — | — |
| Net App Accounts / Capacity Pools / Volumes / Backups | 0 | 0 | — | — | — |
| Net App Accounts / Capacity Pools / Volumes / Mount Targets | 0 | 0 | — | — | — |
| Net App Accounts / Capacity Pools / Volumes / Ransomware Reports | 0 | 0 | — | — | — |
| Net App Accounts / Quota Limits | 0 | 0 | — | — | — |
| Net App Accounts / Vaults | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Consumption and usage analytics
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Marketplaces | 26 | 26 | 1 | 0 | 26 |
| Pricesheets | 10 | 20 | 2 | 0 | 20 |
| Events | 26 | 19 | 2 | 0 | 19 |
| Balances | 16 | 17 | 2 | 0 | 17 |
| Lots | 17 | 14 | 2 | 0 | 14 |
| Reservation Details | 11 | 11 | 1 | 0 | 11 |
| Budgets | 2 | 11 | 5 | 7 | 4 |
| Tags | 3 | 4 | 2 | 2 | 2 |
| Aggregated Cost | 0 | 0 | — | — | — |
| Charges | 0 | 0 | — | — | — |
| Cost Tags | 0 | 0 | — | — | — |
| Forecasts | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operation Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Reservation Recommendation Details | 0 | 0 | — | — | — |
| Reservation Recommendations | 0 | 0 | — | — | — |
| Reservation Summaries | 0 | 0 | — | — | — |
| Reservation Transactions | 0 | 0 | — | — | — |
| Terms | 0 | 0 | — | — | — |
| Usage Details | 0 | 0 | — | — | — |
| Credits | 0 | 0 | — | — | — |
| Lots / Contingencies | 0 | 0 | — | — | — |
| Products | 0 | 0 | — | — | — |
| Tenants | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Operator Nexus network fabric
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accesscontrollists | 1 | 32 | 7 | 31 | 1 |
| Networktaprules | 1 | 31 | 7 | 29 | 2 |
| Network Fabrics | 1 | 27 | 6 | 22 | 5 |
| Network Fabric Controllers | 1 | 12 | 4 | 11 | 1 |
| Network Devices | 1 | 9 | 3 | 4 | 5 |
| Network Fabrics / Network To Network Interconnects | 1 | 9 | 4 | 8 | 1 |
| Route Policies | 1 | 9 | 7 | 9 | 0 |
| L3 Isolation Domains / External Networks | 1 | 8 | 4 | 8 | 0 |
| L3 Isolation Domains / Internal Networks | 1 | 8 | 4 | 8 | 0 |
| Network Devices / Network Interfaces | 1 | 6 | 3 | 1 | 5 |
| IP Prefixes | 1 | 5 | 4 | 5 | 0 |
| Internetgatewayrules | 1 | 4 | 3 | 3 | 1 |
| Networktaps | 1 | 4 | 3 | 3 | 1 |
| L3 Isolation Domains | 1 | 4 | 5 | 4 | 0 |
| IP Communities | 1 | 4 | 4 | 4 | 0 |
| Internet Gateways | 1 | 4 | 3 | 2 | 2 |
| IP Extended Communities | 1 | 3 | 4 | 3 | 0 |
| Neighborgroups | 1 | 3 | 4 | 3 | 0 |
| L2 Isolation Domains | 1 | 3 | 3 | 3 | 0 |
| Network Racks | 1 | 2 | 3 | 2 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Network Bootstrap Devices / Network Bootstrap Interfaces | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Networkbootstrapdevices | 0 | 0 | — | — | — |
| Networkbootstrapinterfaces | 0 | 0 | — | — | — |
| Networkmonitors | 0 | 0 | — | — | — |
| Networkpacketbrokers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Data Explorer (Kusto)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Clusters | 0 | 0 | — | — | — |
| Clusters / Attacheddatabaseconfigurations | 0 | 0 | — | — | — |
| Clusters / Databases | 0 | 0 | — | — | — |
| Clusters / Databases / Dataconnections | 0 | 0 | — | — | — |
| Clusters / Databases / Eventhubconnections | 0 | 0 | — | — | — |
| Clusters / Databases / Principalassignments | 0 | 0 | — | — | — |
| Clusters / Databases / Scripts | 0 | 0 | — | — | — |
| Clusters / Managed Private Endpoints | 0 | 0 | — | — | — |
| Clusters / Principalassignments | 0 | 0 | — | — | — |
| Clusters / Sandbox Custom Images | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Skus | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Clusters | 1,743 |
Log Analytics workspaces and queries
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Workspaces / Tables | 2 | 38 | 4 | 19 | 19 |
| Workspaces | 4 | 34 | 3 | 18 | 16 |
| Clusters | 3 | 24 | 3 | 11 | 13 |
| Workspaces / Summary Logs | 2 | 12 | 3 | 9 | 3 |
| Workspaces / Storage Insight Configs | 3 | 8 | 3 | 8 | 0 |
| Workspaces / Data Exports | 1 | 8 | 4 | 7 | 1 |
| Querypacks | 1 | 4 | 2 | 0 | 4 |
| Workspaces / Linked Services | 2 | 4 | 2 | 4 | 0 |
| Workspaces / Data Sources | 4 | 2 | 1 | 2 | 0 |
| Workspaces / Linked Storage Accounts | 1 | 2 | 2 | 1 | 1 |
| Deleted Workspaces | 0 | 0 | — | — | — |
| Link Targets | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Workspaces | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Storage Insight Configs | 0 | 0 | — | — | — |
| Workspaces / API | 0 | 0 | — | — | — |
| Workspaces / Metadata | 0 | 0 | — | — | — |
| Workspaces / Network Security Perimeter Association Proxies | 0 | 0 | — | — | — |
| Workspaces / Network Security Perimeter Configurations | 0 | 0 | — | — | — |
| Workspaces / Operations | 0 | 0 | — | — | — |
| Workspaces / Purge | 0 | 0 | — | — | — |
| Workspaces / Query | 0 | 0 | — | — | — |
| Workspaces / Scoped Private Link Proxies | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
IoT device registry
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces / Assets | 2 | 75 | 6 | 55 | 20 |
| Namespaces / Discovered Assets | 2 | 61 | 4 | 61 | 0 |
| Assets | 2 | 41 | 5 | 31 | 10 |
| Namespaces / Devices | 3 | 26 | 6 | 13 | 13 |
| Asset Endpoint Profiles | 2 | 13 | 4 | 10 | 3 |
| Namespaces / Discovered Devices | 2 | 12 | 4 | 12 | 0 |
| Schema Registries | 2 | 5 | 2 | 4 | 1 |
| Schema Registries / Schemas | 1 | 4 | 2 | 3 | 1 |
| Schema Registries / Schemas / Schema Versions | 1 | 4 | 2 | 2 | 2 |
| Namespaces | 2 | 3 | 3 | 2 | 1 |
| Billing Containers | 0 | 0 | — | — | — |
| Discovered Asset Endpoint Profiles | 0 | 0 | — | — | — |
| Discovered Assets | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Namespaces / Credentials | 0 | 0 | — | — | — |
| Namespaces / Credentials / Policies | 0 | 0 | — | — | — |
| Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Event Grid event-driven messaging
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces | 4 | 42 | 5 | 36 | 6 |
| Domains | 3 | 30 | 5 | 24 | 6 |
| Topics | 3 | 28 | 5 | 22 | 6 |
| Event Subscriptions | 2 | 21 | 4 | 16 | 5 |
| System Topics / Event Subscriptions | 2 | 21 | 4 | 16 | 5 |
| Partner Topics / Event Subscriptions | 2 | 21 | 4 | 16 | 5 |
| Partner Namespaces | 2 | 20 | 5 | 15 | 5 |
| Partner Topics | 3 | 18 | 3 | 14 | 4 |
| Partner Namespaces / Channels | 2 | 14 | 4 | 11 | 3 |
| System Topics | 3 | 13 | 3 | 8 | 5 |
| Topic Types | 10 | 11 | 2 | 11 | 0 |
| Partner Registrations | 2 | 7 | 3 | 3 | 4 |
| Verified Partners | 5 | 7 | 2 | 7 | 0 |
| Extension Topics | 2 | 2 | 1 | 2 | 0 |
| Domains / Topics | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Event Subscriptions | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Locations / Topic Types | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Operations Status | 0 | 0 | — | — | — |
| Partner Configurations | 0 | 0 | — | — | — |
| Partner Destinations | 0 | 0 | — | — | — |
| Partner Namespaces / Event Channels | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
HDInsight managed Hadoop and Spark clusters
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Clusters | 5 | 84 | 8 | 74 | 10 |
| Clusters / Applications | 4 | 65 | 8 | 47 | 18 |
| Operations | 1 | 20 | 4 | 20 | 0 |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Clusters / Operationresults | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Azureasyncoperations | 0 | 0 | — | — | — |
| Locations / Billing Specs | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Validate Create Request | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Virtual Desktop
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Hostpools | 2 | 29 | 4 | 25 | 4 |
| Appattachpackages | 1 | 26 | 4 | 26 | 0 |
| Scalingplans | 2 | 24 | 4 | 23 | 1 |
| Hostpools / Msixpackages | 2 | 19 | 3 | 19 | 0 |
| Applicationgroups / Applications | 2 | 14 | 2 | 11 | 3 |
| Applicationgroups | 2 | 8 | 2 | 5 | 3 |
| Workspaces | 2 | 6 | 2 | 4 | 2 |
| Applicationgroups / Desktops | 2 | 3 | 2 | 3 | 0 |
| Hostpools / Sessionhosts | 1 | 3 | 2 | 3 | 0 |
| Operations | 1 | 3 | 3 | 3 | 0 |
| Applicationgroups / Startmenuitems | 0 | 0 | — | — | — |
| Connectionpolicies | 0 | 0 | — | — | — |
| Hostpools / Sessionhosts / Usersessions | 0 | 0 | — | — | — |
| Hostpools / Usersessions | 0 | 0 | — | — | — |
| Repository Folders | 0 | 0 | — | — | — |
| Repository Folders / Repository Integrations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Microsoft Sentinel (SIEM and SOAR)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Source Controls | 13 | 33 | 3 | 19 | 14 |
| Watchlists | 22 | 18 | 1 | 18 | 0 |
| Metadata | 19 | 12 | 2 | 12 | 0 |
| Bookmarks | 13 | 9 | 1 | 9 | 0 |
| Automation Rules | 1 | 7 | 4 | 5 | 2 |
| Mitre Coverage Records | 0 | 0 | — | — | — |
| Aggregations | 0 | 0 | — | — | — |
| Alert Rule Templates | 0 | 0 | — | — | — |
| Alert Rules | 0 | 0 | — | — | — |
| Billing Statistics | 0 | 0 | — | — | — |
| Cases | 0 | 0 | — | — | — |
| Confidential Watchlists | 0 | 0 | — | — | — |
| Content Packages | 0 | 0 | — | — | — |
| Content Product Packages | 0 | 0 | — | — | — |
| Content Product Templates | 0 | 0 | — | — | — |
| Content Templates | 0 | 0 | — | — | — |
| Data Connector Definitions | 0 | 0 | — | — | — |
| Data Connectors | 0 | 0 | — | — | — |
| Data Connectors Check Requirements | 0 | 0 | — | — | — |
| Enrichment | 0 | 0 | — | — | — |
| Enrichment Widgets | 0 | 0 | — | — | — |
| Entities | 0 | 0 | — | — | — |
| Entity Queries | 0 | 0 | — | — | — |
| Entity Query Templates | 0 | 0 | — | — | — |
| Export Connections | 0 | 0 | — | — | — |
| File Imports | 0 | 0 | — | — | — |
| Hunts | 0 | 0 | — | — | — |
| Huntsessions | 0 | 0 | — | — | — |
| Incidents | 0 | 0 | — | — | — |
| Listrepositories | 0 | 0 | — | — | — |
| Office Consents | 0 | 0 | — | — | — |
| Onboarding States | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Overview | 0 | 0 | — | — | — |
| Recommendations | 0 | 0 | — | — | — |
| Security ML Analytics Settings | 0 | 0 | — | — | — |
| Settings | 0 | 0 | — | — | — |
| Threat Intelligence | 0 | 0 | — | — | — |
| Triggered Analytics Rule Runs | 0 | 0 | — | — | — |
| Workspace Manager Assignments | 0 | 0 | — | — | — |
| Workspace Manager Configurations | 0 | 0 | — | — | — |
| Workspace Manager Groups | 0 | 0 | — | — | — |
| Workspace Manager Members | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Arc-enabled servers
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Machines | 4 | 101 | 8 | 48 | 48 |
| Machines / Runcommands | 1 | 26 | 4 | 25 | 1 |
| Machines / Extensions | 1 | 17 | 4 | 12 | 1 |
| Private Link Scopes | 2 | 16 | 5 | 5 | 11 |
| Machines / License Profiles | 1 | 14 | 6 | 1 | 0 |
| Private Link Scopes / Private Endpoint Connections | 2 | 6 | 3 | 3 | 3 |
| Licenses | 1 | 6 | 4 | 4 | 2 |
| Gateways | 1 | 3 | 2 | 1 | 2 |
| Settings | 1 | 2 | 3 | 1 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Notify Extension | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Notify Run Command | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Status | 0 | 0 | — | — | — |
| Locations / Private Link Scopes | 0 | 0 | — | — | — |
| Locations / Publishers | 0 | 0 | — | — | — |
| Locations / Publishers / Extension Types | 0 | 0 | — | — | — |
| Locations / Publishers / Extension Types / Versions | 0 | 0 | — | — | — |
| Locations / Update Center Operation Results | 0 | 0 | — | — | — |
| Machines / Assess Patches | 0 | 0 | — | — | — |
| Machines / Hybrid Identity Metadata | 0 | 0 | — | — | — |
| Machines / Install Patches | 0 | 0 | — | — | — |
| Machines / Private Link Scopes | 0 | 0 | — | — | — |
| Network Configurations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Os Type | 0 | 0 | — | — | — |
| Os Type / Agent Versions | 0 | 0 | — | — | — |
| Os Type / Agent Versions / Latest | 0 | 0 | — | — | — |
| Private Link Scopes / Network Security Perimeter Association Proxies | 0 | 0 | — | — | — |
| Private Link Scopes / Network Security Perimeter Configurations | 0 | 0 | — | — | — |
| Private Link Scopes / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Validate License | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Stack Edge devices
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Data Box Edge Devices | 5 | 26 | 6 | 12 | 14 |
| Operations | 1 | 8 | 4 | 8 | 0 |
| Data Box Edge Devices / Check Name Availability | 0 | 0 | — | — | — |
| Available Skus | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource groups, deployments, and ARM templates
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Deployment Stacks What If Results | 3 | 43 | 5 | 36 | 6 |
| Deployment Stacks | 3 | 37 | 4 | 25 | 12 |
| Deployments | 4 | 21 | 3 | 21 | 0 |
| Template Specs / Versions | 3 | 11 | 3 | 8 | 3 |
| Deployment Scripts | 5 | 9 | 2 | 5 | 4 |
| Template Specs | 3 | 9 | 2 | 5 | 4 |
| Changes | 5 | 8 | 2 | 0 | 8 |
| Data Boundaries | 1 | 2 | 2 | 1 | 1 |
| Resource Groups | 1 | 1 | 1 | 0 | 1 |
| Built In Template Specs | 0 | 0 | — | — | — |
| Built In Template Specs / Versions | 0 | 0 | — | — | — |
| Bulk Delete | 0 | 0 | — | — | — |
| Calculate Template Hash | 0 | 0 | — | — | — |
| Check Policy Compliance | 0 | 0 | — | — | — |
| Checkresourcename | 0 | 0 | — | — | — |
| Decompile Bicep | 0 | 0 | — | — | — |
| Deployment Scripts / Logs | 0 | 0 | — | — | — |
| Deployments / Operations | 0 | 0 | — | — | — |
| Links | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Deployment Operation Results | 0 | 0 | — | — | — |
| Locations / Deployment Script Operation Results | 0 | 0 | — | — | — |
| Locations / Deployment Stack Operation Results | 0 | 0 | — | — | — |
| Locations / Deployment Stack Operation Status | 0 | 0 | — | — | — |
| Locations / Deployment Statuses | 0 | 0 | — | — | — |
| Locations / Export Resource Template | 0 | 0 | — | — | — |
| Locations / Mobo Operation Statuses | 0 | 0 | — | — | — |
| Locations / Notify Deployment Jobs | 0 | 0 | — | — | — |
| Mobo Brokers | 0 | 0 | — | — | — |
| Notify Resource Jobs | 0 | 0 | — | — | — |
| Operationresults | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Providers | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Snapshots | 0 | 0 | — | — | — |
| Subscriptions | 0 | 0 | — | — | — |
| Subscriptions / Locations | 0 | 0 | — | — | — |
| Subscriptions / Operationresults | 0 | 0 | — | — | — |
| Subscriptions / Providers | 0 | 0 | — | — | — |
| Subscriptions / Resource Groups | 0 | 0 | — | — | — |
| Subscriptions / Resourcegroups / Resources | 0 | 0 | — | — | — |
| Subscriptions / Resources | 0 | 0 | — | — | — |
| Subscriptions / Tag Names / Tag Values | 0 | 0 | — | — | — |
| Subscriptions / Tagnames | 0 | 0 | — | — | — |
| Subscriptions / Tagsoperationresults | 0 | 0 | — | — | — |
| Tags | 0 | 0 | — | — | — |
| Tagsoperationresults | 0 | 0 | — | — | — |
| Tenants | 0 | 0 | — | — | — |
| Validate Resources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Container Registry for Docker images
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Registries / Tasks | 2 | 44 | 6 | 39 | 5 |
| Registries | 3 | 35 | 5 | 23 | 12 |
| Registries / Connected Registries | 1 | 22 | 5 | 11 | 11 |
| Registries / Credential Sets | 2 | 9 | 4 | 6 | 3 |
| Registries / Tokens | 1 | 8 | 4 | 6 | 2 |
| Registries / Replications | 1 | 5 | 3 | 2 | 3 |
| Registries / Webhooks | 3 | 5 | 2 | 5 | 0 |
| Registries / Cache Rules | 1 | 4 | 2 | 3 | 1 |
| Registries / Scope Maps | 1 | 4 | 2 | 2 | 2 |
| Registries / Private Endpoint Connections | 1 | 2 | 3 | 2 | 0 |
| Registries / Runs | 1 | 1 | 1 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Authorize | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registries / Agent Pools | 0 | 0 | — | — | — |
| Registries / Agent Pools / List Queue Status | 0 | 0 | — | — | — |
| Registries / Agent Pools Operation Results | 0 | 0 | — | — | — |
| Registries / Connected Registries / Deactivate | 0 | 0 | — | — | — |
| Registries / Connected Registries / Resync | 0 | 0 | — | — | — |
| Registries / Event Grid Filters | 0 | 0 | — | — | — |
| Registries / Export Pipelines | 0 | 0 | — | — | — |
| Registries / Generate Credentials | 0 | 0 | — | — | — |
| Registries / Import Image | 0 | 0 | — | — | — |
| Registries / Import Pipelines | 0 | 0 | — | — | — |
| Registries / List Build Source Upload URL | 0 | 0 | — | — | — |
| Registries / List Credentials | 0 | 0 | — | — | — |
| Registries / List Policies | 0 | 0 | — | — | — |
| Registries / List Usages | 0 | 0 | — | — | — |
| Registries / Pipeline Runs | 0 | 0 | — | — | — |
| Registries / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Registries / Private Endpoint Connection Proxies / Validate | 0 | 0 | — | — | — |
| Registries / Private Link Resources | 0 | 0 | — | — | — |
| Registries / Regenerate Credential | 0 | 0 | — | — | — |
| Registries / Runs / Cancel | 0 | 0 | — | — | — |
| Registries / Runs / List Log SAS URL | 0 | 0 | — | — | — |
| Registries / Schedule Run | 0 | 0 | — | — | — |
| Registries / Task Runs | 0 | 0 | — | — | — |
| Registries / Task Runs / List Details | 0 | 0 | — | — | — |
| Registries / Tasks / List Details | 0 | 0 | — | — | — |
| Registries / Update Policies | 0 | 0 | — | — | — |
| Registries / Webhooks / Get Callback Config | 0 | 0 | — | — | — |
| Registries / Webhooks / List Events | 0 | 0 | — | — | — |
| Registries / Webhooks / Ping | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Edge disconnected operations
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Targets | 3 | 20 | 5 | 19 | 1 |
| Targets / Solutions / Versions | 3 | 20 | 3 | 6 | 14 |
| Targets / Solutions / Instances | 3 | 18 | 5 | 16 | 2 |
| Contexts / Workflows / Versions | 3 | 14 | 5 | 10 | 4 |
| Contexts / Workflows / Versions / Executions | 3 | 14 | 4 | 13 | 1 |
| Sites | 1 | 9 | 3 | 9 | 0 |
| Jobs | 11 | 9 | 3 | 9 | 0 |
| Targets / Solutions | 3 | 7 | 3 | 4 | 3 |
| Solution Templates | 2 | 6 | 2 | 3 | 3 |
| Contexts | 1 | 4 | 3 | 4 | 0 |
| Config Templates | 2 | 4 | 2 | 1 | 3 |
| Configurations / Dynamic Configurations / Versions | 1 | 4 | 2 | 1 | 3 |
| Contexts / Workflows | 3 | 3 | 2 | 1 | 2 |
| Schemas | 2 | 2 | 2 | 0 | 2 |
| Schemas / Dynamic Schemas | 2 | 2 | 2 | 0 | 2 |
| Schemas / Versions | 2 | 2 | 2 | 1 | 1 |
| Schemas / Dynamic Schemas / Versions | 2 | 2 | 2 | 1 | 1 |
| Schema References | 2 | 2 | 2 | 1 | 1 |
| Diagnostics | 3 | 2 | 2 | 1 | 1 |
| Configurations / Dynamic Configurations | 1 | 2 | 2 | 1 | 1 |
| Contexts / Site References | 1 | 1 | 2 | 1 | 0 |
| Configuration References | 1 | 1 | 2 | 1 | 0 |
| Site Aware Resource Types | 0 | 0 | — | — | — |
| Config Templates / Config Template Metadatas | 0 | 0 | — | — | — |
| Config Templates / Versions | 0 | 0 | — | — | — |
| Config Templates / Versions / Config Template Schemas | 0 | 0 | — | — | — |
| Configurations | 0 | 0 | — | — | — |
| Configurations / Arc Gateway Configurations | 0 | 0 | — | — | — |
| Configurations / Connectivity Configurations | 0 | 0 | — | — | — |
| Configurations / Network Configurations | 0 | 0 | — | — | — |
| Configurations / Provisioning Configurations | 0 | 0 | — | — | — |
| Configurations / Security Configurations | 0 | 0 | — | — | — |
| Configurations / Time Server Configurations | 0 | 0 | — | — | — |
| Connectivity Statuses | 0 | 0 | — | — | — |
| Contexts / Event Grid Filters | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Insights | 0 | 0 | — | — | — |
| Solution Templates / Versions | 0 | 0 | — | — | — |
| Solution Templates / Versions / Solution Schemas | 0 | 0 | — | — | — |
| Targets / Solutions / Instances / Histories | 0 | 0 | — | — | — |
| Updates | 0 | 0 | — | — | — |
| Workflows | 0 | 0 | — | — | — |
| Workflows / Versions | 0 | 0 | — | — | — |
| Workflows / Versions / Executions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure IoT Operations for edge
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Instances / Brokers | 2 | 52 | 6 | 47 | 5 |
| Instances / Dataflow Endpoints | 2 | 40 | 5 | 39 | 1 |
| Instances / Dataflow Profiles / Dataflows | 2 | 28 | 5 | 23 | 5 |
| Instances / Brokers / Listeners | 2 | 17 | 6 | 16 | 1 |
| Instances / Akri Connector Templates | 2 | 13 | 4 | 12 | 1 |
| Instances / Dataflow Profiles / Dataflow Graphs | 2 | 11 | 5 | 6 | 5 |
| Instances / Dataflow Profiles | 2 | 9 | 4 | 4 | 5 |
| Instances / Brokers / Authorizations | 2 | 9 | 5 | 8 | 1 |
| Instances / Brokers / Authentications | 2 | 9 | 6 | 8 | 1 |
| Instances / Akri Connector Templates / Connectors | 2 | 8 | 4 | 1 | 7 |
| Instances | 3 | 5 | 3 | 3 | 2 |
| Instances / Akri Services | 2 | 5 | 4 | 1 | 4 |
| Instances / Registry Endpoints | 2 | 3 | 3 | 2 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Serverless container instances
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Container Group Profiles | 2 | 97 | 7 | 79 | 8 |
| Container Groups | 0 | 47 | 5 | 6 | 5 |
| N Groups | 3 | 40 | 6 | 30 | 6 |
| Locations | 0 | 0 | — | — | — |
| Locations / Cached Images | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / N Groups Operations | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Validate Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Service Association Links | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Edge Order for hardware
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Order Items | 2 | 63 | 7 | 35 | 28 |
| Addresses | 1 | 14 | 3 | 14 | 0 |
| List Configurations | 0 | 0 | — | — | — |
| List Product Families | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / HCI Catalog | 0 | 0 | — | — | — |
| Locations / HCI Catalog / Platforms | 0 | 0 | — | — | — |
| Locations / HCI Catalog / Projects | 0 | 0 | — | — | — |
| Locations / HCI Catalog / Vendors | 0 | 0 | — | — | — |
| Locations / HCI Flight Catalog | 0 | 0 | — | — | — |
| Locations / HCI Flight Catalog / Platforms | 0 | 0 | — | — | — |
| Locations / HCI Flight Catalog / Projects | 0 | 0 | — | — | — |
| Locations / HCI Flight Catalog / Vendors | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Orders | 0 | 0 | — | — | — |
| Locations / Validate Inputs | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Orders | 0 | 0 | — | — | — |
| Product Families Metadata | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure CDN and Front Door
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Profiles / Endpoints | 1 | 44 | 6 | 43 | 1 |
| Operations | 1 | 18 | 4 | 18 | 0 |
| CDN Web Application Firewall Policies | 3 | 17 | 6 | 17 | 0 |
| Profiles / Endpoints / Origins | 1 | 12 | 3 | 12 | 0 |
| Profiles / Afdendpoints / Routes | 1 | 12 | 4 | 10 | 2 |
| Profiles / Origingroups / Origins | 1 | 12 | 3 | 11 | 1 |
| Profiles / Origingroups | 1 | 9 | 4 | 8 | 1 |
| Profiles / Endpoints / Origingroups | 1 | 7 | 5 | 7 | 0 |
| Profiles / Customdomains | 1 | 6 | 4 | 3 | 3 |
| Profiles | 4 | 5 | 4 | 2 | 3 |
| Can Migrate | 3 | 5 | 2 | 0 | 5 |
| Edgenodes | 1 | 3 | 3 | 3 | 0 |
| Profiles / Rulesets / Rules | 1 | 3 | 3 | 2 | 1 |
| Profiles / Afdendpoints | 1 | 2 | 2 | 0 | 2 |
| Profiles / Endpoints / Customdomains | 1 | 1 | 2 | 1 | 0 |
| Profiles / Secrets | 1 | 1 | 3 | 0 | 1 |
| Profiles / Securitypolicies | 1 | 1 | 3 | 0 | 1 |
| CDN Web Application Firewall Managed Rule Sets | 0 | 0 | — | — | — |
| Edge Action Operations | 0 | 0 | — | — | — |
| Edge Actions | 0 | 0 | — | — | — |
| Edge Actions / Attachments | 0 | 0 | — | — | — |
| Edge Actions / Execution Filters | 0 | 0 | — | — | — |
| Edge Actions / Version Code Package | 0 | 0 | — | — | — |
| Edge Actions / Versions | 0 | 0 | — | — | — |
| Check Endpoint Name Availability | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Resource Usage | 0 | 0 | — | — | — |
| Migrate | 0 | 0 | — | — | — |
| Operationresults | 0 | 0 | — | — | — |
| Operationresults / Cdnwebapplicationfirewallpolicyresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Afdendpointresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Afdendpointresults / Routeresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Authpolicyresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Customdomainresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Endpointresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Endpointresults / Customdomainresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Endpointresults / Origingroupresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Endpointresults / Originresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Origingroupresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Origingroupresults / Originresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Policyresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Rulesetresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Rulesetresults / Ruleresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Secretresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Securitypolicyresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Targetgroupresults | 0 | 0 | — | — | — |
| Operationresults / Profileresults / Tunnelpolicyresults | 0 | 0 | — | — | — |
| Profiles / Authpolicies | 0 | 0 | — | — | — |
| Profiles / Deploymentversions | 0 | 0 | — | — | — |
| Profiles / Edgeextensiongroups | 0 | 0 | — | — | — |
| Profiles / Keygroups | 0 | 0 | — | — | — |
| Profiles / Networkpolicies | 0 | 0 | — | — | — |
| Profiles / Policies | 0 | 0 | — | — | — |
| Profiles / Rulesets | 0 | 0 | — | — | — |
| Profiles / Targetgroups | 0 | 0 | — | — | — |
| Profiles / Tunnelpolicies | 0 | 0 | — | — | — |
| Validate Probe | 0 | 0 | — | — | — |
| Validate Secret | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Lab Services for classroom and training labs
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Labs | 2 | 24 | 5 | 22 | 2 |
| Labplans | 3 | 9 | 4 | 9 | 0 |
| Users | 2 | 8 | 3 | 5 | 3 |
| Labaccounts | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Labs | 475 |
Azure Bot Service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Bot Services | 1 | 49 | 5 | 33 | 16 |
| Bot Services / Connections | 1 | 19 | 3 | 13 | 6 |
| Bot Services / Channels | 1 | 12 | 3 | 6 | 6 |
| Bot Services / Private Endpoint Connections | 1 | 7 | 3 | 3 | 4 |
| Bot Services / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Bot Services / Private Link Resources | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Host Settings | 0 | 0 | — | — | — |
| List Auth Service Providers | 0 | 0 | — | — | — |
| List Qn A Maker Endpoint Keys | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Bot Services | 2 |
Azure Cache for Redis
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Redis | 0 | 0 | — | — | — |
| Redis / Event Grid Filters | 0 | 0 | — | — | — |
| Redis / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Redis / Private Endpoint Connection Proxies / Validate | 0 | 0 | — | — | — |
| Redis / Private Endpoint Connections | 0 | 0 | — | — | — |
| Redis / Private Link Resources | 0 | 0 | — | — | — |
| Redis Enterprise / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Redis Enterprise / Private Endpoint Connection Proxies / Operationresults | 0 | 0 | — | — | — |
| Redis Enterprise / Private Endpoint Connection Proxies / Validate | 0 | 0 | — | — | — |
| Redis Enterprise / Private Endpoint Connections | 0 | 0 | — | — | — |
| Redis Enterprise / Private Endpoint Connections / Operationresults | 0 | 0 | — | — | — |
| Redis Enterprise / Private Link Resources | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Async Operations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Redis Enterprise | 0 | 0 | — | — | — |
| Redis Enterprise / Databases | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Redis Enterprise | 847 |
Stream Analytics real-time event processing
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Streamingjobs | 2 | 42 | 6 | 25 | 17 |
| Clusters / Private Endpoints | 2 | 8 | 5 | 2 | 6 |
| Clusters | 3 | 7 | 2 | 2 | 5 |
| Locations | 0 | 0 | — | — | — |
| Locations / Compile Query | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Quotas | 0 | 0 | — | — | — |
| Locations / Sample Input | 0 | 0 | — | — | — |
| Locations / Test Input | 0 | 0 | — | — | — |
| Locations / Test Output | 0 | 0 | — | — | — |
| Locations / Test Query | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Managed Lustre and HPC Cache
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Caches | 9 | 61 | 5 | 6 | 3 |
| Aml Filesystems | 4 | 28 | 5 | 4 | 2 |
| Caches / Storage Targets | 1 | 18 | 3 | 13 | 5 |
| Aml Filesystems / Auto Import Jobs | 1 | 7 | 2 | 1 | 0 |
| Aml Filesystems / Import Jobs | 1 | 6 | 2 | 1 | 0 |
| Aml Filesystems / Auto Export Jobs | 1 | 4 | 2 | 1 | 0 |
| Check Aml FS Subnets | 0 | 0 | — | — | — |
| Get Required Aml FS Subnets Size | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Ascoperations | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Usage Models | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Aml Filesystems | 185 |
| Caches | 165 |
Service Bus messaging queues and topics
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces | 4 | 29 | 5 | 21 | 8 |
| Namespaces / Queues | 2 | 20 | 2 | 15 | 5 |
| Namespaces / Topics / Subscriptions | 2 | 19 | 3 | 15 | 4 |
| Namespaces / Topics / Subscriptions / Rules | 2 | 16 | 3 | 16 | 0 |
| Namespaces / Topics | 2 | 15 | 2 | 10 | 5 |
| Namespaces / Private Endpoint Connections | 2 | 4 | 3 | 4 | 0 |
| Namespaces / Authorizationrules | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Queues / Authorizationrules | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Topics / Authorizationrules | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Disasterrecoveryconfigs | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Migration Configurations | 2 | 1 | 1 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Namespace Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Namespace Operation Results | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Status | 0 | 0 | — | — | — |
| Namespaces / Disasterrecoveryconfigs / Check Name Availability | 0 | 0 | — | — | — |
| Namespaces / Eventgridfilters | 0 | 0 | — | — | — |
| Namespaces / Network Security Perimeter Association Proxies | 0 | 0 | — | — | — |
| Namespaces / Network Security Perimeter Configurations | 0 | 0 | — | — | — |
| Namespaces / Networkrulesets | 0 | 0 | — | — | — |
| Namespaces / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Premium Messaging Regions | 0 | 0 | — | — | — |
| SKU | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Batch parallel and HPC workloads
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Batch Accounts / Pools | 4 | 132 | 8 | 125 | 7 |
| Batch Accounts | 4 | 13 | 5 | 11 | 2 |
| Batch Accounts / Certificate Operation Results | 0 | 0 | — | — | — |
| Batch Accounts / Certificates | 0 | 0 | — | — | — |
| Batch Accounts / Detectors | 0 | 0 | — | — | — |
| Batch Accounts / Network Security Perimeter Configuration Operation Results | 0 | 0 | — | — | — |
| Batch Accounts / Operation Results | 0 | 0 | — | — | — |
| Batch Accounts / Pool Operation Results | 0 | 0 | — | — | — |
| Batch Accounts / Private Endpoint Connection Proxy Results | 0 | 0 | — | — | — |
| Batch Accounts / Private Endpoint Connection Results | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Account Operation Results | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Cloud Service Skus | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Quotas | 0 | 0 | — | — | — |
| Locations / Virtual Machine Skus | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Center for SAP Solutions
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Sap Virtual Instances / Central Instances | 1 | 24 | 4 | 0 | 24 |
| Sap Virtual Instances / Application Instances | 1 | 14 | 4 | 0 | 14 |
| Monitors | 10 | 10 | 2 | 6 | 4 |
| Sap Virtual Instances / Database Instances | 1 | 9 | 4 | 0 | 9 |
| Sap Virtual Instances | 2 | 3 | 4 | 1 | 2 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Sap Virtual Instance Metadata | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Connectors | 0 | 0 | — | — | — |
| Connectors / Acss Backups | 0 | 0 | — | — | — |
| Monitors / Provider Instances | 0 | 0 | — | — | — |
| Monitors / Sap Landscape Monitor | 0 | 0 | — | — | — |
| Sap Discovery Sites | 0 | 0 | — | — | — |
| Sap Discovery Sites / Sap Instances | 0 | 0 | — | — | — |
| Sap Discovery Sites / Sap Instances / Server Instances | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Php Workloads | 4 |
Key Vault for keys, secrets, and certificates
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Vaults | 3 | 19 | 5 | 17 | 2 |
| Managed HS Ms | 5 | 18 | 5 | 13 | 5 |
| Managed HS Ms / Keys | 2 | 17 | 5 | 11 | 6 |
| Vaults / Keys | 2 | 17 | 5 | 11 | 6 |
| Operations | 1 | 16 | 4 | 16 | 0 |
| Vaults / Secrets | 2 | 10 | 4 | 6 | 4 |
| Deleted Vaults | 6 | 6 | 1 | 0 | 6 |
| Deleted Managed HS Ms | 6 | 6 | 1 | 0 | 6 |
| Vaults / Access Policies | 5 | 5 | 4 | 1 | 4 |
| Check Mhsm Name Availability | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Deleted Managed HS Ms | 0 | 0 | — | — | — |
| Locations / Deleted Vaults | 0 | 0 | — | — | — |
| Locations / Managed HSM Operation Results | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Managed HS Ms / Keys / Versions | 0 | 0 | — | — | — |
| Vaults / Event Grid Filters | 0 | 0 | — | — | — |
| Vaults / Keys / Versions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Keys | 3 |
| Vaults | 2 |
| Managed HS Ms | 1 |
Health Data Services (FHIR, DICOM, MedTech)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Workspaces / Fhirservices | 3 | 35 | 5 | 30 | 3 |
| Services | 2 | 33 | 4 | 28 | 3 |
| Workspaces / Dicomservices | 2 | 22 | 4 | 15 | 5 |
| Operations | 1 | 21 | 4 | 21 | 0 |
| Workspaces / Iotconnectors | 2 | 19 | 4 | 14 | 3 |
| Workspaces / Iotconnectors / Fhirdestinations | 2 | 13 | 3 | 10 | 3 |
| Workspaces | 2 | 13 | 4 | 10 | 3 |
| Workspaces / Private Endpoint Connections | 1 | 6 | 2 | 6 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Services / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Services / Private Endpoint Connections | 0 | 0 | — | — | — |
| Services / Private Link Resources | 0 | 0 | — | — | — |
| Validate Medtech Mappings | 0 | 0 | — | — | — |
| Workspaces / Event Grid Filters | 0 | 0 | — | — | — |
| Workspaces / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Workspaces / Private Link Resources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Service Fabric cluster management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Clusters | 1 | 76 | 4 | 69 | 7 |
| Clusters / Applications | 2 | 28 | 6 | 21 | 7 |
| Clusters / Applications / Services | 1 | 17 | 3 | 12 | 5 |
| Clusters / Application Types / Versions | 1 | 14 | 3 | 9 | 5 |
| Clusters / Application Types | 1 | 13 | 3 | 8 | 5 |
| Locations | 0 | 0 | — | — | — |
| Locations / Cluster Versions | 0 | 0 | — | — | — |
| Locations / Environments | 0 | 0 | — | — | — |
| Locations / Environments / Managed Cluster Versions | 0 | 0 | — | — | — |
| Locations / Managed Cluster Operation Results | 0 | 0 | — | — | — |
| Locations / Managed Cluster Operations | 0 | 0 | — | — | — |
| Locations / Managed Cluster Versions | 0 | 0 | — | — | — |
| Locations / Managed Unsupported VM Sizes | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Unsupported VM Sizes | 0 | 0 | — | — | — |
| Managedclusters | 0 | 0 | — | — | — |
| Managedclusters / Application Types | 0 | 0 | — | — | — |
| Managedclusters / Application Types / Versions | 0 | 0 | — | — | — |
| Managedclusters / Applications | 0 | 0 | — | — | — |
| Managedclusters / Applications / Services | 0 | 0 | — | — | — |
| Managedclusters / Nodetypes | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Data Box offline data transfer
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Jobs | 3 | 86 | 8 | 59 | 27 |
| Jobs / Event Grid Filters | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Available Skus | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Region Configuration | 0 | 0 | — | — | — |
| Locations / Validate Address | 0 | 0 | — | — | — |
| Locations / Validate Inputs | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Virtual Machine Templates | 2 | 34 | 4 | 19 | 15 |
| Clouds | 2 | 16 | 3 | 11 | 5 |
| VMM Servers | 2 | 10 | 3 | 6 | 4 |
| Virtual Networks | 2 | 6 | 2 | 5 | 1 |
| Availability Sets | 2 | 4 | 2 | 4 | 0 |
| VMM Servers / Inventory Items | 2 | 4 | 2 | 1 | 3 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Virtual Machine Instances | 0 | 0 | — | — | — |
| Virtual Machines | 0 | 0 | — | — | — |
| Virtual Machines / Extensions | 0 | 0 | — | — | — |
| Virtual Machines / Guest Agents | 0 | 0 | — | — | — |
| Virtual Machines / Hybrid Identity Metadata | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Microsoft Fabric analytics platform
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Capacities | 2 | 2 | 3 | 2 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Link Services For Fabric | 0 | 0 | — | — | — |
| Private Link Services For Fabric / Operation Results | 0 | 0 | — | — | — |
| Private Link Services For Fabric / Operation Statuses | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Capacities | 627 |
Notification Hubs push notifications
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces | 2 | 49 | 5 | 36 | 13 |
| Namespaces / Notification Hubs | 2 | 44 | 4 | 37 | 7 |
| Operations | 1 | 12 | 4 | 0 | 12 |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Namespace Availability | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Hybrid network function management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Site Network Services | 3 | 12 | 3 | 5 | 7 |
| Networkfunctions | 3 | 7 | 3 | 7 | 0 |
| Publishers / Network Service Design Groups / Network Service Design Versions | 1 | 7 | 4 | 7 | 0 |
| Publishers / Artifact Stores | 1 | 5 | 3 | 3 | 1 |
| Configuration Group Values | 1 | 3 | 3 | 0 | 3 |
| Sites | 1 | 2 | 3 | 2 | 0 |
| Publishers / Configuration Group Schemas | 1 | 2 | 2 | 2 | 0 |
| Publishers / Network Function Definition Groups / Network Function Definition Versions | 1 | 2 | 2 | 2 | 0 |
| Publishers / Artifact Stores / Artifact Manifests | 1 | 2 | 3 | 2 | 0 |
| Publishers / Network Function Definition Groups | 1 | 1 | 2 | 1 | 0 |
| Publishers / Network Service Design Groups | 1 | 1 | 2 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Devices | 0 | 0 | — | — | — |
| Network Function Vendors | 0 | 0 | — | — | — |
| Network Functions / Components | 0 | 0 | — | — | — |
| Proxy Publishers | 0 | 0 | — | — | — |
| Proxy Publishers / Configuration Group Schemas | 0 | 0 | — | — | — |
| Proxy Publishers / Network Function Definition Groups | 0 | 0 | — | — | — |
| Proxy Publishers / Network Function Definition Groups / Network Function Definition Versions | 0 | 0 | — | — | — |
| Proxy Publishers / Network Service Design Groups | 0 | 0 | — | — | — |
| Proxy Publishers / Network Service Design Groups / Network Service Design Versions | 0 | 0 | — | — | — |
| Publishers | 0 | 0 | — | — | — |
| Publishers / Artifactstores / Artifacts | 0 | 0 | — | — | — |
| Publishers / Artifactstores / Artifactversions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Compute Fleet
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Fleets | 4 | 123 | 13 | 116 | 7 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Dev Box and Deployment Environments
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Projects / Catalogs | 1 | 16 | 4 | 6 | 10 |
| Devcenters / Catalogs | 1 | 16 | 4 | 6 | 10 |
| Projects / Pools | 1 | 11 | 5 | 7 | 4 |
| Networkconnections | 1 | 6 | 3 | 6 | 0 |
| Projects / Environment Types | 4 | 6 | 4 | 5 | 1 |
| Devcenters / Devboxdefinitions | 1 | 5 | 4 | 4 | 1 |
| Projects | 2 | 4 | 4 | 4 | 0 |
| Devcenters / Projectpolicies | 1 | 3 | 4 | 3 | 0 |
| Projects / Pools / Schedules | 1 | 3 | 4 | 3 | 0 |
| Devcenters / Attachednetworks | 1 | 2 | 2 | 1 | 1 |
| Devcenters | 2 | 1 | 4 | 1 | 0 |
| Devcenters / Galleries | 1 | 1 | 2 | 1 | 0 |
| Devcenters / Environment Types | 2 | 1 | 3 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Scoped Name Availability | 0 | 0 | — | — | — |
| Devcenters / Catalogs / Devboxdefinitions | 0 | 0 | — | — | — |
| Devcenters / Catalogs / Environment Definitions | 0 | 0 | — | — | — |
| Devcenters / Catalogs / Imagedefinitions | 0 | 0 | — | — | — |
| Devcenters / Catalogs / Imagedefinitions / Builds | 0 | 0 | — | — | — |
| Devcenters / Catalogs / Tasks | 0 | 0 | — | — | — |
| Devcenters / Curationprofiles | 0 | 0 | — | — | — |
| Devcenters / Galleries / Images | 0 | 0 | — | — | — |
| Devcenters / Galleries / Images / Versions | 0 | 0 | — | — | — |
| Devcenters / Images | 0 | 0 | — | — | — |
| Networkconnections / Healthchecks | 0 | 0 | — | — | — |
| Networkconnections / Outbound Network Dependencies Endpoints | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Projects / Allowed Environment Types | 0 | 0 | — | — | — |
| Projects / Attachednetworks | 0 | 0 | — | — | — |
| Projects / Catalogs / Environment Definitions | 0 | 0 | — | — | — |
| Projects / Catalogs / Imagedefinitions | 0 | 0 | — | — | — |
| Projects / Catalogs / Imagedefinitions / Builds | 0 | 0 | — | — | — |
| Projects / Devboxdefinitions | 0 | 0 | — | — | — |
| Projects / Images | 0 | 0 | — | — | — |
| Projects / Images / Versions | 0 | 0 | — | — | — |
| Projects / Listskus | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Projects / Pools | 11 |
Data Factory data integration pipelines
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Factories | 2 | 25 | 4 | 16 | 9 |
| Operations | 1 | 16 | 4 | 16 | 0 |
| Factories / Integration Runtimes | 1 | 4 | 2 | 0 | 4 |
| Check Name Availability | 0 | 0 | — | — | — |
| Factories / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Configure Factory Repo | 0 | 0 | — | — | — |
| Locations / Get Feature Value | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure VMware Solution
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Check Quota Availability | 0 | 0 | — | — | — |
| Locations / Check Trial Availability | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Clouds | 0 | 0 | — | — | — |
| Private Clouds / Addons | 0 | 0 | — | — | — |
| Private Clouds / Authorizations | 0 | 0 | — | — | — |
| Private Clouds / Cloud Links | 0 | 0 | — | — | — |
| Private Clouds / Clusters | 0 | 0 | — | — | — |
| Private Clouds / Clusters / Datastores | 0 | 0 | — | — | — |
| Private Clouds / Clusters / Placement Policies | 0 | 0 | — | — | — |
| Private Clouds / Clusters / Virtual Machines | 0 | 0 | — | — | — |
| Private Clouds / Event Grid Filters | 0 | 0 | — | — | — |
| Private Clouds / Global Reach Connections | 0 | 0 | — | — | — |
| Private Clouds / Hcx Enterprise Sites | 0 | 0 | — | — | — |
| Private Clouds / Iscsi Paths | 0 | 0 | — | — | — |
| Private Clouds / Licenses | 0 | 0 | — | — | — |
| Private Clouds / Maintenances | 0 | 0 | — | — | — |
| Private Clouds / Script Executions | 0 | 0 | — | — | — |
| Private Clouds / Script Packages | 0 | 0 | — | — | — |
| Private Clouds / Script Packages / Script Cmdlets | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Dhcp Configurations | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / DNS Services | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / DNS Zones | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Gateways | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Port Mirroring Profiles | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Public I Ps | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Segments | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / Virtual Machines | 0 | 0 | — | — | — |
| Private Clouds / Workload Networks / VM Groups | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Private Clouds | 228 |
| Private Clouds / Clusters | 221 |
Confluent on Azure (Apache Kafka)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Organizations / Environments / Clusters | 2 | 24 | 4 | 24 | 0 |
| Organizations | 1 | 17 | 3 | 14 | 3 |
| Organizations / Environments / Clusters / Topics | 1 | 9 | 3 | 9 | 0 |
| Organizations / Environments | 2 | 6 | 3 | 6 | 0 |
| Organizations / Environments / Clusters / Connectors | 1 | 2 | 3 | 2 | 0 |
| Agreements | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Organizations / Access | 0 | 0 | — | — | — |
| Organizations / Access / Delete Role Binding | 0 | 0 | — | — | — |
| Organizations / API Keys | 0 | 0 | — | — | — |
| Organizations / Environments / Clusters / Create API Key | 0 | 0 | — | — | — |
| Organizations / Environments / Schema Registry Clusters | 0 | 0 | — | — | — |
| Organizations / List Regions | 0 | 0 | — | — | — |
| Validations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Flux and GitOps for Arc-enabled Kubernetes
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Flux Configurations | 2 | 44 | 4 | 1 | 0 |
| Extensions | 4 | 14 | 4 | 1 | 0 |
| Source Control Configurations | 2 | 12 | 3 | 1 | 0 |
| Extension Types | 0 | 0 | — | — | — |
| Locations / Extension Types | 0 | 0 | — | — | — |
| Locations / Extension Types / Versions | 0 | 0 | — | — | — |
| Namespaces | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Link Scopes | 0 | 0 | — | — | — |
| Private Link Scopes / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Private Link Scopes / Private Endpoint Connections | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Backup and Site Recovery vaults
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Vaults | 4 | 34 | 5 | 12 | 22 |
| Backup Protected Items | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Allocate Stamp | 0 | 0 | — | — | — |
| Locations / Allocated Stamp | 0 | 0 | — | — | — |
| Locations / Backup AAD Properties | 0 | 0 | — | — | — |
| Locations / Backup Cross Region Restore | 0 | 0 | — | — | — |
| Locations / Backup Crr Job | 0 | 0 | — | — | — |
| Locations / Backup Crr Jobs | 0 | 0 | — | — | — |
| Locations / Backup Crr Operation Results | 0 | 0 | — | — | — |
| Locations / Backup Crr Operations Status | 0 | 0 | — | — | — |
| Locations / Backup Pre Validate Protection | 0 | 0 | — | — | — |
| Locations / Backup Status | 0 | 0 | — | — | — |
| Locations / Backup Validate Features | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Deleted Vaults | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Replication Eligibility Results | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Marketplace private stores
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Private Stores / Collections / Offers | 1 | 17 | 3 | 4 | 13 |
| Private Stores / Admin Request Approvals | 1 | 15 | 4 | 8 | 7 |
| Private Stores | 1 | 11 | 4 | 7 | 4 |
| Private Stores / Request Approvals | 1 | 10 | 3 | 7 | 3 |
| Private Stores / Collections | 1 | 10 | 3 | 6 | 4 |
| Locations | 0 | 0 | — | — | — |
| Locations / Edge Zones | 0 | 0 | — | — | — |
| Locations / Edge Zones / Products | 0 | 0 | — | — | — |
| Mysolutions | 0 | 0 | — | — | — |
| Offers | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Stores / Any Existing Offers In The Collections | 0 | 0 | — | — | — |
| Private Stores / Billing Accounts | 0 | 0 | — | — | — |
| Private Stores / Bulk Collections Action | 0 | 0 | — | — | — |
| Private Stores / Collections / Approve All Items | 0 | 0 | — | — | — |
| Private Stores / Collections / Disable Approve All Items | 0 | 0 | — | — | — |
| Private Stores / Collections / Map Offers To Contexts | 0 | 0 | — | — | — |
| Private Stores / Collections / Offers / Contexts View | 0 | 0 | — | — | — |
| Private Stores / Collections / Offers / Upsert Offer With Multi Context | 0 | 0 | — | — | — |
| Private Stores / Collections / Query Rules | 0 | 0 | — | — | — |
| Private Stores / Collections / Set Rules | 0 | 0 | — | — | — |
| Private Stores / Collections / Transfer Offers | 0 | 0 | — | — | — |
| Private Stores / Collections To Subscriptions Mapping | 0 | 0 | — | — | — |
| Private Stores / Fetch All Subscriptions In Tenant | 0 | 0 | — | — | — |
| Private Stores / List New Plans Notifications | 0 | 0 | — | — | — |
| Private Stores / List Stop Sell Offers Plans Notifications | 0 | 0 | — | — | — |
| Private Stores / List Subscriptions Context | 0 | 0 | — | — | — |
| Private Stores / Offers | 0 | 0 | — | — | — |
| Private Stores / Offers / Acknowledge Notification | 0 | 0 | — | — | — |
| Private Stores / Query Approved Plans | 0 | 0 | — | — | — |
| Private Stores / Query Notifications State | 0 | 0 | — | — | — |
| Private Stores / Query Offers | 0 | 0 | — | — | — |
| Private Stores / Query User Offers | 0 | 0 | — | — | — |
| Private Stores / Query User Rules | 0 | 0 | — | — | — |
| Private Stores / Request Approvals / Query | 0 | 0 | — | — | — |
| Private Stores / Request Approvals / Withdraw Plan | 0 | 0 | — | — | — |
| Products | 0 | 0 | — | — | — |
| Products / Check User Has Review | 0 | 0 | — | — | — |
| Products / Reviews | 0 | 0 | — | — | — |
| Products / Reviews / Comments | 0 | 0 | — | — | — |
| Products / Reviews / Helpful | 0 | 0 | — | — | — |
| Products / Usermetadata | 0 | 0 | — | — | — |
| Publishers | 0 | 0 | — | — | — |
| Publishers / Offers | 0 | 0 | — | — | — |
| Publishers / Offers / Amendments | 0 | 0 | — | — | — |
| Register | 0 | 0 | — | — | — |
| Search | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Cosmos DB
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Cassandra Clusters | 0 | 0 | — | — | — |
| Database Account Names | 0 | 0 | — | — | — |
| Database Accounts | 0 | 0 | — | — | — |
| Database Accounts / Encryption Scopes | 0 | 0 | — | — | — |
| Fleets | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Mongo Cluster Name Availability | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Mongo Cluster Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Mongo Cluster Operation Results | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Locations / Restorable Database Accounts | 0 | 0 | — | — | — |
| Managed Resources | 0 | 0 | — | — | — |
| Mongo Clusters | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Operations Status | 0 | 0 | — | — | — |
| Restorable Database Accounts | 0 | 0 | — | — | — |
| Throughput Pools | 0 | 0 | — | — | — |
| Throughput Pools / Throughput Pool Accounts | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Auto Scale V Cores | 0 | 0 | — | — | — |
| Capacities | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Capacities | 415 |
| Servers | 48 |
App Compliance Automation for Microsoft 365
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Reports | 1 | 26 | 4 | 16 | 10 |
| Reports / Webhooks | 1 | 4 | 2 | 2 | 2 |
| Reports / Evidences | 1 | 4 | 2 | 4 | 0 |
| Reports / Scoping Configurations | 1 | 2 | 3 | 2 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Get Collection Count | 0 | 0 | — | — | — |
| Get Overview Status | 0 | 0 | — | — | — |
| List In Use Storage Accounts | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Onboard | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Reports / Snapshots | 0 | 0 | — | — | — |
| Reports / Snapshots / Controls | 0 | 0 | — | — | — |
| Trigger Evaluation | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Storage Mover for data migration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Movers / Agents | 1 | 15 | 7 | 8 | 7 |
| Storage Movers / Projects / Job Definitions | 1 | 15 | 3 | 10 | 5 |
| Storage Movers / Connections | 1 | 5 | 2 | 3 | 2 |
| Storage Movers | 1 | 1 | 2 | 1 | 0 |
| Storage Movers / Endpoints | 2 | 1 | 2 | 1 | 0 |
| Storage Movers / Projects | 1 | 1 | 2 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Storage Movers / Projects / Job Definitions / Job Runs | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Elastic SAN block storage
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Elastic Sans / Volume Groups | 2 | 17 | 5 | 11 | 6 |
| Elastic Sans | 1 | 15 | 5 | 9 | 6 |
| Locations | 0 | 0 | — | — | — |
| Locations / Asyncoperations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Elastic Sans | 83 |
App Service certificate management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Certificate Orders | 2 | 26 | 3 | 11 | 15 |
| Certificate Orders / Certificates | 2 | 3 | 2 | 3 | 0 |
| Operations | 0 | 0 | — | — | — |
| Validate Certificate Registration Information | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Database Migration Service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Database Migrations | 1 | 60 | 5 | 24 | 36 |
| Migration Services | 1 | 2 | 2 | 0 | 2 |
| SQL Migration Services | 1 | 2 | 2 | 0 | 2 |
| Locations / Operation Types | 0 | 0 | — | — | — |
| Locations / SQL Migration Service Operation Results | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Migration Service Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Services | 0 | 0 | — | — | — |
| Services / Projects | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Services | 128 |
Digital Twins for IoT modeling
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Digital Twins Instances | 1 | 26 | 5 | 12 | 14 |
| Digital Twins Instances / Endpoints | 1 | 17 | 3 | 12 | 5 |
| Digital Twins Instances / Time Series Database Connections | 1 | 13 | 3 | 9 | 4 |
| Digital Twins Instances / Operation Results | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
SQL Server on Azure Virtual Machines
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| SQL Virtual Machines | 2 | 74 | 5 | 66 | 8 |
| SQL Virtual Machine Groups / Availability Group Listeners | 1 | 12 | 4 | 11 | 1 |
| SQL Virtual Machine Groups | 1 | 11 | 3 | 10 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Types | 0 | 0 | — | — | — |
| Locations / Availability Group Listener Operation Results | 0 | 0 | — | — | — |
| Locations / Register SQL VM Candidate | 0 | 0 | — | — | — |
| Locations / SQL Virtual Machine Group Operation Results | 0 | 0 | — | — | — |
| Locations / SQL Virtual Machine Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Peering Service for ISP connectivity
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Peerings | 3 | 26 | 5 | 20 | 6 |
| Peering Locations | 5 | 16 | 3 | 16 | 0 |
| Peering Services | 2 | 8 | 3 | 5 | 3 |
| Operations | 1 | 8 | 4 | 0 | 8 |
| Peer Asns | 1 | 5 | 3 | 4 | 1 |
| CDN Peering Prefixes | 0 | 0 | — | — | — |
| Check Service Provider Availability | 0 | 0 | — | — | — |
| Legacy Peerings | 0 | 0 | — | — | — |
| Looking Glass | 0 | 0 | — | — | — |
| Peering Service Countries | 0 | 0 | — | — | — |
| Peering Service Locations | 0 | 0 | — | — | — |
| Peering Service Providers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Datadog on Azure (monitoring integration)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Monitors | 3 | 18 | 3 | 15 | 3 |
| Monitors / Monitored Subscriptions | 1 | 10 | 6 | 10 | 0 |
| Monitors / Tag Rules | 1 | 8 | 4 | 8 | 0 |
| Monitors / Single Sign On Configurations | 1 | 2 | 2 | 1 | 1 |
| Agreements | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Monitors / Get Default Key | 0 | 0 | — | — | — |
| Monitors / List API Keys | 0 | 0 | — | — | — |
| Monitors / List Hosts | 0 | 0 | — | — | — |
| Monitors / List Linked Resources | 0 | 0 | — | — | — |
| Monitors / List Monitored Resources | 0 | 0 | — | — | — |
| Monitors / Manage Sre Agent Connectors | 0 | 0 | — | — | — |
| Monitors / Refresh Set Password Link | 0 | 0 | — | — | — |
| Monitors / Set Default Key | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Subscription Statuses | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource quota management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Usages | 7 | 8 | 2 | 4 | 4 |
| Quotas | 1 | 7 | 3 | 3 | 4 |
| Group Quotas | 1 | 1 | 3 | 1 | 0 |
| Group Quotas / Group Operations Status | 0 | 0 | — | — | — |
| Group Quotas / Group Quota Limits | 0 | 0 | — | — | — |
| Group Quotas / Group Quota Operations Status | 0 | 0 | — | — | — |
| Group Quotas / Group Quota Requests | 0 | 0 | — | — | — |
| Group Quotas / Location Settings | 0 | 0 | — | — | — |
| Group Quotas / Location Settings Operations Status | 0 | 0 | — | — | — |
| Group Quotas / Location Usages | 0 | 0 | — | — | — |
| Group Quotas / Quota Allocation Operations Status | 0 | 0 | — | — | — |
| Group Quotas / Quota Allocation Requests | 0 | 0 | — | — | — |
| Group Quotas / Quota Allocations | 0 | 0 | — | — | — |
| Group Quotas / Subscription Requests | 0 | 0 | — | — | — |
| Group Quotas / Subscription Requests Operations Status | 0 | 0 | — | — | — |
| Group Quotas / Subscriptions | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Operations Status | 0 | 0 | — | — | — |
| Quota Requests | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
App Configuration for feature flags and settings
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Configuration Stores | 4 | 26 | 5 | 16 | 10 |
| Configuration Stores / Snapshots | 4 | 15 | 3 | 5 | 10 |
| Operations | 1 | 13 | 4 | 13 | 0 |
| Configuration Stores / Key Values | 4 | 11 | 2 | 3 | 8 |
| Deleted Configuration Stores | 6 | 6 | 1 | 0 | 6 |
| Configuration Stores / Replicas | 6 | 6 | 2 | 1 | 5 |
| Check Name Availability | 0 | 0 | — | — | — |
| Configuration Stores / Event Grid Filters | 0 | 0 | — | — | — |
| Configuration Stores / Experimentation | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Deleted Configuration Stores | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Databricks workspaces
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Workspaces | 3 | 58 | 6 | 31 | 17 |
| Workspaces / Virtual Network Peerings | 4 | 11 | 3 | 7 | 4 |
| Access Connectors | 3 | 7 | 3 | 2 | 5 |
| Locations | 0 | 0 | — | — | — |
| Locations / Get Network Policies | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Workspaces / Db Workspaces | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure AD Connect Health monitoring
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Services | 24 | 24 | 1 | 24 | 0 |
| Addsservices | 24 | 24 | 1 | 24 | 0 |
| Configuration | 21 | 21 | 1 | 21 | 0 |
| Aadsupportcases | 0 | 0 | — | — | — |
| Agents | 0 | 0 | — | — | — |
| Anonymousapiusers | 0 | 0 | — | — | — |
| Logs | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Reports | 0 | 0 | — | — | — |
| Servicehealthmetrics | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Elastic on Azure (Elasticsearch integration)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Monitors | 4 | 35 | 4 | 22 | 13 |
| Monitors / Monitored Subscriptions | 1 | 7 | 6 | 7 | 0 |
| Monitors / Tag Rules | 1 | 5 | 4 | 5 | 0 |
| Monitors / Open AI Integrations | 1 | 5 | 2 | 4 | 1 |
| Check Name Availability | 0 | 0 | — | — | — |
| Elastic Versions | 0 | 0 | — | — | — |
| Get Elastic Organization To Azure Subscription Mapping | 0 | 0 | — | — | — |
| Get Organization API Key | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Event Hubs streaming data ingestion
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces | 4 | 8 | 2 | 6 | 2 |
| Clusters | 3 | 8 | 2 | 3 | 0 |
| Namespaces / Private Endpoint Connections | 2 | 4 | 3 | 4 | 0 |
| Namespaces / Application Groups | 2 | 3 | 2 | 1 | 0 |
| Namespaces / Authorizationrules | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Eventhubs | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Eventhubs / Authorizationrules | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Eventhubs / Consumergroups | 2 | 1 | 1 | 1 | 0 |
| Namespaces / Disasterrecoveryconfigs | 2 | 1 | 1 | 1 | 0 |
| Available Cluster Regions | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Namespace Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Cluster Operation Results | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Namespace Operation Results | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Status | 0 | 0 | — | — | — |
| Namespaces / Disasterrecoveryconfigs / Check Name Availability | 0 | 0 | — | — | — |
| Namespaces / Hobo Configurations | 0 | 0 | — | — | — |
| Namespaces / Network Security Perimeter Association Proxies | 0 | 0 | — | — | — |
| Namespaces / Network Security Perimeter Configurations | 0 | 0 | — | — | — |
| Namespaces / Networkrulesets | 0 | 0 | — | — | — |
| Namespaces / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| SKU | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
App Service domain registration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Domains | 2 | 30 | 4 | 25 | 5 |
| Domains / Domain Ownership Identifiers | 2 | 2 | 2 | 2 | 0 |
| Top Level Domains | 1 | 1 | 1 | 1 | 0 |
| Check Domain Availability | 0 | 0 | — | — | — |
| Generate SSO Request | 0 | 0 | — | — | — |
| List Domain Recommendations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Validate Domain Registration Information | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Managed Applications and solutions
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Applications | 4 | 44 | 4 | 37 | 7 |
| Application Definitions | 1 | 28 | 4 | 25 | 3 |
| Jit Requests | 1 | 14 | 3 | 10 | 4 |
| Operations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure File Sync
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Sync Services / Registered Servers | 1 | 11 | 2 | 11 | 0 |
| Operations | 1 | 11 | 4 | 11 | 0 |
| Storage Sync Services / Sync Groups / Server Endpoints | 1 | 9 | 2 | 9 | 0 |
| Storage Sync Services / Sync Groups / Cloud Endpoints | 1 | 4 | 2 | 4 | 0 |
| Storage Sync Services | 2 | 1 | 2 | 1 | 0 |
| Storage Sync Services / Sync Groups | 1 | 1 | 1 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Workflows | 0 | 0 | — | — | — |
| Storage Sync Services / Workflows | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Device Update for IoT Hub
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts / Private Endpoint Connection Proxies | 1 | 25 | 5 | 17 | 9 |
| Accounts | 2 | 8 | 3 | 1 | 0 |
| Accounts / Instances | 1 | 7 | 3 | 1 | 0 |
| Accounts / Private Endpoint Connections | 1 | 4 | 3 | 3 | 1 |
| Accounts / Private Link Resources | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Accounts | 2 |
Azure Analysis Services (tabular models)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Servers | 1 | 23 | 5 | 15 | 8 |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Servers | 168 |
Azure Backup for data protection
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Backup Instances | 2 | 35 | 5 | 33 | 2 |
| Backup Vaults | 3 | 16 | 5 | 13 | 3 |
| Resource Guards | 2 | 6 | 3 | 2 | 4 |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Feature Support | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Cross Region Restore | 0 | 0 | — | — | — |
| Locations / Deleted Vaults | 0 | 0 | — | — | — |
| Locations / Fetch Cross Region Restore Job | 0 | 0 | — | — | — |
| Locations / Fetch Cross Region Restore Jobs | 0 | 0 | — | — | — |
| Locations / Fetch Secondary Recovery Points | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Status | 0 | 0 | — | — | — |
| Locations / Validate Cross Region Restore | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Unified alert management across Azure Monitor
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Smart Detector Alert Rules | 1 | 26 | 4 | 18 | 8 |
| Prometheus Rule Groups | 1 | 17 | 4 | 17 | 0 |
| Action Rules | 1 | 9 | 4 | 9 | 0 |
| Alerts Meta Data | 1 | 1 | 1 | 1 | 0 |
| Alert Rule Recommendations | 0 | 0 | — | — | — |
| Alerts | 0 | 0 | — | — | — |
| Alerts Summary | 0 | 0 | — | — | — |
| Issues | 0 | 0 | — | — | — |
| Migrate From Smart Detection | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Previewalertrule | 0 | 0 | — | — | — |
| Smart Groups | 0 | 0 | — | — | — |
| Tenant Activity Log Alerts | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Microsoft Purview data governance
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 2 | 33 | 5 | 12 | 21 |
| Operations | 1 | 17 | 4 | 17 | 0 |
| Accounts / Kafka Configurations | 1 | 12 | 3 | 8 | 4 |
| Check Name Availability | 0 | 0 | — | — | — |
| Get Default Account | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / List Features | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Policies | 0 | 0 | — | — | — |
| Remove Default Account | 0 | 0 | — | — | — |
| Set Default Account | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Savings plans and reservation benefits
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Applicable Conditional Credits | 0 | 0 | — | — | — |
| Applicable Contributors | 0 | 0 | — | — | — |
| Applicable Credits | 0 | 0 | — | — | — |
| Applicable Discounts | 0 | 0 | — | — | — |
| Applicable Maccs | 0 | 0 | — | — | — |
| Calculate Migration Cost | 0 | 0 | — | — | — |
| Conditional Credits | 0 | 0 | — | — | — |
| Credits | 0 | 0 | — | — | — |
| Credits / Sources | 0 | 0 | — | — | — |
| Discounts | 0 | 0 | — | — | — |
| Free Services | 0 | 0 | — | — | — |
| Incentive Schedules | 0 | 0 | — | — | — |
| Incentive Schedules / Milestones | 0 | 0 | — | — | — |
| List Seller Resources | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Maccs | 0 | 0 | — | — | — |
| Maccs / Contributors | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Reservation Order Aliases | 0 | 0 | — | — | — |
| Savings Plan Order Aliases | 0 | 0 | — | — | — |
| Savings Plan Orders | 0 | 0 | — | — | — |
| Savings Plan Orders / Return | 0 | 0 | — | — | — |
| Savings Plan Orders / Savings Plans | 0 | 0 | — | — | — |
| Savings Plans | 0 | 0 | — | — | — |
| Validate | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Service Linker for connection configuration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Linkers | 2 | 21 | 5 | 18 | 3 |
| Locations / Connectors | 2 | 21 | 5 | 18 | 3 |
| Dryruns | 1 | 6 | 3 | 5 | 1 |
| Locations / Dryruns | 1 | 6 | 3 | 5 | 1 |
| Configuration Names | 0 | 0 | — | — | — |
| Dapr Configurations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Data Transfer service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Connections / Flows | 3 | 32 | 3 | 30 | 2 |
| Connections | 2 | 18 | 3 | 14 | 4 |
| Pipelines | 2 | 15 | 6 | 12 | 3 |
| List Approved Schemas | 0 | 0 | — | — | — |
| List Flow Profiles | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Pipelines / Flow Profiles | 0 | 0 | — | — | — |
| Validate Schema | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Role-based access control and Azure Policy
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Deny Assignments | 14 | 21 | 2 | 17 | 4 |
| Role Definitions | 4 | 15 | 3 | 8 | 7 |
| Role Assignments | 12 | 12 | 1 | 7 | 5 |
| Enable Private Link Network Access | 0 | 0 | — | — | — |
| Migrate RBAC | 0 | 0 | — | — | — |
| Migrate RBAC / Operation Statuses | 0 | 0 | — | — | — |
| Access Review History Definitions | 0 | 0 | — | — | — |
| Access Review Schedule Definitions | 0 | 0 | — | — | — |
| Access Review Schedule Settings | 0 | 0 | — | — | — |
| Acquire Policy Token | 0 | 0 | — | — | — |
| Batch Resource Check Access | 0 | 0 | — | — | — |
| Check Access | 0 | 0 | — | — | — |
| Classic Administrators | 0 | 0 | — | — | — |
| Data Aliases | 0 | 0 | — | — | — |
| Data Policy Manifests | 0 | 0 | — | — | — |
| Diagnostic Settings | 0 | 0 | — | — | — |
| Diagnostic Settings Categories | 0 | 0 | — | — | — |
| Elevate Access | 0 | 0 | — | — | — |
| Eligible Child Resources | 0 | 0 | — | — | — |
| Find Orphan Role Assignments | 0 | 0 | — | — | — |
| List Policy Definition Versions | 0 | 0 | — | — | — |
| List Policy Set Definition Versions | 0 | 0 | — | — | — |
| Locks | 0 | 0 | — | — | — |
| Operation Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Permissions | 0 | 0 | — | — | — |
| Policy Assignments | 0 | 0 | — | — | — |
| Policy Definitions | 0 | 0 | — | — | — |
| Policy Definitions / Versions | 0 | 0 | — | — | — |
| Policy Enrollments | 0 | 0 | — | — | — |
| Policy Exemptions | 0 | 0 | — | — | — |
| Policy Set Definitions | 0 | 0 | — | — | — |
| Policy Set Definitions / Versions | 0 | 0 | — | — | — |
| Private Link Associations | 0 | 0 | — | — | — |
| Provider Operations | 0 | 0 | — | — | — |
| Resource Management Private Links | 0 | 0 | — | — | — |
| Role Assignment Approvals | 0 | 0 | — | — | — |
| Role Assignment Schedule Instances | 0 | 0 | — | — | — |
| Role Assignment Schedule Requests | 0 | 0 | — | — | — |
| Role Assignment Schedules | 0 | 0 | — | — | — |
| Role Assignments Usage Metrics | 0 | 0 | — | — | — |
| Role Eligibility Schedule Instances | 0 | 0 | — | — | — |
| Role Eligibility Schedule Requests | 0 | 0 | — | — | — |
| Role Eligibility Schedules | 0 | 0 | — | — | — |
| Role Management Alert Configurations | 0 | 0 | — | — | — |
| Role Management Alert Definitions | 0 | 0 | — | — | — |
| Role Management Alert Operations | 0 | 0 | — | — | — |
| Role Management Alerts | 0 | 0 | — | — | — |
| Role Management Policies | 0 | 0 | — | — | — |
| Role Management Policy Assignments | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Database performance watcher
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Watchers | 2 | 7 | 3 | 7 | 0 |
| Watchers / Targets | 1 | 5 | 3 | 5 | 0 |
| Watchers / Shared Private Link Resources | 1 | 4 | 2 | 4 | 0 |
| Watchers / Alert Rule Resources | 1 | 4 | 2 | 4 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Watchers / Health Validations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Relay hybrid connections
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Namespaces | 2 | 10 | 5 | 3 | 7 |
| Namespaces / Wcfrelays | 2 | 8 | 2 | 3 | 5 |
| Namespaces / Hybridconnections | 2 | 6 | 2 | 2 | 4 |
| Namespaces / Private Endpoint Connections | 2 | 3 | 3 | 2 | 1 |
| Namespaces / Authorizationrules | 2 | 1 | 2 | 0 | 1 |
| Namespaces / Hybridconnections / Authorizationrules | 2 | 1 | 2 | 0 | 1 |
| Namespaces / Wcfrelays / Authorizationrules | 2 | 1 | 2 | 0 | 1 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Namespace Operation Results | 0 | 0 | — | — | — |
| Namespaces / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Stack bridge and registration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Cloud Manifest Files | 2 | 5 | 3 | 5 | 0 |
| Registrations | 3 | 3 | 1 | 3 | 0 |
| Generate Deployment License | 0 | 0 | — | — | — |
| Linked Subscriptions | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registrations / Customer Subscriptions | 0 | 0 | — | — | — |
| Registrations / Products | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Database for MySQL
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Assess For Migration | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Flexible Servers | 0 | 0 | — | — | — |
| Get Private DNS Zone Suffix | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Administrator Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Administrator Operation Results | 0 | 0 | — | — | — |
| Locations / Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Capability Sets | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Check Virtual Network Subnet Usage | 0 | 0 | — | — | — |
| Locations / List Migrations | 0 | 0 | — | — | — |
| Locations / Operation Progress | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Performance Tiers | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Operation Results | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Operation Results | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Operation Results | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Server Key Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Key Operation Results | 0 | 0 | — | — | — |
| Locations / Update Migration | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Servers | 0 | 0 | — | — | — |
| Servers / Advisors | 0 | 0 | — | — | — |
| Servers / Keys | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connections | 0 | 0 | — | — | — |
| Servers / Private Link Resources | 0 | 0 | — | — | — |
| Servers / Query Texts | 0 | 0 | — | — | — |
| Servers / Recoverable Servers | 0 | 0 | — | — | — |
| Servers / Reset Query Performance Insight Data | 0 | 0 | — | — | — |
| Servers / Top Query Statistics | 0 | 0 | — | — | — |
| Servers / Upgrade | 0 | 0 | — | — | — |
| Servers / Virtual Network Rules | 0 | 0 | — | — | — |
| Servers / Wait Statistics | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Management groups for subscription hierarchy
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Management Groups | 4 | 14 | 4 | 3 | 11 |
| Check Name Availability | 0 | 0 | — | — | — |
| Get Entities | 0 | 0 | — | — | — |
| Management Groups / Settings | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operation Results / Async Operation | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Service Groups | 0 | 0 | — | — | — |
| Start Tenant Backfill | 0 | 0 | — | — | — |
| Tenant Backfill Status | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Orbital Ground Station
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Globalcommunicationssites | 4 | 4 | 2 | 2 | 2 |
| Groundstations | 1 | 1 | 1 | 1 | 0 |
| Edgesites | 1 | 1 | 1 | 1 | 0 |
| L2connections | 1 | 1 | 1 | 1 | 0 |
| Geo Catalogs | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Lighthouse delegated management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Registration Definitions | 6 | 25 | 5 | 18 | 7 |
| Marketplace Registration Definitions | 6 | 15 | 4 | 15 | 0 |
| Registration Assignments | 5 | 13 | 4 | 1 | 5 |
| Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Guest configuration for Azure Policy
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Guest Configuration Assignments | 2 | 40 | 5 | 10 | 30 |
| Operations | 1 | 1 | 1 | 1 | 0 |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Chaos Studio fault injection testing
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Experiments | 2 | 4 | 5 | 4 | 0 |
| Targets | 2 | 1 | 1 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Target Types | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Accesses | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure AI Search (formerly Cognitive Search)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Search Services | 3 | 22 | 5 | 17 | 5 |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Service Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Offerings | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Health Metadata | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Communication Services (chat, SMS, voice)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Email Services / Domains | 1 | 8 | 4 | 0 | 8 |
| Communication Services | 2 | 6 | 2 | 2 | 4 |
| Email Services / Domains / Suppression Lists / Suppression List Addresses | 1 | 6 | 2 | 4 | 2 |
| Email Services / Domains / Suppression Lists | 1 | 4 | 2 | 1 | 3 |
| Communication Services / Smtp Usernames | 1 | 3 | 2 | 3 | 0 |
| Email Services / Domains / Sender Usernames | 1 | 3 | 2 | 2 | 1 |
| Email Services | 1 | 1 | 2 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Communication Services / Event Grid Filters | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Managed Grafana dashboards
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Grafana | 5 | 27 | 4 | 24 | 3 |
| Grafana / Managed Private Endpoints | 1 | 7 | 3 | 5 | 2 |
| Grafana / Integration Fabrics | 1 | 3 | 2 | 3 | 0 |
| Grafana / Private Endpoint Connections | 1 | 1 | 2 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Dashboards | 0 | 0 | — | — | — |
| Dashboards / Dashboard Definitions | 0 | 0 | — | — | — |
| Grafana / Private Link Resources | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Policy compliance and attestations
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Remediations | 5 | 19 | 3 | 8 | 11 |
| Attestations | 2 | 12 | 3 | 10 | 2 |
| Async Operation Results | 0 | 0 | — | — | — |
| Check Policy Restrictions | 0 | 0 | — | — | — |
| Component Policy States | 0 | 0 | — | — | — |
| Derive Policy Properties | 0 | 0 | — | — | — |
| Event Grid Filters | 0 | 0 | — | — | — |
| Generate Policy Rule If | 0 | 0 | — | — | — |
| Handle Policy Copilot Request | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Policy Events | 0 | 0 | — | — | — |
| Policy Metadata | 0 | 0 | — | — | — |
| Policy States | 0 | 0 | — | — | — |
| Policy Tracked Resources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Database for PostgreSQL
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Available Engine Versions | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Flexible Servers | 0 | 0 | — | — | — |
| Flexible Servers / Migrations | 0 | 0 | — | — | — |
| Get Private DNS Zone Suffix | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Administrator Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Administrator Operation Results | 0 | 0 | — | — | — |
| Locations / Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Capabilities | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Check Virtual Network Subnet Usage | 0 | 0 | — | — | — |
| Locations / Get Auto Migration Free Slots | 0 | 0 | — | — | — |
| Locations / Get Cached Server Name | 0 | 0 | — | — | — |
| Locations / Get Latest Auto Migration Schedule | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Performance Tiers | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Operation Results | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Operation Results | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Operation Results | 0 | 0 | — | — | — |
| Locations / Resource Type | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Server Key Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Key Operation Results | 0 | 0 | — | — | — |
| Locations / Update Auto Migration Schedule | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Server Groupsv2 | 0 | 0 | — | — | — |
| Servers | 0 | 0 | — | — | — |
| Servers / Advisors | 0 | 0 | — | — | — |
| Servers / Keys | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connections | 0 | 0 | — | — | — |
| Servers / Private Link Resources | 0 | 0 | — | — | — |
| Servers / Query Texts | 0 | 0 | — | — | — |
| Servers / Recoverable Servers | 0 | 0 | — | — | — |
| Servers / Reset Query Performance Insight Data | 0 | 0 | — | — | — |
| Servers / Top Query Statistics | 0 | 0 | — | — | — |
| Servers / Virtual Network Rules | 0 | 0 | — | — | — |
| Servers / Wait Statistics | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Off-Azure discovery and assessment
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Hyper V Sites | 0 | 0 | — | — | — |
| Import Sites | 0 | 0 | — | — | — |
| Master Sites | 0 | 0 | — | — | — |
| Master Sites / SQL Sites | 0 | 0 | — | — | — |
| Server Sites | 0 | 0 | — | — | — |
| V Mware Sites | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Maintenance schedules for Azure resources
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Maintenance Configurations | 3 | 22 | 4 | 19 | 3 |
| Configuration Assignments | 2 | 12 | 4 | 9 | 3 |
| Apply Updates | 3 | 3 | 1 | 3 | 0 |
| Maintenance Configurations / Event Grid Filters | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Public Maintenance Configurations | 0 | 0 | — | — | — |
| Updates | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Microsoft Defender for Cloud
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Private Links | 1 | 1 | 2 | 1 | 0 |
| Auto Provisioning Settings | 0 | 0 | — | — | — |
| Compliances | 0 | 0 | — | — | — |
| Information Protection Policies | 0 | 0 | — | — | — |
| Mde Onboardings | 0 | 0 | — | — | — |
| Advanced Threat Protection Settings | 0 | 0 | — | — | — |
| Aggregations | 0 | 0 | — | — | — |
| Alerts | 0 | 0 | — | — | — |
| Alerts Suppression Rules | 0 | 0 | — | — | — |
| Allowed Connections | 0 | 0 | — | — | — |
| API Collections | 0 | 0 | — | — | — |
| Applications | 0 | 0 | — | — | — |
| Assessment Metadata | 0 | 0 | — | — | — |
| Assessments | 0 | 0 | — | — | — |
| Assessments / Governance Assignments | 0 | 0 | — | — | — |
| Assignments | 0 | 0 | — | — | — |
| Auto Dismiss Alerts Rules | 0 | 0 | — | — | — |
| Automations | 0 | 0 | — | — | — |
| Compliance Results | 0 | 0 | — | — | — |
| Custom Assessment Automations | 0 | 0 | — | — | — |
| Custom Recommendations | 0 | 0 | — | — | — |
| Data Collection Agents | 0 | 0 | — | — | — |
| Data Scanners | 0 | 0 | — | — | — |
| Defender For Storage Settings | 0 | 0 | — | — | — |
| Device Security Groups | 0 | 0 | — | — | — |
| Discovered Security Solutions | 0 | 0 | — | — | — |
| External Security Solutions | 0 | 0 | — | — | — |
| Governance Rules | 0 | 0 | — | — | — |
| Health Reports | 0 | 0 | — | — | — |
| Integrations | 0 | 0 | — | — | — |
| IOT Security Solutions | 0 | 0 | — | — | — |
| IOT Security Solutions / Analytics Models | 0 | 0 | — | — | — |
| IOT Security Solutions / Analytics Models / Aggregated Alerts | 0 | 0 | — | — | — |
| IOT Security Solutions / Analytics Models / Aggregated Recommendations | 0 | 0 | — | — | — |
| IOT Security Solutions / IOT Alert Types | 0 | 0 | — | — | — |
| IOT Security Solutions / IOT Alerts | 0 | 0 | — | — | — |
| IOT Security Solutions / IOT Recommendation Types | 0 | 0 | — | — | — |
| IOT Security Solutions / IOT Recommendations | 0 | 0 | — | — | — |
| Jit Network Access Policies | 0 | 0 | — | — | — |
| Jit Policies | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Alerts | 0 | 0 | — | — | — |
| Locations / Allowed Connections | 0 | 0 | — | — | — |
| Locations / Discovered Security Solutions | 0 | 0 | — | — | — |
| Locations / External Security Solutions | 0 | 0 | — | — | — |
| Locations / Jit Network Access Policies | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Security Solutions | 0 | 0 | — | — | — |
| Locations / Security Solutions Reference Data | 0 | 0 | — | — | — |
| Locations / Tasks | 0 | 0 | — | — | — |
| Locations / Topologies | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Policies | 0 | 0 | — | — | — |
| Pricings | 0 | 0 | — | — | — |
| Pricings / Security Operators | 0 | 0 | — | — | — |
| Private Links / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Private Links / Private Endpoint Connection Proxies / Validate | 0 | 0 | — | — | — |
| Private Links / Private Endpoint Connections | 0 | 0 | — | — | — |
| Private Links / Private Link Resources | 0 | 0 | — | — | — |
| Query | 0 | 0 | — | — | — |
| Regulatory Compliance Standards | 0 | 0 | — | — | — |
| Regulatory Compliance Standards / Regulatory Compliance Controls | 0 | 0 | — | — | — |
| Regulatory Compliance Standards / Regulatory Compliance Controls / Regulatory Compliance Assessments | 0 | 0 | — | — | — |
| Secure Score Control Definitions | 0 | 0 | — | — | — |
| Secure Score Controls | 0 | 0 | — | — | — |
| Secure Scores | 0 | 0 | — | — | — |
| Secure Scores / Secure Score Controls | 0 | 0 | — | — | — |
| Security Connectors | 0 | 0 | — | — | — |
| Security Connectors / DevOps | 0 | 0 | — | — | — |
| Security Contacts | 0 | 0 | — | — | — |
| Security Operators | 0 | 0 | — | — | — |
| Security Solutions | 0 | 0 | — | — | — |
| Security Solutions Reference Data | 0 | 0 | — | — | — |
| Security Standards | 0 | 0 | — | — | — |
| Security Statuses | 0 | 0 | — | — | — |
| Security Statuses Summaries | 0 | 0 | — | — | — |
| Sensitivity Settings | 0 | 0 | — | — | — |
| Server Vulnerability Assessments | 0 | 0 | — | — | — |
| Server Vulnerability Assessments Settings | 0 | 0 | — | — | — |
| Settings | 0 | 0 | — | — | — |
| SQL Vulnerability Assessments | 0 | 0 | — | — | — |
| Standard Assignments | 0 | 0 | — | — | — |
| Standards | 0 | 0 | — | — | — |
| Sub Assessments | 0 | 0 | — | — | — |
| Tasks | 0 | 0 | — | — | — |
| Topologies | 0 | 0 | — | — | — |
| Trusted Ips | 0 | 0 | — | — | — |
| VM Scanners | 0 | 0 | — | — | — |
| Workspace Settings | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Standby pools for pre-provisioned instances
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Standby Container Group Pools | 1 | 6 | 4 | 6 | 0 |
| Standby Virtual Machine Pools | 1 | 5 | 4 | 5 | 0 |
| Operations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Standby Container Group Pools / Runtime Views | 0 | 0 | — | — | — |
| Standby Virtual Machine Pools / Runtime Views | 0 | 0 | — | — | — |
| Standby Virtual Machine Pools / Standby Virtual Machines | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Subscription lifecycle management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Aliases | 1 | 7 | 3 | 7 | 0 |
| Create Subscription | 0 | 0 | — | — | — |
| Subscription Definitions | 0 | 0 | — | — | — |
| Subscription Operations | 0 | 0 | — | — | — |
| Accept Change Tenant | 0 | 0 | — | — | — |
| Accept Ownership | 0 | 0 | — | — | — |
| Accept Ownership Status | 0 | 0 | — | — | — |
| Cancel | 0 | 0 | — | — | — |
| Change Tenant Request | 0 | 0 | — | — | — |
| Change Tenant Status | 0 | 0 | — | — | — |
| Directories | 0 | 0 | — | — | — |
| Enable | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Policies | 0 | 0 | — | — | — |
| Rename | 0 | 0 | — | — | — |
| Subscriptions | 0 | 0 | — | — | — |
| Support Plans | 0 | 0 | — | — | — |
| Transfers | 0 | 0 | — | — | — |
| Validate Cancel | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Advisor optimization recommendations
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Configurations | 1 | 9 | 3 | 9 | 0 |
| Suppressions | 1 | 3 | 2 | 2 | 1 |
| Advisor Score | 0 | 0 | — | — | — |
| Assessment Types | 0 | 0 | — | — | — |
| Assessments | 0 | 0 | — | — | — |
| Critical Resources | 0 | 0 | — | — | — |
| Generate Recommendations | 0 | 0 | — | — | — |
| Metadata | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Predict | 0 | 0 | — | — | — |
| Recommendations | 0 | 0 | — | — | — |
| Resiliency Reviews | 0 | 0 | — | — | — |
| Risk Types | 0 | 0 | — | — | — |
| Risks | 0 | 0 | — | — | — |
| Triage Recommendations | 0 | 0 | — | — | — |
| Triage Resources | 0 | 0 | — | — | — |
| Workloads | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Tasks | 2 | 6 | 5 | 4 | 2 |
| Locations | 0 | 0 | — | — | — |
| Locations / Asyncoperations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Storage Tasks / Reports | 0 | 0 | — | — | — |
| Storage Tasks / Storage Task Assignments | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
BareMetal Infrastructure instances
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Bare Metal Storage Instances | 2 | 9 | 4 | 9 | 0 |
| Bare Metal Instances | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Edge marketplace extensions
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Offers | 5 | 37 | 3 | 37 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Publishers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
API Center for API inventory and governance
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Deleted Services | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Services | 0 | 0 | — | — | — |
| Services / Event Grid Filters | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Hybrid connectivity endpoints for Arc agents, SSH, and multi-cloud discovery
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Solution Types | 4 | 9 | 2 | 9 | 0 |
| Public Cloud Connectors | 1 | 4 | 3 | 3 | 1 |
| Solution Configurations | 1 | 3 | 2 | 1 | 2 |
| Endpoints | 1 | 2 | 2 | 1 | 1 |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Generate Aws Template | 0 | 0 | — | — | — |
| Generate Gcp Template | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Dedicated HSM and Managed HSM
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Cloud HSM Clusters | 3 | 7 | 4 | 5 | 2 |
| Locations | 0 | 0 | — | — | — |
| Locations / Cloud HSM Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Red Hat OpenShift
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Open Shift Clusters | 2 | 23 | 5 | 19 | 4 |
| Locations | 0 | 0 | — | — | — |
| Locations / Openshiftversions | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationsstatus | 0 | 0 | — | — | — |
| Locations / Platformworkloadidentityrolesets | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure help and diagnostics
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Diagnostics | 1 | 13 | 4 | 8 | 5 |
| Self Help | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Discover Solutions | 0 | 0 | — | — | — |
| Discovery Solutions | 0 | 0 | — | — | — |
| Monitor Insights | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Plugins | 0 | 0 | — | — | — |
| Simplified Solutions | 0 | 0 | — | — | — |
| Smart Diagnostics | 0 | 0 | — | — | — |
| Solutions | 0 | 0 | — | — | — |
| Troubleshooters | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Maps geospatial services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Operations | 1 | 19 | 4 | 19 | 0 |
| Accounts | 5 | 6 | 4 | 3 | 3 |
| Accounts / Creators | 2 | 2 | 2 | 1 | 1 |
| Accounts / Event Grid Filters | 0 | 0 | — | — | — |
| Accounts / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Accounts / Private Endpoint Connections | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operation Statuses | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Load Testing
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Loadtests | 2 | 4 | 4 | 3 | 1 |
| Playwright Workspaces | 1 | 4 | 2 | 2 | 2 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Quotas | 0 | 0 | — | — | — |
| Locations / Playwright Quotas | 0 | 0 | — | — | — |
| Playwright Workspaces / Quotas | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Load Test Mappings | 0 | 0 | — | — | — |
| Load Test Profile Mappings | 0 | 0 | — | — | — |
| Loadtests / Limits | 0 | 0 | — | — | — |
| Loadtests / Outbound Network Dependencies Endpoints | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Health Bot for healthcare virtual assistants
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Health Bots | 3 | 10 | 3 | 5 | 5 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Managed DevOps Infrastructure (agent pools)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Pools | 2 | 6 | 4 | 6 | 0 |
| Locations / Skus | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Images | 0 | 0 | — | — | — |
| Images / Versions | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Pools / Resources | 0 | 0 | — | — | — |
| Skus | 0 | 0 | — | — | — |
| Usages | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Cost Management and billing optimization
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Alerts | 0 | 0 | — | — | — |
| Benefit Recommendations | 0 | 0 | — | — | — |
| Benefit Utilization Summaries | 0 | 0 | — | — | — |
| Benefit Utilization Summaries Operation Results | 0 | 0 | — | — | — |
| Billing Accounts | 0 | 0 | — | — | — |
| Budgets | 0 | 0 | — | — | — |
| Calculate Cost | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Cost Details Operation Results | 0 | 0 | — | — | — |
| Departments | 0 | 0 | — | — | — |
| Dimensions | 0 | 0 | — | — | — |
| Enrollment Accounts | 0 | 0 | — | — | — |
| Exports | 0 | 0 | — | — | — |
| Forecast | 0 | 0 | — | — | — |
| Generate Benefit Utilization Summaries Report | 0 | 0 | — | — | — |
| Generate Cost Details Report | 0 | 0 | — | — | — |
| Generate Detailed Cost Report | 0 | 0 | — | — | — |
| Generate Reservation Details Report | 0 | 0 | — | — | — |
| Insights | 0 | 0 | — | — | — |
| Markup Rules | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operation Status | 0 | 0 | — | — | — |
| Pricesheets | 0 | 0 | — | — | — |
| Pricesheets Operation Results | 0 | 0 | — | — | — |
| Pricesheets Operation Status | 0 | 0 | — | — | — |
| Publish | 0 | 0 | — | — | — |
| Query | 0 | 0 | — | — | — |
| Reportconfigs | 0 | 0 | — | — | — |
| Reports | 0 | 0 | — | — | — |
| Reservation Details Operation Results | 0 | 0 | — | — | — |
| Scheduled Actions | 0 | 0 | — | — | — |
| Send Message | 0 | 0 | — | — | — |
| Settings | 0 | 0 | — | — | — |
| Start Conversation | 0 | 0 | — | — | — |
| Views | 0 | 0 | — | — | — |
| Calculate Price | 0 | 0 | — | — | — |
| Cost Allocation Rules | 0 | 0 | — | — | — |
| Fetch Marketplace Prices | 0 | 0 | — | — | — |
| Fetch Microsoft Prices | 0 | 0 | — | — | — |
| Fetch Prices | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Database for MariaDB
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Performance Tiers | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Operation Results | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Private Endpoint Connection Proxy Operation Results | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Recommended Action Sessions Operation Results | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Security Alert Policies Operation Results | 0 | 0 | — | — | — |
| Locations / Server Key Azure Async Operation | 0 | 0 | — | — | — |
| Locations / Server Key Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Servers | 0 | 0 | — | — | — |
| Servers / Advisors | 0 | 0 | — | — | — |
| Servers / Keys | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Servers / Private Endpoint Connections | 0 | 0 | — | — | — |
| Servers / Private Link Resources | 0 | 0 | — | — | — |
| Servers / Query Texts | 0 | 0 | — | — | — |
| Servers / Recoverable Servers | 0 | 0 | — | — | — |
| Servers / Reset Query Performance Insight Data | 0 | 0 | — | — | — |
| Servers / Start | 0 | 0 | — | — | — |
| Servers / Stop | 0 | 0 | — | — | — |
| Servers / Top Query Statistics | 0 | 0 | — | — | — |
| Servers / Virtual Network Rules | 0 | 0 | — | — | — |
| Servers / Wait Statistics | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Operator voice services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Operations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Fluid Relay real-time collaboration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Fluid Relay Servers | 3 | 13 | 5 | 6 | 6 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Fluid Relay Servers / Fluid Relay Containers | 0 | 0 | — | — | — |
| Fluid Relay Servers / Private Endpoint Connections | 0 | 0 | — | — | — |
| Fluid Relay Servers / Private Link Resources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Kubernetes runtime services on Arc
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Classes | 1 | 4 | 3 | 4 | 0 |
| Load Balancers | 1 | 3 | 2 | 3 | 0 |
| BGP Peers | 1 | 3 | 2 | 3 | 0 |
| Bfd Profiles | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Services | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Reservations for cost savings
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Applied Reservations | 0 | 0 | — | — | — |
| Calculate Exchange | 0 | 0 | — | — | — |
| Calculate Price | 0 | 0 | — | — | — |
| Calculate Purchase Price | 0 | 0 | — | — | — |
| Catalogs | 0 | 0 | — | — | — |
| Check Benefit Scopes | 0 | 0 | — | — | — |
| Check Offers | 0 | 0 | — | — | — |
| Check Purchase Status | 0 | 0 | — | — | — |
| Check Scopes | 0 | 0 | — | — | — |
| Commercial Reservation Orders | 0 | 0 | — | — | — |
| Exchange | 0 | 0 | — | — | — |
| List Skus | 0 | 0 | — | — | — |
| Listbenefits | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Own Reservations | 0 | 0 | — | — | — |
| Place Purchase Order | 0 | 0 | — | — | — |
| Reservation Orders | 0 | 0 | — | — | — |
| Reservation Orders / Available Scopes | 0 | 0 | — | — | — |
| Reservation Orders / Calculate Refund | 0 | 0 | — | — | — |
| Reservation Orders / Change Directory | 0 | 0 | — | — | — |
| Reservation Orders / Merge | 0 | 0 | — | — | — |
| Reservation Orders / Reservations | 0 | 0 | — | — | — |
| Reservation Orders / Reservations / Available Scopes | 0 | 0 | — | — | — |
| Reservation Orders / Reservations / Revisions | 0 | 0 | — | — | — |
| Reservation Orders / Return | 0 | 0 | — | — | — |
| Reservation Orders / Split | 0 | 0 | — | — | — |
| Reservation Orders / Swap | 0 | 0 | — | — | — |
| Reservations | 0 | 0 | — | — | — |
| Resource Providers | 0 | 0 | — | — | — |
| Resource Providers / Locations | 0 | 0 | — | — | — |
| Resource Providers / Locations / Service Limits | 0 | 0 | — | — | — |
| Resource Providers / Locations / Service Limits Requests | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Validate Reservation Order | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Attestation for TEE verification
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Attestation Providers | 3 | 21 | 4 | 21 | 0 |
| Operations | 1 | 2 | 3 | 2 | 0 |
| Default Providers | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Default Provider | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Capabilities | 0 | 0 | — | — | — |
| Check Storage Account Availability | 0 | 0 | — | — | — |
| Disks | 0 | 0 | — | — | — |
| Images | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Os Images | 0 | 0 | — | — | — |
| Os Platform Images | 0 | 0 | — | — | — |
| Public Images | 0 | 0 | — | — | — |
| Quotas | 0 | 0 | — | — | — |
| Storage Accounts | 0 | 0 | — | — | — |
| Storage Accounts / Blob Services | 0 | 0 | — | — | — |
| Storage Accounts / File Services | 0 | 0 | — | — | — |
| Storage Accounts / Metric Definitions | 0 | 0 | — | — | — |
| Storage Accounts / Metrics | 0 | 0 | — | — | — |
| Storage Accounts / Queue Services | 0 | 0 | — | — | — |
| Storage Accounts / Services | 0 | 0 | — | — | — |
| Storage Accounts / Services / Diagnostic Settings | 0 | 0 | — | — | — |
| Storage Accounts / Services / Metric Definitions | 0 | 0 | — | — | — |
| Storage Accounts / Services / Metrics | 0 | 0 | — | — | — |
| Storage Accounts / Table Services | 0 | 0 | — | — | — |
| Storage Accounts / VM Images | 0 | 0 | — | — | — |
| VM Images | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Trusted Signing (code signing service)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Code Signing Accounts / Certificate Profiles | 1 | 17 | 4 | 17 | 0 |
| Code Signing Accounts | 1 | 1 | 3 | 0 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Automanage for VM best practices
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Configuration Profile Assignments | 3 | 3 | 2 | 1 | 2 |
| Service Principals | 2 | 2 | 1 | 0 | 2 |
| Best Practices | 0 | 0 | — | — | — |
| Best Practices / Versions | 0 | 0 | — | — | — |
| Configuration Profiles | 0 | 0 | — | — | — |
| Configuration Profiles / Versions | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Defender for IoT firmware analysis
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Workspaces | 0 | 0 | — | — | — |
| Workspaces / Firmwares | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Binary Hardening Results | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Common Vulnerabilities And Exposures | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Crypto Certificates | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Crypto Keys | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Cves | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Password Hashes | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Sbom Components | 0 | 0 | — | — | — |
| Workspaces / Firmwares / Summaries | 0 | 0 | — | — | — |
| Workspaces / Usage Metrics | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Workspaces | 1 |
Azure Arc-enabled VMware vSphere
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| V Centers | 0 | 0 | — | — | — |
| Clusters | 0 | 0 | — | — | — |
| Datastores | 0 | 0 | — | — | — |
| Hosts | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resourcepools | 0 | 0 | — | — | — |
| Vcenters / Inventoryitems | 0 | 0 | — | — | — |
| Virtualmachineinstances | 0 | 0 | — | — | — |
| Virtualmachines | 0 | 0 | — | — | — |
| Virtualmachines / Extensions | 0 | 0 | — | — | — |
| Virtualmachines / Guestagents | 0 | 0 | — | — | — |
| Virtualmachines / Hybrididentitymetadata | 0 | 0 | — | — | — |
| Virtualmachinetemplates | 0 | 0 | — | — | — |
| Virtualnetworks | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Capabilities | 0 | 0 | — | — | — |
| Express Route Cross Connections | 0 | 0 | — | — | — |
| Express Route Cross Connections / Peerings | 0 | 0 | — | — | — |
| Gateway Supported Devices | 0 | 0 | — | — | — |
| Network Security Groups | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Quotas | 0 | 0 | — | — | — |
| Reserved Ips | 0 | 0 | — | — | — |
| Virtual Networks | 0 | 0 | — | — | — |
| Virtual Networks / Remote Virtual Network Peering Proxies | 0 | 0 | — | — | — |
| Virtual Networks / Virtual Network Peerings | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Scheduled compute operations
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Operations | 0 | 0 | — | — | — |
| Location | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Notifications | 0 | 0 | — | — | — |
| Locations / Regional Notifications | 0 | 0 | — | — | — |
| Locations / Virtual Machines Cancel Operations | 0 | 0 | — | — | — |
| Locations / Virtual Machines Execute Create | 0 | 0 | — | — | — |
| Locations / Virtual Machines Execute Deallocate | 0 | 0 | — | — | — |
| Locations / Virtual Machines Execute Delete | 0 | 0 | — | — | — |
| Locations / Virtual Machines Execute Hibernate | 0 | 0 | — | — | — |
| Locations / Virtual Machines Execute Start | 0 | 0 | — | — | — |
| Locations / Virtual Machines Get Operation Errors | 0 | 0 | — | — | — |
| Locations / Virtual Machines Get Operation Status | 0 | 0 | — | — | — |
| Locations / Virtual Machines Submit Deallocate | 0 | 0 | — | — | — |
| Locations / Virtual Machines Submit Hibernate | 0 | 0 | — | — | — |
| Locations / Virtual Machines Submit Start | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Marketplace offer terms and agreements
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Agreements | 0 | 0 | — | — | — |
| Offertypes | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
AKS hybrid clusters on Azure Local, VMware, and bare-metal via Arc
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Kubernetes Versions | 0 | 0 | — | — | — |
| Provisioned Cluster Instances | 0 | 0 | — | — | — |
| Provisioned Clusters | 0 | 0 | — | — | — |
| Provisioned Clusters / Agent Pools | 0 | 0 | — | — | — |
| Provisioned Clusters / Hybrid Identity Metadata | 0 | 0 | — | — | — |
| Provisioned Clusters / Upgrade Profiles | 0 | 0 | — | — | — |
| Skus | 0 | 0 | — | — | — |
| Virtual Networks | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource Graph cross-subscription queries
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Queries | 2 | 10 | 2 | 5 | 5 |
| Generate Query | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Change Details | 0 | 0 | — | — | — |
| Resource Changes | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Resources History | 0 | 0 | — | — | — |
| Subscriptions Status | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Data replication service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Replication Fabrics | 0 | 0 | — | — | — |
| Replication Vaults | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Custom Locations — project Azure services to any Arc-connected infrastructure
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Custom Locations | 3 | 11 | 3 | 8 | 2 |
| Custom Locations / Enabled Resource Types | 0 | 0 | — | — | — |
| Custom Locations / Resource Sync Rules | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationsstatus | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Sphere IoT security
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Catalogs | 0 | 0 | — | — | — |
| Catalogs / Certificates | 0 | 0 | — | — | — |
| Catalogs / Images | 0 | 0 | — | — | — |
| Catalogs / Products | 0 | 0 | — | — | — |
| Catalogs / Products / Devicegroups | 0 | 0 | — | — | — |
| Catalogs / Products / Devicegroups / Deployments | 0 | 0 | — | — | — |
| Catalogs / Products / Devicegroups / Devices | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Connected Cache for content delivery
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Cache Nodes | 0 | 0 | — | — | — |
| Enterprise Customers | 0 | 0 | — | — | — |
| Enterprise Mcc Customers | 0 | 0 | — | — | — |
| Enterprise Mcc Customers / Enterprise Mcc Cache Nodes | 0 | 0 | — | — | — |
| Isp Customers | 0 | 0 | — | — | — |
| Isp Customers / Isp Cache Nodes | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Arc resource bridge — lightweight management appliance connecting on-premises infrastructure to Azure
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Appliances | 2 | 6 | 3 | 3 | 3 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Operationsstatus | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Telemetryconfig | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource health and availability status
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Availability Statuses | 0 | 0 | — | — | — |
| Child Availability Statuses | 0 | 0 | — | — | — |
| Child Resources | 0 | 0 | — | — | — |
| Emergingissues | 0 | 0 | — | — | — |
| Events | 0 | 0 | — | — | — |
| Metadata | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Durable Task Framework service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Schedulers | 1 | 3 | 3 | 2 | 1 |
| Schedulers / Taskhubs | 1 | 1 | 2 | 0 | 1 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Schedulers / Retentionpolicies | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Confidential Ledger (tamper-proof data store)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Ledgers | 1 | 12 | 3 | 5 | 7 |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Network traffic collector
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Azure Traffic Collectors | 4 | 4 | 3 | 2 | 2 |
| Azure Traffic Collectors / Collector Policies | 4 | 4 | 4 | 3 | 1 |
| Copilot | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Nfv Operation Results | 0 | 0 | — | — | — |
| Locations / Nfv Operations | 0 | 0 | — | — | — |
| Mesh Vpns | 0 | 0 | — | — | — |
| Mesh Vpns / Connection Policies | 0 | 0 | — | — | — |
| Mesh Vpns / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Mesh Vpns / Private Endpoint Connections | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts / Modeling | 2 | 5 | 3 | 1 | 0 |
| Accounts / Service Endpoints | 2 | 4 | 2 | 1 | 0 |
| Accounts | 2 | 3 | 2 | 1 | 0 |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 0 | 0 | — | — | — |
| Accounts / Custom Search Configurations | 0 | 0 | — | — | — |
| Accounts / Skus | 0 | 0 | — | — | — |
| Accounts / Usages | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Accounts | 26 |
IoT Central application platform
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Io T Apps | 3 | 10 | 2 | 6 | 4 |
| App Templates | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Subdomain Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Application Gateway for Containers
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Traffic Controllers | 1 | 3 | 4 | 2 | 1 |
| Traffic Controllers / Frontends | 1 | 1 | 2 | 0 | 1 |
| Traffic Controllers / Associations | 1 | 1 | 3 | 1 | 0 |
| Traffic Controllers / Security Policies | 1 | 1 | 3 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Storage Discovery Workspaces | 1 | 6 | 3 | 6 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Storage Discovery Workspaces / Reports | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Data Lake Storage Gen1
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Capability | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Delete Virtual Network Or Subnets | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Bare Metal Connections | 0 | 0 | — | — | — |
| Bare Metal Inventory Base | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Update Routes On Virtual Network | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Peering Settings | 0 | 0 | — | — | — |
| Sdn Appliance Inventory | 0 | 0 | — | — | — |
| Utilization | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Power BI Embedded workspace collections
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Private Link Services For Power BI | 0 | 0 | — | — | — |
| Private Link Services For Power BI / Operation Results | 0 | 0 | — | — | — |
| Workspace Collections | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Video Indexer media AI
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 0 | 0 | — | — | — |
| Accounts / Private Endpoint Connections | 0 | 0 | — | — | — |
| Accounts / Private Link Resources | 0 | 0 | — | — | — |
| Checknameavailability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Classicaccounts | 0 | 0 | — | — | — |
| Locations / Operationstatuses | 0 | 0 | — | — | — |
| Locations / Userclassicaccounts | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Open Energy Platform (OSDU)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Energy Services | 0 | 0 | — | — | — |
| Energy Services / Private Endpoint Connection Proxies | 0 | 0 | — | — | — |
| Energy Services / Private Endpoint Connections | 0 | 0 | — | — | — |
| Energy Services / Private Link Resources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Health Data AI services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Deid Services | 2 | 1 | 2 | 0 | 1 |
| Deid Services / Private Endpoint Connections | 0 | 0 | — | — | — |
| Deid Services / Private Link Resources | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Chambers | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Playwright Testing service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 0 | 0 | — | — | — |
| Accounts / Quotas | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Quotas | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Compute limit management
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations / Shared Limits | 1 | 4 | 3 | 1 | 3 |
| Locations | 0 | 0 | — | — | — |
| Locations / Guest Subscriptions | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Monitor workspaces
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Accounts | 2 | 2 | 1 | 1 | 1 |
| Accounts / Issues | 0 | 0 | — | — | — |
| Investigations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Location Operation Statuses | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Pipeline Groups | 0 | 0 | — | — | — |
| Settings | 0 | 0 | — | — | — |
| Sli Signal Preview | 0 | 0 | — | — | — |
| Slis | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Hybrid Benefit software plans
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Hybrid Use Benefits | 3 | 2 | 1 | 0 | 2 |
| License Summary | 0 | 0 | — | — | — |
| License Summary Operation Results | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Refresh License Summary | 0 | 0 | — | — | — |
| Software Licenses | 0 | 0 | — | — | — |
| Software Subscriptions | 0 | 0 | — | — | — |
| Software Subscriptions / Product Download Options | 0 | 0 | — | — | — |
| Software Subscriptions / Product Keys | 0 | 0 | — | — | — |
| Validate Software Subscription Create | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Active Directory Domain Services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Domain Services | 0 | 0 | — | — | — |
| Domain Services / Oucontainer | 0 | 0 | — | — | — |
| Domain Services / Unsuspend | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operationresults | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
IoT Hub and Device Provisioning Service
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| IOT Hubs | 0 | 0 | — | — | — |
| IOT Hubs / Event Grid Filters | 0 | 0 | — | — | — |
| IOT Hubs / Failover | 0 | 0 | — | — | — |
| IOT Hubs / Security Settings | 0 | 0 | — | — | — |
| Provisioning Services | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Check Provisioning Service Name Availability | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Notify Network Security Perimeter Updates Available | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Provisioning Service Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Provisioning Service Operation Results | 0 | 0 | — | — | — |
| Usages | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Serial console access for VMs
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Console Services | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Console Services | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Serial Ports | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure AD B2C and External Identities
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Associated Billing Accounts | 0 | 0 | — | — | — |
| B2C Directories | 0 | 0 | — | — | — |
| B2ctenants | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Ciam Directories | 0 | 0 | — | — | — |
| Directories | 0 | 0 | — | — | — |
| Guest Usages | 0 | 0 | — | — | — |
| Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
SignalR Service real-time messaging
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Signal R | 0 | 0 | — | — | — |
| Signal R / Custom Domains | 0 | 0 | — | — | — |
| Signal R / Event Grid Filters | 0 | 0 | — | — | — |
| Signal R / Replicas | 0 | 0 | — | — | — |
| Web Pub Sub | 0 | 0 | — | — | — |
| Web Pub Sub / Custom Domains | 0 | 0 | — | — | — |
| Web Pub Sub / Replicas | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Operation Results | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Locations / Usages | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Applications | 0 | 0 | — | — | — |
| Checknameavailability | 0 | 0 | — | — | — |
| Operation Results | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resources | 0 | 0 | — | — | — |
| Saasresources | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Image Builder for VM images
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Image Templates | 0 | 0 | — | — | — |
| Image Templates / Run Outputs | 0 | 0 | — | — | — |
| Image Templates / Triggers | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Large Instances (BareMetal)
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Azure Large Storage Instances | 1 | 1 | 1 | 1 | 0 |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Resource provider feature registration
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Feature Configurations | 0 | 0 | — | — | — |
| Feature Provider Namespaces | 0 | 0 | — | — | — |
| Feature Providers | 0 | 0 | — | — | — |
| Features | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Providers | 0 | 0 | — | — | — |
| Subscription Feature Registrations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Assistant | 0 | 0 | — | — | — |
| Compilefile | 0 | 0 | — | — | — |
| Copilot Settings | 0 | 0 | — | — | — |
| Dashboards | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Settings | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Microsoft Graph metered services
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Registered Subscriptions | 0 | 0 | — | — | — |
| Accounts | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Managed identities for Azure resources
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Identities | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| User Assigned Identities | 0 | 0 | — | — | — |
| User Assigned Identities / Federated Identity Credentials | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Community training platform
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Community Trainings | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Portal dashboards and settings
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Consoles | 0 | 0 | — | — | — |
| Dashboards | 0 | 0 | — | — | — |
| List Tenant Configuration Violations | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Consoles | 0 | 0 | — | — | — |
| Locations / User Settings | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Tenantconfigurations | 0 | 0 | — | — | — |
| User Settings | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Blueprints for environment governance
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Blueprint Assignments | 0 | 0 | — | — | — |
| Blueprint Assignments / Assignment Operations | 0 | 0 | — | — | — |
| Blueprint Assignments / Operations | 0 | 0 | — | — | — |
| Blueprints | 0 | 0 | — | — | — |
| Blueprints / Artifacts | 0 | 0 | — | — | — |
| Blueprints / Versions | 0 | 0 | — | — | — |
| Blueprints / Versions / Artifacts | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
DevTest Labs for dev/test environments
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Labs | 0 | 0 | — | — | — |
| Labs / Environments | 0 | 0 | — | — | — |
| Labs / Service Runners | 0 | 0 | — | — | — |
| Labs / Virtual Machines | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Schedules | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Azure Quantum computing
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Check Name Availability | 0 | 0 | — | — | — |
| Locations / Offerings | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Workspaces | 0 | 0 | — | — | — |
| Suite Offers | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
Carbon emissions reporting
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Carbon Emission Reports | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Query Carbon Emission Data Available Date Range | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
SAP HANA on Azure instances
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Hana Instances | 0 | 0 | — | — | — |
| Locations | 0 | 0 | — | — | — |
| Locations / Operations | 0 | 0 | — | — | — |
| Locations / Operations Status | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Locations / Operation Statuses | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Check Name Availability | 0 | 0 | — | — | — |
| Transparency Logs | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Locations | 0 | 0 | — | — | — |
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Workspaces | 4 |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| No SKU data available | |
| Resource Type | Flat Params | Recursive Params | Max Depth | Writable | Read-Only |
|---|---|---|---|---|---|
| Operations | 0 | 0 | — | — | — |
| Resource Type | SKU Count |
|---|---|
| Experiment Workspaces | 1 |
Azure's complexity extends beyond technical configuration into commercial optimisation. Many services offer multiple pricing levers, each with its own commitment terms, discount structures, and eligibility rules. Choosing incorrectly — or simply failing to choose — can mean overspending by 30–72% on the same workload.
The matrix below maps 34 providers to five commercial models that an Azure practitioner must evaluate:
Each of these models interacts differently with each service and must be evaluated independently. A provider marked with multiple options requires a layered optimisation strategy — for example, Compute workloads may combine Reserved Instances for baseline, Savings Plans for flexible growth, Spot for batch processing, AHUB for Windows licensing, and Dev/Test for non-production environments, all simultaneously within the same subscription.
| Provider | AHUB | Dev/Test | Reserved Instances | Savings Plans | Spot |
|---|---|---|---|---|---|
| Network | — | ✓ | — | — | — |
| Web | — | ✓ | ✓ | ✓ | — |
| SQL | ✓ | ✓ | ✓ | — | — |
| Compute | ✓ | ✓ | ✓ | ✓ | ✓ |
| API Management | — | — | — | — | — |
| Cognitive Services | — | — | ✓ | — | — |
| Migrate | — | — | — | — | — |
| Machine Learning | — | — | — | ✓ | ✓ |
| Storage | — | — | ✓ | — | — |
| Logic | — | — | — | — | — |
| Kubernetes Service (AKS) | ✓ | — | — | ✓ | ✓ |
| Billing | — | — | — | — | — |
| Spring Apps | — | — | — | ✓ | — |
| Azure Local | ✓ | — | — | — | — |
| Provider Hub | — | — | — | — | — |
| Synapse | — | — | ✓ | — | — |
| Network Cloud | — | — | — | — | — |
| App | — | — | — | ✓ | — |
| Automation | — | — | — | — | — |
| Azure Arc Data | ✓ | ✓ | ✓ | — | — |
| NetApp | — | — | ✓ | — | — |
| Consumption | — | — | — | — | — |
| Managed Network Fabric | — | — | — | — | — |
| Kusto | — | — | ✓ | — | — |
| Log Analytics | — | — | — | — | — |
| Device Registry | — | — | — | — | — |
| Event Grid | — | — | — | — | — |
| HDInsight | — | ✓ | — | — | — |
| Azure Virtual Desktop | ✓ | — | — | ✓ | — |
| Microsoft Sentinel | — | — | ✓ | — | — |
| Azure Arc Servers | — | — | — | — | — |
| Data Box Edge | — | — | — | — | — |
| Resources | — | — | — | — | — |
| Container Registry | — | — | — | — | — |
| Edge | — | — | — | — | — |
| Data Share | — | — | — | — | — |
| IoT Operations | — | ✓ | — | — | — |
| Container Instances | — | — | — | ✓ | ✓ |
| Edge Order | — | — | — | — | — |
| CDN | — | — | — | — | — |
| Lab Services | — | — | — | — | — |
| Bot Service | — | — | — | — | — |
| Cache | — | — | ✓ | — | — |
| Stream Analytics | — | — | — | — | — |
| Storage Cache | — | — | — | — | — |
| Service Bus | — | — | — | — | — |
| Batch | — | — | — | — | ✓ |
| Workloads | — | — | — | — | — |
| Key Vault | — | — | — | — | — |
| Healthcare APIs | — | — | — | — | — |
| Service Fabric | — | — | — | — | — |
| Data Box | — | — | — | — | — |
| SCVMM | — | — | — | — | — |
| Fabric | — | — | ✓ | — | — |
| Notification Hubs | — | — | — | — | — |
| Hybrid Network | — | — | — | — | — |
| Azure Compute Fleet | — | — | — | — | — |
| Dev Center | — | — | — | — | — |
| Data Factory | — | — | ✓ | — | — |
| AVS | ✓ | — | — | — | — |
| Confluent | — | — | — | — | — |
| Kubernetes Configuration | — | — | — | — | — |
| Recovery Services | — | — | ✓ | — | — |
| Marketplace | — | — | — | — | — |
| Cosmos DB (DocumentDB) | — | — | ✓ | — | — |
| Power BI Dedicated | — | — | — | — | — |
| App Compliance Automation | — | — | — | — | — |
| Storage Mover | — | — | — | — | — |
| Elastic San | — | — | — | — | — |
| Certificate Registration | — | — | — | — | — |
| Data Migration | — | — | — | — | — |
| Digital Twins | — | — | — | — | — |
| SQL Virtual Machine | ✓ | — | — | — | — |
| Peering | — | — | — | — | — |
| Datadog | — | — | — | — | — |
| Quota | — | — | — | — | — |
| App Configuration | — | — | — | — | — |
| Databricks | — | — | ✓ | — | — |
| AD Hybrid Health Service | — | — | — | — | — |
| Elastic | — | — | — | — | — |
| Event Hubs | — | — | — | — | — |
| Domain Registration | — | — | — | — | — |
| Solutions | — | — | — | — | — |
| Storage Sync | — | — | — | — | — |
| Device Update | — | — | — | — | — |
| Analysis Services | — | — | — | — | — |
| Data Protection | — | — | — | — | — |
| Alerts Management | — | — | — | — | — |
| Purview | — | — | — | — | — |
| Billing Benefits | — | — | — | — | — |
| Service Linker | — | — | — | — | — |
| Azure Data Transfer | — | — | — | — | — |
| Authorization | — | — | — | — | — |
| Database Watcher | — | — | — | — | — |
| Relay | — | — | — | — | — |
| Azure Stack | — | ✓ | — | — | — |
| Database for MySQL | — | — | ✓ | — | — |
| Management | — | — | — | — | — |
| Orbital | — | — | — | — | — |
| Managed Services | — | — | — | — | — |
| Guest Configuration | — | — | — | — | — |
| Chaos | — | — | — | — | — |
| Search | — | — | — | — | — |
| Communication | — | — | — | — | — |
| Dashboard | — | — | — | — | — |
| Policy Insights | — | — | — | — | — |
| Database for PostgreSQL | — | — | ✓ | — | — |
| Off Azure | — | — | — | — | — |
| Maintenance | — | — | — | — | — |
| Security | — | — | ✓ | — | — |
| Standby Pool | — | — | — | — | — |
| Subscription | — | — | — | — | — |
| Advisor | — | — | — | — | — |
| Storage Actions | — | — | — | — | — |
| Bare Metal Infrastructure | — | — | — | — | — |
| Edge Marketplace | — | — | — | — | — |
| API Center | — | — | — | — | — |
| Hybrid Connectivity | — | — | — | — | — |
| Hardware Security Modules | — | — | — | — | — |
| Red Hat Open Shift | ✓ | — | — | ✓ | — |
| Help | — | — | — | — | — |
| Maps | — | — | — | — | — |
| Load Testing | — | — | — | — | — |
| Health Bot | — | — | — | — | — |
| Dev Ops Infrastructure | — | — | — | — | — |
| Cost Management | — | — | — | — | — |
| Database for MariaDB | — | — | — | — | — |
| Voice Services | — | — | — | — | — |
| Fluid Relay | — | — | — | — | — |
| Kubernetes Runtime | — | — | — | — | — |
| Capacity | — | — | — | — | — |
| Attestation | — | — | — | — | — |
| Classic Storage | — | — | — | — | — |
| Code Signing | — | — | — | — | — |
| Automanage | — | — | — | — | — |
| Io T Firmware Defense | — | — | — | — | — |
| Connected VMware vSphere | — | — | — | — | — |
| Classic Network | — | — | — | — | — |
| Compute Schedule | — | — | — | — | — |
| Marketplace Ordering | — | — | — | — | — |
| Hybrid Container Service | — | — | — | — | — |
| Resource Graph | — | — | — | — | — |
| Data Replication | — | — | — | — | — |
| Extended Location | — | — | — | — | — |
| Azure Sphere | — | — | — | — | — |
| Connected Cache | — | — | — | — | — |
| Resource Connector | — | — | — | — | — |
| Resource Health | — | — | — | — | — |
| Durable Task | — | — | — | — | — |
| Confidential Ledger | — | — | — | — | — |
| Network Function | — | — | — | — | — |
| Recommendations Service | — | — | — | — | — |
| Bing | — | — | — | — | — |
| Io T Central | — | — | — | — | — |
| Service Networking | — | — | — | — | — |
| Storage Discovery | — | — | — | — | — |
| Data Lake Store | — | — | — | — | — |
| Bare Metal | — | — | — | — | — |
| Power BI | — | — | — | — | — |
| Video Indexer | — | — | — | — | — |
| Open Energy Platform | — | — | — | — | — |
| Health Data AI Services | — | — | — | — | — |
| Security Detonation | — | — | — | — | — |
| Azure Playwright Service | — | — | — | — | — |
| Compute Limit | — | — | — | — | — |
| Monitor | — | — | — | — | — |
| Software Plan | — | — | — | — | — |
| AAD | — | — | — | — | — |
| Devices | — | — | — | — | — |
| Serial Console | — | — | — | — | — |
| Azure Active Directory | — | — | — | — | — |
| SignalR Service | — | — | — | — | — |
| Saa S | — | — | — | — | — |
| VM Image Builder | — | — | — | — | — |
| Azure Large Instance | — | — | — | — | — |
| Features | — | — | — | — | — |
| Portal Services | — | — | — | — | — |
| Graph Services | — | — | — | — | — |
| Managed Identity | — | — | — | — | — |
| Community | — | — | — | — | — |
| Portal | — | — | — | — | — |
| Blueprint | — | — | — | — | — |
| Dev/Test Labs | — | — | — | — | — |
| Quantum | — | — | — | — | — |
| Carbon | — | — | — | — | — |
| Hana On Azure | — | — | — | — | — |
| Sovereign | — | — | — | — | — |
| Online Experimentation | — | — | — | — | — |
| Cost Management Exports | — | — | — | — | — |
| Experimentation | — | — | — | — | — |