Azure Container Instances · Example Payload

Azure Container Instances Capabilities Example

AzureCloudContainer InstancesContainersMicrosoftServerless

Azure Container Instances Capabilities Example is an example object payload from Azure Container Instances, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capabilitiesgpuipAddressTypelocationosTyperesourceType

Example Payload

Raw ↑
{
  "capabilities": {
    "maxCpu": 0.5,
    "maxGpuCount": 0.5,
    "maxMemoryInGB": 0.5
  },
  "gpu": "example-string",
  "ipAddressType": "example-string",
  "location": "example-string",
  "osType": "example-string",
  "resourceType": "example-string"
}