Skip to main content
Microsoft Azure logo

Microsoft Azure queries

Cloud computing services offered by Microsoft.

QueryDescriptionVerbRequired params
Azure VM custom script extension draftRuns 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.selectsubscription_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.selectsubscription_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.selectsubscription_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.selectsubscription_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.selectsubscription_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.selectsubscription_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.selectsubscription_id
Azure subscription detail draftReads a subscription's name and state; requires owner-level rights, so most service principals cannot call it.selectsubscription_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.