File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments