Skip to content

Commit 4e02822

Browse files
Merge pull request #226200 from GitaraniSharma-MSFT/patch-70
(AzureCXP) MicrosoftDocs/azure-docs#104519
2 parents b1a9a60 + 5655082 commit 4e02822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/afds/waf-front-door-configure-ip-restriction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Set the Azure Front Door *WebApplicationFirewallPolicyLink* ID to the policy ID
155155
```azurecli
156156
az network front-door update \
157157
--set FrontendEndpoints[0].WebApplicationFirewallPolicyLink.id=/subscriptions/<subscription ID>/resourcegroups/resource-group-name/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/IPAllowPolicyExampleCLI \
158-
--name <frontdoor-name>
158+
--name <frontdoor-name> \
159159
--resource-group <resource-group-name>
160160
```
161161
In this example, the WAF policy is applied to **FrontendEndpoints[0]**. You can link the WAF policy to any of your front ends.

0 commit comments

Comments
 (0)