Azure Container Apps · Example Payload

Azure Container Apps Container App Example

AzureContainersDaprKubernetesMicroservicesServerless

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

Top-level fields

idnametypelocationtagsidentityproperties

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": {},
  "identity": {
    "type": "Microsoft.App/containerApps",
    "principalId": "example-string",
    "tenantId": "example-string",
    "userAssignedIdentities": {}
  },
  "properties": {
    "provisioningState": "Succeeded",
    "managedEnvironmentId": "example-string",
    "environmentId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-rg/providers/Microsoft.App/managedEnvironments/my-env",
    "workloadProfileName": "example-string",
    "latestRevisionName": "example-string",
    "latestReadyRevisionName": "example-string",
    "latestRevisionFqdn": "example-string",
    "customDomainVerificationId": "example-string",
    "outboundIpAddresses": [
      {}
    ],
    "eventStreamEndpoint": "example-string"
  }
}