We have been receiving alerts lately related to writebytespersecond into the log analytics workspace.
Here is the insight query for this
InsightsMetrics
| where Namespace contains "Network"
| where Name == "ReadBytesPerSecond" or Name == "WriteBytesPerSecond"
| where Val > 512000
We are on DS1_V2 series VMs. I have a questions
Is there a way to find out from Azure diagnostic queries, which operations are the top contributors to the write operation?
