Solutions
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"> <path d="M21.25 12C21.25 13.2426 20.2426 14.25 19 14.25C17.7574 14.25 16.75 13.2426 16.75 12C16.75 10.7574 17.7574 9.75 19 9.75C20.2426 9.75 21.25 10.7574 21.25 12Z" stroke="black" stroke-width="1.5"/><path d="M7.25 12C7.25 13.2426 6.24264 14.25 5 14.25C3.75736 14.25 2.75 13.2426 2.75 12C2.75 10.7574 3.75736 9.75 5 9.75C6.24264 9.75 7.25 10.7574 7.25 12Z" stroke="black" stroke-width="1.5"/><path d="M14.3752 16.1143C15.4512 15.4931 16.827 15.8617 17.4482 16.9377C18.0694 18.0137 17.7008 19.3895 16.6248 20.0107C15.5488 20.6319 14.173 20.2633 13.5518 19.1873C12.9306 18.1113 13.2992 16.7355 14.3752 16.1143Z" stroke="black" stroke-width="1.5"/><path d="M7.37519 3.98927C8.45117 3.36805 9.82701 3.73671 10.4482 4.81269C11.0694 5.88867 10.7008 7.26451 9.62481 7.88573C8.54883 8.50695 7.17298 8.13829 6.55177 7.06231C5.93055 5.98633 6.29921 4.61048 7.37519 3.98927Z" stroke="black" stroke-width="1.5"/><path d="M7.37519 20.0107C6.29921 19.3895 5.93055 18.0137 6.55177 16.9377C7.17298 15.8617 8.54883 15.4931 9.62481 16.1143C10.7008 16.7355 11.0694 18.1113 10.4482 19.1873C9.82701 20.2633 8.45117 20.6319 7.37519 20.0107Z" stroke="black" stroke-width="1.5"/><path d="M14.3752 7.88573C13.2992 7.26451 12.9306 5.88867 13.5518 4.81269C14.173 3.73671 15.5488 3.36805 16.6248 3.98927C17.7008 4.61048 18.0694 5.98633 17.4482 7.06231C16.827 8.13829 15.4512 8.50695 14.3752 7.88573Z" stroke="black" stroke-width="1.5"/> </svg>

Modern Work

Modern workplaces and collaboration.

Effective solutions
We solve the IT challenges that most hinder Swiss SMEs. From Modern Work and Cyber Security to Cloud Migration.
Discover all solutions
Services
Craftsmanship Excellence
We support you from strategy consulting to seamless 24/7 operations. Professional, proactive, and individually tailored to your infrastructure.
Compare Service Models
About
Our story
100 years of experience. Your partner for innovation since 1925.
Blog Artikel
01.06.2026
5 min read

Microsoft Azure: Important changes to public IP addresses - Basic SKU will be retired

Symbolic image: glowing cloud of data points beside a digital globe on a dark background.

Das Wichtigste in Kürze

  • Microsoft is retiring the Azure Basic SKU for public IP addresses by 30 September 2025. Affected companies must migrate to the Standard SKU beforehand.
  • The Standard SKU brings more security (mandatory NSG), zone redundancy, better integration with Azure Firewall and NAT Gateway as well as advanced monitoring options.
  • Migration in four steps: inventory, planning (zone-redundant or zonal), carry out the upgrade, review NSGs. In doing so, also check DNS, firewall rules and load balancers.

«Basic SKU» and «Standard SKU»

A public IP address is like a unique address on the internet. Just as the postal service needs your address to deliver letters, data on the internet needs this public number to find the right recipient. Every device that should be directly reachable from the internet - whether a web server, a cloud resource or your home internet router - needs such a public IP address.

«SKU» stands for «Stock Keeping Unit» and refers to a specific configuration or service tier of a product or service. In Azure, a SKU describes technical properties such as features or capacities. When it comes to IP addresses, this is specifically about the structure, functionality and security features of the public IP addresses in the Azure infrastructure.

A few years ago, Microsoft upgraded its concept in this regard and has since distinguished between the somewhat older feature set «Basic SKU» and the newer «Standard SKU». The change now taking place is happening because the cloud, and in particular its security requirements, is developing very dynamically due to rapid growth and many new features. Microsoft has therefore decided to retire the «Basic SKU» for Azure so that all Azure resources will soon be built on the more modern and more secure «Standard SKU».

What are the main advantages of the new «Standard SKU»?

As described at the outset, public IP addresses enable communication between your Azure resources and the internet. The switch from the Basic to the Standard SKU therefore offers several advantages:

  • Security: Standard SKU IP addresses are more secure because they block inbound traffic unless it is explicitly allowed by a Network Security Group (NSG). In contrast, Basic SKU IP addresses are open to inbound traffic by default.

  • Availability: Standard SKU IP addresses are designed so that they can be used across multiple Azure availability zones simultaneously (zone-redundant) or deployed in a specific zone (zonal). This means your applications remain reachable even if there are problems in a single zone. This significantly improves the stability and reliability of your services.

  • Integration: With the Standard SKU you gain access to additional Azure services such as the Standard Load Balancer (for automatic load balancing), Azure Firewall and the NAT Gateway (both for further increasing security), which are not compatible with the Basic SKU.

  • Advanced monitoring options: In future, detailed metrics on IP address usage and performance will be possible, as well as improved logging of connection attempts or diagnostics for connection problems.

What does this mean for my company and my infrastructure?

All companies that have been using the Basic SKU must switch to the Standard SKU by the deadline of 30 September 2025 to ensure that their resources continue to be supported.

The necessary steps for the switch are as follows - and we are of course happy to support our customers with these or take them over entirely:

  1. Inventory: Identification of all Basic SKU IP addresses currently in use in the Azure environment.

  2. Planning: It should be decided whether zone-redundant IP addresses are needed. If so, the new Standard SKU IP addresses must be created accordingly. If not, existing Basic SKU IP addresses can be upgraded to the Standard SKU.

  3. Carry out the upgrade: For virtual machines, the public IP address is upgraded from Basic to Standard by disassociating it from the associated resources, then performing the upgrade and subsequently reassigning it. This may result in brief service interruptions, which can however be kept minimal.

  4. Review network security groups: It must be ensured that appropriate NSGs are configured for all resources that previously used Standard SKU IP addresses, in order to allow the desired traffic.

This migration requires particular attention to, among other things:

  • Security: Standard SKU IP addresses are more secure because they block inbound traffic unless it is explicitly allowed by a Network Security Group (NSG). In contrast, Basic SKU IP addresses are open to inbound traffic by default.

  • DNS records: Changes to DNS records with public IP addresses may become necessary.

  • Firewall rules: The security configurations should be reviewed and adjusted if necessary.

  • Load balancers: A reconfiguration of the backend pools may be necessary.

  • Application dependencies: After the switch, all connected services should be tested systematically to ensure that they remain reachable with the new configuration.

Conclusion

The switch from Basic SKU to Standard SKU IP addresses is an important step for your cloud infrastructure to continue ensuring the security, availability and integration of your Azure services. Through early and proactive planning and a step-by-step implementation of the changes, we jointly ensure that your infrastructure meets the upcoming requirements and continues to function optimally.

Our experts are happy to support you in planning and carrying out the migration. Contact us for individual advice.

Sources and further links

No items found.

Share article

Zwei Mitarbeiter im Gespräch am Tisch, einer lächelt im Vordergrund

Jetzt Azure AVD Assessment buchen