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
# 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."
13
12
---
14
13
15
14
# Create IP Groups
16
15
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.
18
17
19
18
## Create an IP Group - Azure portal
20
19
@@ -29,13 +28,13 @@ To create an IP Group by using the Azure portal:
29
28
1. Select **Next: IP addresses**.
30
29
1. Type an IP address, multiple IP addresses, or IP address ranges.
31
30
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.
35
34
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.
37
36
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.
0 commit comments