AzureBlobStorageHttpLogsConfig is a JSON Structure definition published by Azure Function Apps, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-blob-storage-http-logs-config-structure.json",
"description": "Http logs to azure blob storage configuration.",
"type": "object",
"properties": {
"enabled": {
"description": "True if configuration is enabled, false if it is disabled and null if configuration is not set.",
"type": "boolean"
},
"retentionInDays": {
"description": "Retention in days.\nRemove blobs older than X days.\n0 or lower means no retention.",
"format": "int32",
"type": "integer"
},
"sasUrl": {
"description": "SAS url to a azure blob container with read/write/list/delete permissions.",
"type": "string"
}
},
"name": "AzureBlobStorageHttpLogsConfig"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.