Microsoft Azure queries
Cloud computing services offered by Microsoft.
| Query | Description | Verb | Required params |
|---|---|---|---|
| Azure VM custom script extension draft | Runs a shell command on an existing VM via the CustomScript extension, and lists the extensions installed on a VM; the way to load content onto a server after provisioning. | select | subscription_id resource_group_name vm_name |
| Azure VMs in a subscription | Lists virtual machines across a subscription with name, location, provisioning state and the profiles describing size, image and networking. | select | subscription_id |
| Azure Cosmos DB table lifecycle | Provisions a serverless Cosmos DB account with the Table API, creates and lists tables, and tears them down; the control-plane half of a Table workload. | select | subscription_id resource_group_name account_name |
| Azure public IP address provisioning | Lists public IP addresses in a resource group, and creates or deletes a static Standard SKU address for attaching to a NIC or load balancer. | select | subscription_id resource_group_name |
| Azure virtual network and subnet provisioning | Creates a virtual network and subnet, and lists them with their address ranges; the network substrate VMs and private endpoints attach to. | select | subscription_id resource_group_name |
| Azure resource group lifecycle | Lists resource groups in a subscription, and creates or deletes one; the container every other Azure resource lives in. | select | subscription_id |
| Azure storage account and blob container provisioning | Lists storage accounts in a subscription, and creates an account with a private blob container; the object storage substrate. | select | subscription_id |
| Azure subscription detail draft | Reads a subscription's name and state; requires owner-level rights, so most service principals cannot call it. | select | subscription_id |
draft marks entries not yet verified against a live provider by the nightly execution job; templates are still schema-validated and parse-checked in CI.