Azure Function Apps · JSON Structure

Azure Function Apps Connection String Dictionary Structure

String dictionary resource.

Type: object Properties: 1
AzureComputeFaaSFunctionsServerless

ConnectionStringDictionary is a JSON Structure definition published by Azure Function Apps, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

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-function-apps/refs/heads/main/json-structure/azure-function-apps-connection-string-dictionary-structure.json",
  "description": "String dictionary resource.",
  "type": "object",
  "properties": {
    "properties": {
      "additionalProperties": {
        "$ref": "#/definitions/ConnStringValueTypePair"
      },
      "description": "Connection strings.",
      "type": "object",
      "x-ms-client-flatten": true
    }
  },
  "name": "ConnectionStringDictionary"
}