Azure Container Instances · Schema
Capabilities
The regional capabilities.
AzureCloudContainer InstancesContainersMicrosoftServerless
Properties
| Name | Type | Description |
|---|---|---|
| capabilities | object | The supported capabilities. |
| gpu | string | The GPU sku that this capability describes. |
| ipAddressType | string | The ip address type that this capability describes. |
| location | string | The resource location. |
| osType | string | The OS type that this capability describes. |
| resourceType | string | The resource type that this capability describes. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-schema/azure-container-instances-capabilities-schema.json",
"title": "Capabilities",
"description": "The regional capabilities.",
"type": "object",
"properties": {
"capabilities": {
"description": "The supported capabilities.",
"properties": {
"maxCpu": {
"description": "The maximum allowed CPU request in cores.",
"readOnly": true,
"type": "number"
},
"maxGpuCount": {
"description": "The maximum allowed GPU count.",
"readOnly": true,
"type": "number"
},
"maxMemoryInGB": {
"description": "The maximum allowed memory request in GB.",
"readOnly": true,
"type": "number"
}
},
"readOnly": true,
"type": "object"
},
"gpu": {
"description": "The GPU sku that this capability describes.",
"readOnly": true,
"type": "string"
},
"ipAddressType": {
"description": "The ip address type that this capability describes.",
"readOnly": true,
"type": "string"
},
"location": {
"description": "The resource location.",
"readOnly": true,
"type": "string"
},
"osType": {
"description": "The OS type that this capability describes.",
"readOnly": true,
"type": "string"
},
"resourceType": {
"description": "The resource type that this capability describes.",
"readOnly": true,
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-container-instances-capabilities"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.