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
128
128
"records" : [
129
129
{
130
130
"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 " ,
132
132
"category" : " FrontDoorHealthProbeLog" ,
133
133
"operationName" : " Microsoft.Cdn/Profiles/FrontDoorHealthProbeLog/Write" ,
134
134
"properties" : {
@@ -137,9 +137,9 @@ The following example JSON snippet shows a health probe log entry for a failed h
137
137
"httpVerb" : " HEAD" ,
138
138
"result" : " OriginError" ,
139
139
"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 " ,
143
143
"totalLatencyMilliseconds" : " 141" ,
144
144
"connectionLatencyMilliseconds" : " 68" ,
145
145
"DNSLatencyMicroseconds" : " 1814"
You can’t perform that action at this time.
0 commit comments