Azure Synapse Analytics · JSON Structure

Azure Synapse Workspace Structure

A workspace resource.

Type: object Properties: 6
AnalyticsApache SparkBig DataData WarehouseETLSQL

Workspace is a JSON Structure definition published by Azure Synapse Analytics, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name type location tags properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-synapse/refs/heads/main/json-structure/azure-synapse-workspace-structure.json",
  "description": "A workspace resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "Resource ID"
    },
    "name": {
      "type": "string",
      "readOnly": true,
      "description": "Resource name"
    },
    "type": {
      "type": "string",
      "readOnly": true,
      "description": "Resource type"
    },
    "location": {
      "type": "string",
      "description": "Azure region location"
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Resource tags"
    },
    "properties": {
      "type": "object",
      "properties": {
        "provisioningState": {
          "type": "string",
          "readOnly": true,
          "description": "Resource provisioning state"
        },
        "sqlAdministratorLogin": {
          "type": "string",
          "description": "SQL admin login name"
        },
        "defaultDataLakeStorage": {
          "type": "object",
          "properties": {
            "accountUrl": {
              "type": "string"
            },
            "filesystem": {
              "type": "string"
            }
          }
        },
        "connectivityEndpoints": {
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    }
  },
  "name": "Workspace"
}