Azure Functions · Example Payload

Azure Functions Azure Storage Info Value Example

CloudComputeEvent-DrivenFunctionsServerless

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

Top-level fields

accessKeyaccountNamemountPathshareNamestatetype

Example Payload

Raw ↑
{
  "accessKey": "example-string",
  "accountName": "example-string",
  "mountPath": "example-string",
  "shareName": "example-string",
  "state": "Ok",
  "type": "AzureFiles"
}