Azure Functions · JSON Structure

Azure Functions Application Logs Config Structure

Application logs configuration.

Type: object Properties: 3
CloudComputeEvent-DrivenFunctionsServerless

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

Properties

azureBlobStorage azureTableStorage fileSystem

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-application-logs-config-structure.json",
  "description": "Application logs configuration.",
  "type": "object",
  "properties": {
    "azureBlobStorage": {
      "$ref": "#/definitions/AzureBlobStorageApplicationLogsConfig",
      "description": "Application logs to blob storage configuration."
    },
    "azureTableStorage": {
      "$ref": "#/definitions/AzureTableStorageApplicationLogsConfig",
      "description": "Application logs to azure table storage configuration."
    },
    "fileSystem": {
      "$ref": "#/definitions/FileSystemApplicationLogsConfig",
      "description": "Application logs to file system configuration."
    }
  },
  "name": "ApplicationLogsConfig"
}