Skip to content

Commit 5fd2ed1

Browse files
Update front-door-diagnostics.md
The JSON file contains public IP address, URL and a resource ID with a subscription ID and resource information. I removed the sensitive information: { "records": [ { "time": "2021-02-02T07:15:37.3640748Z", "resourceId": "/SUBSCRIPTIONS/mySubscriptionID/RESOURCEGROUPS/myResourceGroup/PROVIDERS/MICROSOFT.CDN/PROFILES/ResourceName", "category": "FrontDoorHealthProbeLog", "operationName": "Microsoft.Cdn/Profiles/FrontDoorHealthProbeLog/Write", "properties": { "healthProbeId": "9642AEA07BA64675A0A7AD214ACF746E", "POP": "MAA", "httpVerb": "HEAD", "result": "OriginError", "httpStatusCode": "400", "probeURL": " http://www.example.com:80/" , "originName": " www.example.com" , "originIP": "PublicI:Port", "totalLatencyMilliseconds": "141", "connectionLatencyMilliseconds": "68", "DNSLatencyMicroseconds": "1814" } } ] }
1 parent 0bb1553 commit 5fd2ed1

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)