Skip to content

Commit 4961ac7

Browse files
committed
tweaks
1 parent 89d8a3d commit 4961ac7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/web-application-firewall/ag/create-custom-waf-rules.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
4848
-State Enabled
4949
```
5050

51-
And here's the corresponding JSON:
51+
Corresponding JSON:
5252

5353
```json
5454
{
@@ -109,7 +109,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
109109
-State Enabled
110110
```
111111

112-
And the corresponding JSON:
112+
Corresponding JSON:
113113

114114
```json
115115
{
@@ -167,7 +167,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
167167
-State Enabled
168168
```
169169

170-
And the corresponding JSON:
170+
Corresponding JSON:
171171

172172
```json
173173
{
@@ -227,7 +227,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
227227
-State Enabled
228228
```
229229

230-
Here's the corresponding JSON:
230+
Corresponding JSON:
231231

232232
```json
233233
{
@@ -297,7 +297,7 @@ $condition2 = New-AzApplicationGatewayFirewallCondition `
297297
-State Enabled
298298
```
299299

300-
Here's the corresponding JSON:
300+
Corresponding JSON:
301301

302302
```json
303303
{
@@ -388,7 +388,7 @@ $rule2 = New-AzApplicationGatewayFirewallCustomRule `
388388
-State Enabled
389389
```
390390

391-
And the corresponding JSON:
391+
Corresponding JSON:
392392

393393
```json
394394
{
@@ -532,7 +532,7 @@ $rule = New-AzApplicationGatewayFirewallCustomRule `
532532
-State Enabled
533533
```
534534

535-
And here's the corresponding JSON:
535+
Corresponding JSON:
536536

537537
```json
538538
{

0 commit comments

Comments
 (0)