Skip to content

Commit e5a4824

Browse files
committed
Fix content drift in configure-virtual-networks module
- Remove Basic SKU selection (retired Sept 30, 2025) - Fix IPv6 public IP restrictions (can attach to VM NICs) - Update knowledge check to focus on private IP dynamics - Replace stale retirement announcement link with current docs - Update ms.date to current date
1 parent b9d7498 commit e5a4824

4 files changed

Lines changed: 3 additions & 16 deletions

File tree

learn-pr/wwl-azure/configure-virtual-networks/10-knowledge-check.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,4 @@ quiz:
4242
explanation: "Incorrect. Public IP addresses shouldn't be assigned to internal virtual machines."
4343
- content: "Virtual machines running production workloads."
4444
isCorrect: false
45-
explanation: "Incorrect. Public IP addresses shouldn't be assigned to private virtual machines."
46-
- content: "When does a dynamic IP address change?"
47-
choices:
48-
- content: "In Azure, when a virtual machine is stopped and then restarted."
49-
isCorrect: true
50-
explanation: "Correct. The dynamic IP address changes."
51-
- content: "In the guest OS, when a virtual machine is rebooted or stopped."
52-
isCorrect: false
53-
explanation: "Incorrect. The dynamic IP address doesn't change."
54-
- content: "Each time the virtual machine is accessed."
55-
isCorrect: false
56-
explanation: "Incorrect. The dynamic IP address doesn't change."
45+
explanation: "Incorrect. Public IP addresses shouldn't be assigned to private virtual machines."

learn-pr/wwl-azure/configure-virtual-networks/includes/6-create-public-ip-addressing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can create a public IP address for your resource in the Azure portal. For ex
66

77
To create a public IP address, configure these settings. Notice that public IP addresses are often used with load balancers.
88

9-
- **IP Version**: Public IPv4 addresses can be attached to a load balancer or to a network interface. Public IPv6 addresses can only be attached to load balancers. IPv4 and IPv6 addresses are charged at the same rate.
9+
- **IP Version**: Public IP addresses can be attached to a load balancer or to a network interface. IPv4 and IPv6 addresses are charged at the same rate.
1010

1111
- **SKU**: Select the SKU for the public IP address. A Public IP's SKU must match the SKU of the Load Balancer with which it is used.
1212

learn-pr/wwl-azure/configure-virtual-networks/includes/7-associate-public-ip-addresses.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ A [public IP address](/azure/virtual-network/ip-services/public-ip-addresses) re
22

33
> [!VIDEO https://learn-video.azurefd.net/vod/player?id=8124baac-6dbd-4bc3-97b1-3693b3b465c0]
44
5-
> [!IMPORTANT]
6-
> On September 30, 2025, Basic SKU public IPs were retired. For more information, see 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).
75

86
### Things to consider when associating public IP addresses
97

learn-pr/wwl-azure/configure-virtual-networks/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Configure Virtual Networks
77
description: "Learn how to configure virtual networks and subnets, including IP addressing."
8-
ms.date: 05/20/2025
8+
ms.date: 03/20/2026
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)