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

# Public IP Prefix

A Public IP Prefix in Azure is a reserved range of contiguous public IP addresses that you can allocate to your resources. It provides predictable addressing, simplifies IP management, and helps ensure consistent routing. This is useful for scenarios requiring multiple public IPs with stable ranges, such as load balancers, firewalls, or large-scale deployments.

```
azure.network_public_ip_prefix
```

## Fields

| Title                                   | ID   | Type          | Data Type                                                                                   | Description |
| --------------------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------- | ----------- |
| _key                                    | core | string        |
| custom_ip_prefix                        | core | json          | Reference to another subresource.                                                           |
| etag                                    | core | string        | A unique read-only string that changes whenever the resource is updated.                    |
| extended_location                       | core | json          | ExtendedLocation complex type.                                                              |
| id                                      | core | string        | Resource ID.                                                                                |
| ip_prefix                               | core | string        | The allocated Prefix.                                                                       |
| ip_tags                                 | core | json          | The list of tags associated with the public IP prefix.                                      |
| load_balancer_frontend_ip_configuration | core | json          | Reference to another subresource.                                                           |
| location                                | core | string        | Resource location.                                                                          |
| name                                    | core | string        | Resource name.                                                                              |
| nat_gateway                             | core | json          | Nat Gateway resource.                                                                       |
| prefix_length                           | core | int64         | The Length of the Public IP Prefix.                                                         |
| provisioning_state                      | core | string        | The current provisioning state.                                                             |
| public_ip_address_version               | core | string        | IP address version.                                                                         |
| public_ip_addresses                     | core | json          | The list of all referenced PublicIPAddresses.                                               |
| resource_group                          | core | string        |
| resource_guid                           | core | string        | The resource GUID property of the public IP prefix resource.                                |
| sku                                     | core | json          | SKU of a public IP prefix.                                                                  |
| subscription_id                         | core | string        |
| subscription_name                       | core | string        |
| tags                                    | core | hstore_csv    |
| type                                    | core | string        | Resource type.                                                                              |
| zones                                   | core | array<string> | A list of availability zones denoting the IP allocated for the resource needs to come from. |
