Skip to content

Commit 190475f

Browse files
author
Michael Bender
committed
updated ms.date and ms.custom
1 parent 65b1bd2 commit 190475f

File tree

3 files changed

+32
-10
lines changed

3 files changed

+32
-10
lines changed

articles/virtual-network-manager/concept-ip-address-management.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 09/26/2024
8+
ms.date: 10/2/2024
9+
ms.custom: references_regions
910
#customer intent: As a network administrator, I want to learn about IP address management (IPAM) in Azure Virtual Network Manager so that I can manage IP addresses in my virtual networks.
1011
---
1112

@@ -56,9 +57,7 @@ When it comes to allocation, you can assign Azure resources with CIDRs, such as
5657
With IPAM, you can delegate permission to other users to utilize the IPAM pools, ensuring controlled access and management while democratizing pool allocation. These permissions allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
5758

5859
Delegating permissions also allows others to view usage statistics and lists of resources associated with the pool. Within your network manager, complete usage statistics are available including:
59-
- the total number of IPs in pool
60-
- the number of used IPs
61-
- the percentage of used IPs
60+
- the total number of IPs in pool.
6261
- the percentage of allocated pool space.
6362

6463
Additionally, it shows details for pools and resources associated with pools, giving a complete overview of the IP usages and aiding in better resource management and planning.
@@ -71,6 +70,13 @@ When creating CIDR-supporting resources like virtual networks, CIDRs are automat
7170

7271
You need to have the Network Contributor role for the scope of the network manager instance you want to create and manage.
7372

73+
## Known issues
74+
75+
- When using IP address management, the **IPAM Pool User** role alone is sufficient for delegation. During the public preview, you also need to grant "Network Manager Read" access to ensure full discoverability of IP address pools and virtual networks across the Network Manager's scope. Without this role, users with only the **IPAM Pool User** role won't be able to see available pools and virtual networks.
76+
- When virtual networks are associated with an IPAM pool, peering sync may show as out of sync, even though peering is functioning correctly.
77+
- When a VNet is moved to a different subscription, the references in IPAM are not updated, leading to inconsistent management status.
78+
- When the `enableMultipleAddressPrefixesonSubnet` AFEC flag is disabled, subnets only support one address prefix, leading to errors when multiple subnet prefixes are required.
79+
- When multiple requests for the same VNet are made, it can result in duplicate allocations entries.
7480
## Next steps
7581

7682
> [!div class="nextstepaction"]

articles/virtual-network-manager/how-to-manage-ip-addresses-network-manager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-virtual-network-manager
77
ms.topic: how-to
8-
ms.date: 09/27/2024
8+
ms.date: 10/2/2024
9+
ms.custom: references_regions
910
#customer intent: As a network administrator, I want to learn how to manage IP addresses with Azure Virtual Network Manager so that I can create and assign IP address pools to my virtual networks.
1011
---
1112

includes/virtual-network-manager-ipam.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,27 @@
55
author: mbender
66
ms.service: virtual-network-manager
77
ms.topic: include
8-
ms.date: 07/17/2024
8+
ms.date: 10/2/2024
99
ms.author: mbender-ms
10-
ms.custom: include-file
10+
ms.custom: include-file, references_regions
1111
---
1212

1313
> [!IMPORTANT]
14-
> Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is in preview.
15-
>
16-
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
14+
> Currently, the IP address management (IPAM) feature in Azure Virtual Network Manager is in preview. It is available in the following regions during preview:
15+
>
16+
> - Australia East
17+
> - Central US
18+
> - Central US EUAP
19+
> - East US
20+
> - East US 2
21+
> - East US 2 EUAP
22+
> - France Central
23+
> - North Europe
24+
> - South Africa North
25+
> - South Central US
26+
> - UK South
27+
> - West Europe
28+
> - West US
29+
> - West US 2
30+
>
31+
> This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

0 commit comments

Comments
 (0)