Skip to content

Commit 0afa7a1

Browse files
committed
docs: Fix metadata, broken links, and style guide issues
1 parent 6b55ac7 commit 0afa7a1

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

articles/firewall/create-ip-group.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
2-
title: Create IP Groups in Azure Firewall
3-
description: IP Groups allow you to group and manage IP addresses for Azure Firewall rules.
4-
services: firewall
2+
title: Create IP Groups in Azure Firewall
3+
description: Create IP Groups to group and manage IP addresses for Azure Firewall rules.
54
author: duongau
5+
ms.author: duau
66
ms.service: azure-firewall
77
ms.topic: how-to
8-
ms.date: 10/31/2022
9-
ms.author: duau
10-
ms.custom: devx-track-azurepowershell, devx-track-azurecli
8+
ms.date: 03/28/2026
9+
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1110
ms.devlang: azurecli
1211
# Customer intent: "As a network administrator, I want to create and manage IP Groups for Azure Firewall, so that I can efficiently configure and enforce firewall rules based on grouped IP addresses."
1312
---
1413

1514
# Create IP Groups
1615

17-
IP Groups allow you to group and manage IP addresses for Azure Firewall rules. They can have a single IP address, multiple IP addresses, or one or more IP address ranges.
16+
IP Groups help you group and manage IP addresses for Azure Firewall rules. They can include a single IP address, multiple IP addresses, or one or more IP address ranges.
1817

1918
## Create an IP Group - Azure portal
2019

@@ -29,13 +28,13 @@ To create an IP Group by using the Azure portal:
2928
1. Select **Next: IP addresses**.
3029
1. Type an IP address, multiple IP addresses, or IP address ranges.
3130

32-
There are two ways to enter IP addresses:
33-
- You can manually enter them
34-
- You can import them from a file
31+
Enter IP addresses in one of two ways:
32+
- Manually enter them.
33+
- Import them from a file.
3534

36-
To import from a file, select **Import from a file**. You may either drag your file to the box or select **Browse for files**. If necessary, you can review and edit your uploaded IP addresses.
35+
To import from a file, select **Import from a file**. You can either drag your file to the box or select **Browse for files**. If necessary, you can review and edit your uploaded IP addresses.
3736

38-
When you type an IP address, the portal validates it to check for overlapping, duplicates, and formatting issues.
37+
When you type an IP address, the portal validates it to check for overlapping, duplicates, and formatting problems.
3938

4039
1. When finished, select **Review + Create**.
4140
1. Select **Create**.
@@ -49,7 +48,7 @@ $ipGroup = @{
4948
Name = 'ipGroup'
5049
ResourceGroupName = 'Test-FW-RG'
5150
Location = 'East US'
52-
IpAddress = @('10.0.0.0/24', '192.168.1.10')
51+
IpAddress = @('10.0.0.0/24', '192.168.1.10')
5352
}
5453
5554
New-AzIpGroup @ipGroup

0 commit comments

Comments
 (0)