Microsoft Azure Functions · Example Payload

Azure Functions Site Example

AzureCloudComputeEvent-DrivenMicrosoftServerless

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

Top-level fields

propertiesidentityextendedLocationkind

Example Payload

Raw ↑
{
  "properties": "example_value",
  "identity": "/subscriptions/sub123/resourceGroups/rg1/providers/Microsoft.Web/sites/myFuncApp",
  "extendedLocation": "eastus",
  "kind": "functionapp"
}