Azure Functions · Example Payload

Azure Functions Backup Item Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Backup Item Example is an example object payload from Azure Functions, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

properties

Example Payload

Raw ↑
{
  "properties": {
    "blobName": "example-string",
    "correlationId": "example-string",
    "created": "2026-04-19T12:00:00Z",
    "databases": [
      {}
    ],
    "finishedTimeStamp": "2026-04-19T12:00:00Z",
    "id": 1,
    "lastRestoreTimeStamp": "2026-04-19T12:00:00Z",
    "log": "example-string",
    "name": "example-string",
    "scheduled": true,
    "sizeInBytes": 1,
    "status": "InProgress",
    "storageAccountUrl": "example-string",
    "websiteSizeInBytes": 1
  }
}