Skip to content

Commit c99e4b5

Browse files
authored
Merge pull request #262548 from vhorne/fw-parallel-ip-groups
add install for parallel ip groups
2 parents 0c893ec + 806aab3 commit c99e4b5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

articles/firewall/ip-groups.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,28 @@ With this support, you can now:
7575

7676
For example, if there is an error with one IP Group update out of 20 parallel updates, the other updates proceed, and the errored IP Group fails. In addition, if the IP Group update fails, and the firewall is still healthy, the firewall remains in a *Succeeded* state. To check if the IP Group update has failed or succeeded, you can view the status on the IP Group resource.
7777

78+
To activate Parallel IP Group support, you can register the feature using either Azure PowerShell or the Azure portal.
79+
80+
### Azure PowerShell
81+
82+
Use the following Azure PowerShell commands:
83+
84+
```azurepowershell
85+
Connect-AzAccount
86+
Select-AzSubscription -Subscription <subscription_id> or <subscription_name>
87+
Register-AzProviderFeature -FeatureName AzureFirewallParallelIPGroupUpdate -ProviderNamespace Microsoft.Network
88+
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
89+
```
90+
It can take several minutes for this to take effect. Once the feature is completely registered, consider performing an update on Azure Firewall for the change to take effect immediately.
91+
92+
### Azure portal
93+
94+
1. Navigate to **Preview features** in the Azure portal.
95+
2. Search and register **AzureFirewallParallelIPGroupUpdate**.
96+
3. Ensure the feature is enabled.
97+
98+
:::image type="content" source="media/ip-groups/preview-features-parallel.png" alt-text="Screenshot showing the parallel IP groups feature.":::
99+
78100
## Region availability
79101

80102
IP Groups are available in all public cloud regions.
164 KB
Loading

0 commit comments

Comments
 (0)