Microsoft Azure Functions · Example Payload

Azure Functions Function Envelope Properties Example

AzureCloudComputeEvent-DrivenMicrosoftServerless

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

Top-level fields

function_app_idscript_root_path_hrefscript_hrefconfig_hreftest_data_hrefsecrets_file_hrefhrefconfigfilestest_data

Example Payload

Raw ↑
{
  "function_app_id": "/subscriptions/sub123/resourceGroups/rg1/providers/Microsoft.Web/sites/myFuncApp",
  "script_root_path_href": "example_value",
  "script_href": "example_value",
  "config_href": "example_value",
  "test_data_href": "example_value",
  "secrets_file_href": "example_value",
  "href": "example_value",
  "config": "example_value",
  "files": {},
  "test_data": "example_value"
}