Azure Functions · Example Payload

Azure Functions Container Throttling Data Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Container Throttling Data 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

periodsthrottledPeriodsthrottledTime

Example Payload

Raw ↑
{
  "periods": 1,
  "throttledPeriods": 1,
  "throttledTime": 1
}