Azure Function Apps · Example Payload

Azure Function Apps Container Info Example

AzureComputeFaaSFunctionsServerless

Azure Function Apps Container Info Example is an example object payload from Azure Function Apps, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currentTimeStampidnamepreviousTimeStamp

Example Payload

Raw ↑
{
  "currentTimeStamp": "2026-04-19T12:00:00Z",
  "id": "example-string",
  "name": "example-string",
  "previousTimeStamp": "2026-04-19T12:00:00Z"
}