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

# Relay Namespace

An Azure Relay Namespace is a container that hosts one or more relay entities used for secure, firewall‑friendly communication between applications. It enables hybrid connectivity by allowing on‑premises services to be accessed from the cloud without opening inbound ports. The namespace provides the endpoint, authentication, and management scope for all relay resources.

```
azure.relay_namespace
```

## Fields

| Title                        | ID   | Type       | Data Type                                                                            | Description |
| ---------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------ | ----------- |
| _key                         | core | string     |
| created_at                   | core | string     | The time the namespace was created.                                                  |
| id                           | core | string     | Resource ID.                                                                         |
| location                     | core | string     | Resource location.                                                                   |
| metric_id                    | core | string     | Identifier for Azure Insights metrics.                                               |
| name                         | core | string     | Resource name.                                                                       |
| private_endpoint_connections | core | json       | List of private endpoint connections.                                                |
| provisioning_state           | core | string     | Provisioning state of the Namespace.                                                 |
| public_network_access        | core | string     | This determines if traffic is allowed over public network. By default it is enabled. |
| resource_group               | core | string     |
| service_bus_endpoint         | core | string     | Endpoint you can use to perform Service Bus operations.                              |
| sku                          | core | json       | SKU of the namespace.                                                                |
| status                       | core | string     | Status of the Namespace.                                                             |
| 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     | Resource type.                                                                       |
| updated_at                   | core | string     | The time the namespace was updated.                                                  |
