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

# Local Network Gateway

A Local Network Gateway represents an on-premises network in Azure. It defines the public IP address of your on-premises VPN device and the address prefixes for the local network. Azure uses this resource to establish site-to-site VPN connections between your on-premises environment and a virtual network in Azure.

```
azure.network_local_network_gateway
```

## Fields

| Title                       | ID   | Type       | Data Type                                                                                               | Description |
| --------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string     |
| bgp_settings                | core | json       | BGP settings details.                                                                                   |
| etag                        | core | string     | A unique read-only string that changes whenever the resource is updated.                                |
| fqdn                        | core | string     | FQDN of local network gateway.                                                                          |
| gateway_ip_address          | core | string     | IP address of local network gateway.                                                                    |
| id                          | core | string     | Resource ID.                                                                                            |
| local_network_address_space | core | json       | AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. |
| location                    | core | string     | Resource location.                                                                                      |
| name                        | core | string     | Resource name.                                                                                          |
| provisioning_state          | core | string     | The current provisioning state.                                                                         |
| resource_group              | core | string     |
| resource_guid               | core | string     | The resource GUID property of the local network gateway resource.                                       |
| subscription_id             | core | string     |
| subscription_name           | core | string     |
| tags                        | core | hstore_csv |
| type                        | core | string     | Resource type.                                                                                          |
