Microsoft Azure Functions · Example Payload

Azure Functions App Service Plan Example

AzureCloudComputeEvent-DrivenMicrosoftServerless

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

Top-level fields

propertiesskuextendedLocationkindidentity

Example Payload

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