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

# Azure Disk Access

Azure Disk Access is a resource that enables private, secure access to Azure managed disks by integrating them with virtual network private endpoints. It allows disks to be accessed only through private IP addresses, improving security and restricting exposure to the public internet.

```
azure.compute_disk_access
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                                                                                                                                 | Description |
| ---------------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                         | core | string     |
| extended_location            | core | json       | The complex type of the extended location.                                                                                                                                                |
| id                           | core | string     | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location                     | core | string     | The geo-location where the resource lives                                                                                                                                                 |
| name                         | core | string     | The name of the resource                                                                                                                                                                  |
| private_endpoint_connections | core | json       | A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported.                                                           |
| provisioning_state           | core | string     | The disk access resource provisioning state.                                                                                                                                              |
| resource_group               | core | string     |
| 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 |
| time_created                 | core | string     | The time when the disk access was created.                                                                                                                                                |
| type                         | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                 |
