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/virtual-network-manager/deploy-cross-tenant-ip-address-management.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,16 +184,14 @@ In this section, you learn how to deploy a virtual network in Tenant B that uses
184
184
To remove an IP allocation from a cross-tenant resource:
185
185
186
186
1. Sign in to the [Azure portal](https://portal.azure.com/) with credentials for Tenant A.
187
-
188
-
1. Navigate to the IPAM pool in Azure Virtual Network Manager.
189
-
190
-
1. Locate the allocation for the cross-tenant resource and select it.
191
-
192
-
1. Select **Remove allocation** and confirm when prompted.
193
-
194
-
1. You will be asked to authenticate to Tenant B to verify permissions.
195
-
196
-
1. After authentication, the allocation will be removed and the resource in Tenant B will no longer have the assigned IP prefix.
187
+
1. Navigate to **Azure Virtual Network Manager** and locate your network manager instance.
188
+
1. Select **IP address pools** under **IP address management**.
189
+
1. On the **IP address pools** page, select **Allocations** under **Settings**.
190
+
1. Select the virtual network that you want to remove the IPAM allocation from.
191
+
1. Select **X Remove**.
192
+
1. Select **Authenticeate <managedTenantID>** to authenticate to Tenant B and complete authentication.
193
+
1. Once authenticated, select **Yes** to remove the IPAM allocation.
194
+
1. Refresh the page to verify that the IPAM allocation has been removed.
197
195
198
196
# [Azure CLI](#tab/azurecli)
199
197
@@ -244,7 +242,4 @@ When you're done with cross-tenant IPAM, you may want to clean up the resources:
244
242
245
243
-[Learn about IP address management in Azure Virtual Network Manager](./concept-ip-address-management.md)
246
244
-[Add remote tenant scope in Azure Virtual Network Manager](./how-to-configure-cross-tenant-portal.md)
247
-
-[Learn about security configuration in Azure Virtual Network Manager](./concept-security-admins.md)
248
-
```
249
-
250
-
This update restructures the document to use tabs for the Azure Portal and Azure CLI methods, following the format used in the reference document. The tabs are set at the H2 level and properly formatted with the markdown tab syntax. I've also added a "Remove IPAM allocation" section that follows the same tabbed structure for consistency.
245
+
-[Learn about security configuration in Azure Virtual Network Manager](./concept-security-admins.md)
0 commit comments