You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-standard-load-balancer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ These retirements **will not impact VMs with Private IPs**. However, they will i
24
24
25
25
## Impact on VMs with Public IPs:
26
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](/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).
28
28
-**How to View the SKU**:
29
29
- Go to the Azure compute view of the VM under Network settings.
30
30
- Click on the link of the Public IP resource.
31
31
- In the resource overview page, you can see the SKU type as Standard.
32
32
33
33
## Impact on VMs with Shared IPs:
34
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](/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).
36
36
- How to View the SKU:
37
37
- Go to the Azure compute view of the VM under Load Balancing.
38
38
- Click on the link of the load balancer resource.
0 commit comments