Azure Container Apps · JSON Structure

Azure Container Apps Container App Secret Structure

ContainerAppSecret schema from Azure Container Apps API

Type: object Properties: 2
AzureContainersDaprKubernetesMicroservicesServerless

ContainerAppSecret is a JSON Structure definition published by Azure Container Apps, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-apps/refs/heads/main/json-structure/azure-container-apps-container-app-secret-structure.json",
  "description": "ContainerAppSecret schema from Azure Container Apps API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "readOnly": true
    },
    "value": {
      "type": "string",
      "readOnly": true
    }
  },
  "name": "ContainerAppSecret"
}