Microsoft Azure Functions · Example Payload

Azure Functions Host Keys Example

AzureCloudComputeEvent-DrivenMicrosoftServerless

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

Top-level fields

masterKeyfunctionKeyssystemKeys

Example Payload

Raw ↑
{
  "masterKey": "example_value",
  "functionKeys": {},
  "systemKeys": {}
}