Skip to content

Commit df6e7b6

Browse files
authored
Update waf-front-door-rate-limit-powershell.md
Updates related to User Story 1611609: https://mseng.visualstudio.com/TechnicalContent/_workitems/edit/1611609
1 parent 92d11b7 commit df6e7b6

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)