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

# VPN Site

An Azure VPN Site represents a remote on-premises location that connects to Azure through a Site-to-Site VPN. It defines the on-premises VPN device, its IP address, link settings, and network prefixes. Azure uses this information to establish secure encrypted tunnels between your local network and virtual networks in Azure.

```
azure.network_vpn_site
```

## Fields

| Title              | ID   | Type       | Data Type                                                                                               | Description |
| ------------------ | ---- | ---------- | ------------------------------------------------------------------------------------------------------- | ----------- |
| _key               | core | string     |
| address_space      | core | json       | AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. |
| bgp_properties     | core | json       | BGP settings details.                                                                                   |
| device_properties  | core | json       | List of properties of the device.                                                                       |
| etag               | core | string     | A unique read-only string that changes whenever the resource is updated.                                |
| id                 | core | string     | Resource ID.                                                                                            |
| ip_address         | core | string     | The ip-address for the vpn-site.                                                                        |
| is_security_site   | core | bool       | IsSecuritySite flag.                                                                                    |
| location           | core | string     | Resource location.                                                                                      |
| name               | core | string     | Resource name.                                                                                          |
| o365_policy        | core | json       | The Office365 breakout policy.                                                                          |
| provisioning_state | core | string     | The current provisioning state.                                                                         |
| resource_group     | core | string     |
| subscription_id    | core | string     |
| subscription_name  | core | string     |
| tags               | core | hstore_csv |
| type               | core | string     | Resource type.                                                                                          |
| virtual_wan        | core | json       | Reference to another subresource.                                                                       |
| vpn_site_links     | core | json       | List of all vpn site links.                                                                             |
