---
type: resource-type
title: PublicIPAddress
description: azure resource type Microsoft.Network/publicIPAddresses
name: PublicIPAddress
lexicon: azure
resource_type: Microsoft.Network/publicIPAddresses
---
`Microsoft.Network/publicIPAddresses`, a resource type of the azure lexicon.

## Properties

- `name` (`string`, required): The name of the public IP address.
- `properties` (`PublicIPAddress_CommonPublicIPAddressPropertiesFormat`, required): Public IP address properties.
- `extendedLocation` (`PublicIPAddress_CommonExtendedLocation`, optional): The extended location of the public ip address.
- `id` (`string`, optional): Resource ID.
- `location` (`string`, optional): Resource location.
- `sku` (`PublicIPAddress_CommonPublicIPAddressSku`, optional): The public IP address SKU.
- `tags` (`Record<string, unknown>`, optional): Resource tags.
- `zones` (`string[]`, optional): A list of availability zones denoting the IP allocated for the resource needs to come from.

## Attributes

- `id`
- `ipAddress`
- `provisioningState`
