Skip to content

Commit c5bd70f

Browse files
committed
Change links to file in same docset
1 parent 346ba32 commit c5bd70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/devtest-labs/devtest-lab-standard-load-balancer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ These retirements **will not impact VMs with Private IPs**. However, they will i
2424

2525
## Impact on VMs with Public IPs:
2626
- **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](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal).
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](../virtual-network/manage-network-security-group.md?tabs=network-security-group-portal).
2828
- **How to View the SKU**:
2929
- Go to the Azure compute view of the VM under Network settings.
3030
- Click on the link of the Public IP resource.
3131
- In the resource overview page, you can see the SKU type as Standard.
3232

3333
## Impact on VMs with Shared IPs:
3434
- **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](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal).
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](../virtual-network/manage-network-security-group.md?tabs=network-security-group-portal).
3636
- How to View the SKU:
3737
- Go to the Azure compute view of the VM under Load Balancing.
3838
- Click on the link of the load balancer resource.

0 commit comments

Comments
 (0)