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

# Azure Portal Dashboard

An Azure Portal Dashboard is a customizable workspace in the Azure portal that displays key metrics, resources, and visualizations in a single view. It helps users monitor environments, track performance, and access important tools quickly. Dashboards can include charts, logs, resource summaries, and custom tiles, and they can be shared across teams for consistent operational visibility.

```
azure.portal_dashboard
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                                                                                                                   | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| id                 | core | string     | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| lenses             | core | json       | The dashboard lenses.                                                                                                                                                                       |
| location           | core | string     | The geo-location where the resource lives                                                                                                                                                   |
| name               | core | string     | The name of the resource                                                                                                                                                                    |
| provisioning_state | core | string     | The provisioning state of a resource type.                                                                                                                                                  |
| 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 |
| type               | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                   |
