Skip to content

Commit 0a4d0ef

Browse files
authored
Merge pull request #91598 from john-par/patch-5
Update waf-front-door-rate-limit-powershell.md
2 parents 43fe849 + df6e7b6 commit 0a4d0ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/frontdoor/waf-front-door-rate-limit-powershell.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ In the following example, the limit is set to 1000. Requests from any client to
7474

7575
Find the name of the resource group that contains the Front Door profile using `Get-AzureRmResourceGroup`. Next, configure a security policy with a custom rate limit rule using [New-AzFrontDoorWafPolicy](/powershell/module/az.frontdoor/new-azfrontdoorwafpolicy) in the specified resource group that contains the Front Door profile.
7676

77-
The below example uses the Resource Group name *myResourceGroupFD1* with the assumption that you have created the Front Door profile using instructions provided in the [Quickstart: Create a Front Door](quickstart-create-front-door.md) article.
78-
79-
using [New-AzFrontDoorWafPolicy](/powershell/module/az.frontdoor/new-azfrontdoorwafpolicy).
77+
The below example uses the Resource Group name *myResourceGroupFD1* with the assumption that you have created the Front Door profile using instructions provided in the [Quickstart: Create a Front Door](quickstart-create-front-door.md) article using [New-AzFrontDoorWafPolicy](/powershell/module/az.frontdoor/new-azfrontdoorwafpolicy).
8078

8179
```powershell-interactive
8280
$ratePolicy = New-AzFrontDoorWafPolicy `

0 commit comments

Comments
 (0)