Azure Functions · JSON Structure

Azure Functions Azure Storage Property Dictionary Resource Structure

AzureStorageInfo dictionary resource.

Type: object Properties: 1
CloudComputeEvent-DrivenFunctionsServerless

AzureStoragePropertyDictionaryResource is a JSON Structure definition published by Azure Functions, 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-functions/refs/heads/main/json-structure/azure-functions-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"
}