Type something to search...
How to convert a public IP to Standard in Azure

How to convert a public IP to Standard in Azure


Introduction

Microsoft has officially announced the retirement of Azure Basic public IP addresses, with a target date of September 30, 2025. This decision marks a significant step in the evolution of Azure networking services, favoring more secure, resilient, and modern configurations. For organizations still using this type of address, it is time to prepare for the migration to the Standard SKU, or risk seeing their services impacted.


Why switch to the Standard SKU ?

The Standard SKU offers several advantages over the Basic SKU :

  • Default security : Inbound traffic is blocked unless explicitly authorized via an NSG (Network Security Group)
  • Extended compatibility : Works with Azure Firewall, Standard Load Balancer, NAT Gateway, etc.
  • Increased resilience : Support for availability zones (zonal and zone-redundant)
  • Better integration with modern Azure services

Prerequisites

Licenses required

  • An Azure subscription.

Azure resources

  • A public IP address of type Basic.

Administrator role

  • An account with the Contributor or Owner role on the Azure subscription.

Step 1 : Sign in to the Microsoft Azure portal

Sign in to the Microsoft Azure portal by opening your web browser to https://portal.azure.com.


Step 2 : Access public IP addresses

In the search bar at the top of the screen, type Public IP addresses, and click the proposed menu.

image

Here we can see that its SKU is of type Basic and that a blue banner tells us that it must be converted to Standard SKU.

image


Step 3 : Unassign the public IP address

To convert it, you must first unassign it. Click Dissociate, then Yes.

image


Step 4 : Convert the public IP address

In the blue banner, click Upgrade to Standard SKU…, then Yes.

image

The conversion takes a few seconds and the SKU changes to Standard.

image


Step 5 : Reassign the public IP address

Click Associate, then assign the public IP address to your device’s interface.

image


Conclusion

Organizations still have a few weeks to identify, plan, and migrate their resources to the Standard SKU, which is more robust and better integrated with modern Azure services. By planning ahead now, IT teams can avoid service disruptions and take advantage of the advanced features offered by the new model.

You now know how to convert a public IP to Standard in Azure.


Sources

Microsoft Learn - Azure Public IP Addresses


Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.

Don’t forget to follow us and share this post.

Related Posts