Azure Function Apps · Example Payload

Azure Function Apps Azure Storage Info Value Example

AzureComputeFaaSFunctionsServerless

Azure Function Apps Azure Storage Info Value Example is an example object payload from Azure Function Apps, 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"
}