Skip to content

Commit 5655082

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#104519
Updated line 158 to fix the command as it had a missing "\" and hence was failing with error. --name <frontdoor-name> \ Fixes MicrosoftDocs/azure-docs#104519
1 parent 4c43b0d commit 5655082

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)