---
title: Azure Quantum Workspace
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Azure Quantum Workspace
---

# Azure Quantum Workspace

An Azure Quantum Workspace is a managed environment for running quantum and optimization workloads in Azure. It provides access to quantum hardware, simulators, and optimization solvers through a unified interface. The workspace handles job submission, resource management, and integration with Azure services, enabling developers and researchers to build, test, and run quantum applications without managing underlying infrastructure.

```
azure.quantum_workspace
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                   | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| api_key_enabled    | core | bool       | Indicator of enablement of the Quantum workspace Api keys.                                                                                                                                  |
| endpoint_uri       | core | string     | The URI of the workspace endpoint.                                                                                                                                                          |
| id                 | core | string     | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| identity           | core | json       | Managed service identity (system assigned and/or user assigned identities)                                                                                                                  |
| location           | core | string     | The geo-location where the resource lives                                                                                                                                                   |
| name               | core | string     | The name of the resource                                                                                                                                                                    |
| providers          | core | json       | List of Providers selected for this Workspace                                                                                                                                               |
| provisioning_state | core | string     | The Workspace provisioning status.                                                                                                                                                          |
| resource_group     | core | string     |
| storage_account    | core | string     | ARM Resource Id of the storage account associated with this workspace.                                                                                                                      |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| system_data        | core | json       | Metadata pertaining to creation and last modification of the resource.                                                                                                                      |
| tags               | core | hstore_csv |
| type               | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                   |
| usable             | core | string     | Whether the current workspace is ready to accept Jobs.                                                                                                                                      |
