arcade
arcade copied to clipboard
Android devices lost internet connectivity
We should take high hitters from this query:
Metrics
| where EventType == "_MobileDeviceOperation" and MetricName == "NoInternet" and Timestamp > now()-7d
| join kind=inner WorkItems on WorkItemId
| extend Dimensions = parse_json(Dimensions)
| summarize NoInternet=count() by MachineName
These machines have devices that are offline:
-
DNCENGWIN-095
-
DNCENGWIN-119
I offlined the machines
The corresponding DDFun incident -> https://portal.microsofticm.com/imp/v3/incidents/details/326729909/home
Seems like DDFUN only checked for phone connection, not the WiFi connection which still doesn't work.
I asked them to re-open the IcM
AP was down. It was fixed as part of a different IcM - https://portal.microsofticm.com/imp/v3/incidents/details/327915531/home
Machines are back online