Azure Functions · Example Payload

Azure Functions Azure Blob Storage Application Logs Config Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Azure Blob Storage Application Logs Config Example is an example object payload from Azure Functions, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

levelretentionInDayssasUrl

Example Payload

Raw ↑
{
  "level": "Off",
  "retentionInDays": 1,
  "sasUrl": "example-string"
}