Azure Function Apps · JSON Structure

Azure Function Apps Azure Storage Property Dictionary Resource Structure

AzureStorageInfo dictionary resource.

Type: object Properties: 1
AzureComputeFaaSFunctionsServerless

AzureStoragePropertyDictionaryResource 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-azure-storage-property-dictionary-resource-structure.json",
  "description": "AzureStorageInfo dictionary resource.",
  "type": "object",
  "properties": {
    "properties": {
      "additionalProperties": {
        "$ref": "#/definitions/AzureStorageInfoValue"
      },
      "description": "Azure storage accounts.",
      "type": "object",
      "x-ms-client-flatten": true
    }
  },
  "name": "AzureStoragePropertyDictionaryResource"
}