Skip to content

Commit 8190681

Browse files
authored
Merge pull request #124274 from DenisseValverde/patch-3
Update front-door-diagnostics.md
2 parents 92d6d02 + 5fd2ed1 commit 8190681

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/frontdoor/front-door-diagnostics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following example JSON snippet shows a health probe log entry for a failed h
128128
"records": [
129129
{
130130
"time": "2021-02-02T07:15:37.3640748Z",
131-
"resourceId": "/SUBSCRIPTIONS/27CAFCA8-B9A4-4264-B399-45D0C9CCA1AB/RESOURCEGROUPS/AFDXPRIVATEPREVIEW/PROVIDERS/MICROSOFT.CDN/PROFILES/AFDXPRIVATEPREVIEW-JESSIE",
131+
"resourceId": "/SUBSCRIPTIONS/mySubscriptionID/RESOURCEGROUPS/myResourceGroup/PROVIDERS/MICROSOFT.CDN/PROFILES/MyProfile",
132132
"category": "FrontDoorHealthProbeLog",
133133
"operationName": "Microsoft.Cdn/Profiles/FrontDoorHealthProbeLog/Write",
134134
"properties": {
@@ -137,9 +137,9 @@ The following example JSON snippet shows a health probe log entry for a failed h
137137
"httpVerb": "HEAD",
138138
"result": "OriginError",
139139
"httpStatusCode": "400",
140-
"probeURL": "http://afdxprivatepreview.blob.core.windows.net:80/",
141-
"originName": "afdxprivatepreview.blob.core.windows.net",
142-
"originIP": "52.239.224.228:80",
140+
"probeURL": "http://www.example.com:80/",
141+
"originName": "www.example.com",
142+
"originIP": "PublicI:Port",
143143
"totalLatencyMilliseconds": "141",
144144
"connectionLatencyMilliseconds": "68",
145145
"DNSLatencyMicroseconds": "1814"

0 commit comments

Comments
 (0)