Skip to content

Commit 7b35350

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us444682-tm-faq-update
2 parents 2109905 + 5f0523a commit 7b35350

File tree

5 files changed

+395
-46
lines changed

5 files changed

+395
-46
lines changed

articles/storage/files/files-data-protection-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Data protection overview for Azure Files
2+
title: Data Protection Overview for Azure Files
33
description: Learn how to protect your data in Azure Files. Understand the concepts and processes involved with backup and recovery of Azure file shares.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: overview
77
ms.date: 08/04/2024
88
ms.author: kendownie
9-
# Customer intent: "As a data administrator, I want to implement data protection for Azure file shares, so that I can ensure recovery from accidental loss, protect against ransomware, and maintain business continuity."
9+
# Customer intent: "As a systems administrator, I want to implement data protection for Azure file shares, so that I can ensure recovery from accidental loss, protect against ransomware, and maintain business continuity."
1010
---
1111

1212
# Azure Files data protection overview

articles/virtual-network-manager/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
href: how-to-manage-ip-addresses-network-manager.md
117117
- name: Deploy cross-tenant IP address pools
118118
href: deploy-cross-tenant-ip-address-management.md
119+
- name: Deploy IP address pools with Bicep
120+
href: deploy-ip-address-management-pools-bicep.md
119121
- name: Troubleshoot
120122
items:
121123
- name: Common issues

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

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
title: What is IP address management (IPAM) in Azure Virtual Network Manager?
3-
description: Learn about IP address management (IPAM) in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks.
3+
description: Learn about IP address management (IPAM) in Azure Virtual Network Manager to efficiently manage IP addresses in your virtual networks.
4+
#customer intent: As a network administrator, I want to learn about IP address management in Azure Virtual Network Manager so that I can efficiently manage IP addresses in my virtual networks.
45
author: mbender-ms
56
ms.author: mbender
67
ms.service: azure-virtual-network-manager
78
ms.topic: how-to
8-
ms.date: 02/05/2025
9-
ms.custom: references_regions
10-
#customer intent: As a network administrator, I want to learn about IP address management in Azure Virtual Network Manager so that I can manage IP addresses in my virtual networks.
9+
ms.date: 06/12/2025
10+
ms.custom:
11+
- references_regions
12+
- ai-gen-docs-bap
13+
- ai-gen-description
14+
- ai-seo-date:06/12/2025
1115
---
1216

1317
# What is IP address management (IPAM) in Azure Virtual Network Manager?
@@ -18,15 +22,17 @@ In this article, you learn about the IP address management (IPAM) feature in Azu
1822

1923
## What is IP address management (IPAM)?
2024

21-
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks using IP address pools. The following are some key features of IPAM in Azure Virtual Network Manager:
25+
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks using IP address pools.
26+
27+
The following are some key features of IPAM in Azure Virtual Network Manager:
2228

2329
- Create pools for IP address planning.
2430

2531
- Autoassign nonoverlapped CIDRs to Azure resources.
2632

2733
- Create reserved IPs for specific needs.
2834

29-
- Prevent Azure address space from overlapping on-premises and cloud environments.
35+
- Prevent Azure address space from overlapping on-premises and cloud environments.
3036

3137
- Monitor IP/CIDR usages and allocations in a pool.
3238

@@ -35,41 +41,58 @@ In Azure Virtual Network Manager, IP address management (IPAM) helps you central
3541
## How does IPAM work in Azure Virtual Network Manager?
3642

3743
The IPAM feature in Azure Virtual Network Manager works through the following key components:
44+
3845
- Managing IP Address Pools
46+
3947
- Allocating IP addresses to Azure resources
48+
4049
- Delegating IPAM permissions
50+
4151
- Simplifying resource creation
4252

4353
### Manage IP address pools
4454

45-
IPAM allows network administrators to plan and organize IP address usage by creating pools with address spaces and respective sizes. These pools act as containers for groups of CIDRs, enabling logical grouping for specific networking purposes. You can create a structured hierarchy of pools by dividing a larger pool into smaller, more manageable pools. This hierarchy provides more granular control and organization of your network's IP address space.
55+
IPAM allows network administrators to plan and organize IP address usage by creating pools with address spaces and respective sizes.
56+
57+
These pools act as containers for groups of CIDRs, enabling logical grouping for specific networking purposes. You can create a structured hierarchy of pools by dividing a larger pool into smaller, more manageable pools. This hierarchy provides more granular control and organization of your network's IP address space.
4658

4759
There are two types of pools in IPAM:
60+
4861
- **Root pool**: The first pool created in your instance is the root pool. This represents your entire IP address range.
49-
- **Child pool**: A child pool is a subset of the root pool or another child pool. You can create multiple child pools within a root pool or another child pool. You can have up to seven layers of pools
62+
63+
- **Child pool**: A child pool is a subset of the root pool or another child pool. You can create multiple child pools within a root pool or another child pool. You can have up to seven layers of pools.
5064

5165
### Allocating IP addresses to Azure resources
5266

53-
You can allocate Azure resources, such as virtual networks, to a specific pool with CIDRs. This helps in identifying which CIDRs are currently in use. There's also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IPAM service. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space.
67+
You can allocate Azure resources, such as virtual networks, to a specific pool with CIDRs. This helps in identifying which CIDRs are currently in use.
68+
69+
There's also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IPAM service. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space.
5470

5571
### Delegating permissions for IPAM
5672

57-
With IPAM, you can delegate permission to other users to utilize the IP address 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.
73+
With IPAM, you can delegate permission to other users to utilize the IP address pools, ensuring controlled access and management while democratizing pool allocation.
74+
75+
These permissions allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
5876

5977
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:
6078

6179
- The total number of IPs in pool.
80+
6281
- The percentage of allocated pool space.
63-
82+
6483
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.
6584

6685
### Simplifying resource creation
6786

68-
When you create CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process. The system ensures that the automatically allocated CIDRs don't overlap within the pool, maintaining network integrity and preventing conflicts.
87+
When you create CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process.
88+
89+
The system ensures that the automatically allocated CIDRs don't overlap within the pool, maintaining network integrity and preventing conflicts.
6990

7091
## Permission requirements for IPAM in Azure Virtual Network Manager
7192

72-
The **IPAM Pool User** role alone is sufficient for delegation when using IPAM. If permission issues arise, 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 don't see available pools and virtual networks.
93+
The **IPAM Pool User** role alone is sufficient for delegation when using IPAM. If permission issues arise, 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.
94+
95+
Without this role, users with only the **IPAM Pool User** role don't see available pools and virtual networks.
7396

7497
Learn more about [Azure role-based access control (Azure RBAC)](../role-based-access-control/overview.md).
7598

0 commit comments

Comments
 (0)