Azure Container Apps · Example Payload

Azure Container Apps Job Example

AzureContainersDaprKubernetesMicroservicesServerless

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

Top-level fields

idnametypelocationtagsproperties

Example Payload

Raw ↑
{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-rg/providers/Microsoft.App/containerApps/my-app",
  "name": "my-container-app",
  "type": "Microsoft.App/containerApps",
  "location": "eastus",
  "tags": {},
  "properties": {
    "provisioningState": "Succeeded",
    "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-rg/providers/Microsoft.App/managedEnvironments/my-env",
    "workloadProfileName": "example-string",
    "configuration": {
      "secrets": {},
      "triggerType": "Manual",
      "replicaTimeout": 1800,
      "replicaRetryLimit": 1,
      "manualTriggerConfig": {},
      "scheduleTriggerConfig": {},
      "eventTriggerConfig": {},
      "registries": {}
    },
    "outboundIpAddresses": [
      {}
    ],
    "eventStreamEndpoint": "example-string"
  }
}