How do I prevent horizontal auto scroll when viewing Live Metrics?

Viewed 154

Within the Azure portal, I have navigated to my function then selected Developer->Monitor->Logs->Open in Live Metrics. This displays the screen shown below.

Frequently, the view automatically horizontally scrolls to the left, to show a black log screen. If you scroll the graphs back into view, it jumps back to the black log screen.

Does anyone know how I can prevent this annoying behaviour? I have tried both Edge and Chrome browsers.

enter image description here

1 Answers

I've found that if you access the graphs via Function -> Investigate -> Live Metrics you get only the graphs without the black log screen so there is no scrolling.

Related