How can i monitor disk and memory usage in azure linux?

Viewed 90

I am new to azure. I cannot monitor disk and memory usage for a Linux machine in azure. How can I monitor disk and memory usage? Please, anyone, help me regarding this issue.

I appreciate any help you can provide.

1 Answers
  • We can check the Linux Memory metrics from Azure Portal
  • Navigate to Azure portal => Your VM => Under Monitoring , select Insights

enter image description here

enter image description here

  • You can also check metrics from the Diagnostics Settings from Portal

Diagnostics Settings => Overview => Pick a storage Account => Enable Guest level Monitoring

  • We can enable Guest level monitoring while creating VM

enter image description here

Related