Skip to content

Commit 8e6aca3

Browse files
committed
Update JSON
1 parent 64931e0 commit 8e6aca3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/web-application-firewall/afds/waf-front-door-tuning.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: web-application-firewall
55
author: mohitkusecurity
66
ms.service: web-application-firewall
77
ms.topic: conceptual
8-
ms.date: 08/16/2022
8+
ms.date: 08/28/2022
99
ms.author: mohitku
1010
ms.reviewer: victorh
1111
ms.custom: devx-track-azurepowershell
@@ -70,9 +70,9 @@ Now, let's check the information in the `details` field. This is where you can s
7070
```json
7171
{
7272
"time": "2020-09-24T16:43:04.5422943Z",
73-
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.NETWORK/FRONTDOORS/AFDWAFDEMOSITE",
73+
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.CDN/PROFILES/AFDWAFDEMOSITE",
7474
"category": "FrontDoorWebApplicationFirewallLog",
75-
"operationName": "Microsoft.Network/FrontDoor/WebApplicationFirewallLog/Write",
75+
"operationName": "Microsoft.Cdn/Profiles/WebApplicationFirewallLog/Write",
7676
"properties": {
7777
"clientIP": "1.1.1.1",
7878
"clientPort": "53566",
@@ -144,9 +144,9 @@ You can see these are related logs based on the `trackingReference` value being
144144
```json
145145
{
146146
"time": "2020-09-24T16:43:04.5430764Z",
147-
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.NETWORK/FRONTDOORS/AFDWAFDEMOSITE",
147+
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.CDN/PROFILES/AFDWAFDEMOSITE",
148148
"category": "FrontDoorAccessLog",
149-
"operationName": "Microsoft.Network/FrontDoor/AccessLog/Write",
149+
"operationName": "Microsoft.Cdn/Profiles/AccessLog/Write",
150150
"properties": {
151151
"trackingReference": "0mMxsXwAAAABEalekYeI4S55qpi5R7R0/V1NURURHRTA4MTIAZGI4NGQzZDgtNWQ5Ny00ZWRkLTg2ZGYtZDJjNThlMzI2N2I4",
152152
"httpMethod": "POST",
@@ -333,9 +333,9 @@ In this example, you can see the rule that blocked the request (with the same Tr
333333
```json
334334
{
335335
"time": "2020-09-24T16:43:04.5422943Z",
336-
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.NETWORK/FRONTDOORS/AFDWAFDEMOSITE",
336+
"resourceId": "/SUBSCRIPTIONS/<Subscription ID>/RESOURCEGROUPS/<Resource Group Name>/PROVIDERS/MICROSOFT.CDN/PROFILES/AFDWAFDEMOSITE",
337337
"category": "FrontDoorWebApplicationFirewallLog",
338-
"operationName": "Microsoft.Network/FrontDoor/WebApplicationFirewallLog/Write",
338+
"operationName": "Microsoft.Cdn/Profiles/WebApplicationFirewallLog/Write",
339339
"properties": {
340340
"clientIP": "1.1.1.1",
341341
"clientPort": "53566",

0 commit comments

Comments
 (0)