We are excited to announce preview of enhancements in Azure DevTest Labs designed to accommodate two upcoming retirements in Azure:
Retirement | Date | Details |
Azure Basic Load Balancer | September 30, 2025 | The Azure Basic Load Balancer will be retired. You can continue using your existing Basic Load Balancers until this date, but you will not be able to deploy new ones after 31 March 2025. For more information, please refer to the official announcement. |
Basic SKU Public IP Addresses | September 30, 2025 | Basic SKU public IP addresses will be retired in Azure. You can continue using your existing Basic SKU public IP addresses until this date, but you will not be able to create new ones after 31 March 2025. For more information, please refer to the official announcement |
These retirements will not impact VMs with Private IPs. However, they will impact VMs with Public or Shared IPs in the following ways:
Â
Impact on VMs with Public IPs:
- Current Setup:Â When you create a Public IP VM, a Basic SKU Public IP address resource with dynamic IP allocation is created.
- New Setup:Â A Standard SKU Public IP address resource with static IP allocation will be created when you create a Public IP VM. Each VM with a Public IP will be assigned its own public IP address, allowing direct access via RDP or SSH. You need to create and configure a Network Security Group to allow inbound traffic such as RDP or SSH connection.
- How to View the SKU:
- Go to the Azure compute view of the VM under Network settings.
- Click on the link of the Public IP resource.
- In the resource overview page, you can see the SKU type as Standard.
Â
Impact on VMs with Shared IPs:
- Current Setup:Â All VMs created with Shared IPs are placed in the same resource group, which has one assigned Basic SKU public IP address. DevTest Labs automatically creates a Basic load balancer to manage traffic for these VMs. When a VM with a shared IP is added to a subnet, it is automatically added to the load balancer and assigned a TCP port number on the public IP address, forwarding to the SSH port on the VM.
- New Setup:Â A Standard SKU load balancer will be created and used instead of a Basic Load Balancer. You need to create and configure a Network Security Group to allow inbound traffic such as RDP or SSH connection.
- How to View the SKU:
- Go to the Azure compute view of the VM under Load Balancing.
- Click on the link of the load balancer resource.
- In the resource overview page, you can see the SKU type as Standard.
Please check out the Azure DevTest Labs public documentation related to these changes.
These changes in Azure DevTest Labs are being rolled out to different regions in phases. We expect to complete the rollout by March 31, 2025.
To learn more about upgrading a basic public IP address to Standard SKU and upgrading from Basic Load Balancer to Standard Load Balancer, check out the following articles:
0 comments
Be the first to start the discussion.