|
| 1 | +--- |
| 2 | +title: Enhancements to Support Retirement of Basic Load Balancers and Basic SKU Public IP addresses in Azure |
| 3 | +description: Learn how retirement of Basic Load Balancer and Basic SKU Public IP address in Azure will impact VMs provisioned in Azure DevTest Labs. |
| 4 | +ms.topic: how-to |
| 5 | +ms.author: anishtrakru |
| 6 | +author: RoseHJM |
| 7 | +ms.date: 03/20/2025 |
| 8 | +ms.custom: UpdateFrequency2 |
| 9 | +--- |
| 10 | + |
| 11 | +# Standard Load Balancer and Standard SKU Public IP address in Azure DevTest Labs |
| 12 | + |
| 13 | +Azure DevTest Labs has made enhancements designed to accommodate two upcoming retirements in Azure: |
| 14 | + |
| 15 | + |Retirement|Date|Details| |
| 16 | + |---|---|---| |
| 17 | + |**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](https://azure.microsoft.com/updates?id=azure-basic-load-balancer-will-be-retired-on-30-september-2025-upgrade-to-standard-load-balancer).| |
| 18 | + |**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](https://azure.microsoft.com/updates?id=upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired).| |
| 19 | + |
| 20 | +> [!IMPORTANT] |
| 21 | +> The **enhancements to support retirement of Basic Load Balancer and Basic SKU Public IP address in Azure** feature are currently in preview in Azure DevTest Labs. For more information about the preview status, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The document defines legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability. |
| 22 | +
|
| 23 | +These retirements **will not impact VMs with Private IPs**. However, they will impact VMs with Public or Shared IPs in the following ways: |
| 24 | + |
| 25 | +## Impact on VMs with Public IPs: |
| 26 | +- **Current Setup**: When you create a Public IP VM, a Basic SKU Public IP address resource with dynamic IP allocation is created. |
| 27 | +- **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 (NSG) to allow inbound traffic** such as RDP or SSH connection. To learn more about how to create and configure NSGs, please check [Create, change, or delete a network security group](https://learn.microsoft.com/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal). |
| 28 | +- **How to View the SKU**: |
| 29 | + - Go to the Azure compute view of the VM under Network settings. |
| 30 | + - Click on the link of the Public IP resource. |
| 31 | + - In the resource overview page, you can see the SKU type as Standard. |
| 32 | + |
| 33 | +## Impact on VMs with Shared IPs: |
| 34 | +- **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. |
| 35 | +- **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 (NSG) to allow inbound traffic** such as RDP or SSH connection. To learn more about how to create and configure NSGs, please check [Create, change, or delete a network security group](https://learn.microsoft.com/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal). |
| 36 | +- How to View the SKU: |
| 37 | + - Go to the Azure compute view of the VM under Load Balancing. |
| 38 | + - Click on the link of the load balancer resource. |
| 39 | + - In the resource overview page, you can see the SKU type as Standard. |
| 40 | + |
| 41 | +**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.** |
0 commit comments