Azure Synapse Analytics · Example Payload

Azure Synapse Workspace Example

AnalyticsApache SparkBig DataData WarehouseETLSQL

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

Top-level fields

idnametypelocationtagsproperties

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "type": "example-string",
  "location": "example-string",
  "tags": {},
  "properties": {
    "provisioningState": "example-string",
    "sqlAdministratorLogin": "example-string",
    "defaultDataLakeStorage": {
      "accountUrl": {},
      "filesystem": {}
    },
    "connectivityEndpoints": {}
  }
}