How is the Network a d Disk gets calculate for different VM compute

Ajit Bhalekar 1 Reputation point Microsoft Employee
2020-12-08T13:45:02.31+00:00

I am trying to evaluate different compute for my service fabric application. But I am not able to figure out how is the network and Disk is getting calculated? Will it impact my application performance? What should ne ideal for my application.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,871 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. whoward-msft 2,766 Reputation points
    2020-12-09T04:24:09.443+00:00

    You can use Performance Metrics for your SF Nodes to get the Network and Disk information. You can also use Metrics Explorer to visualize the data from the underling VMs for your service fabric cluster.

    As for application performance monitoring I'd add the Log Analytics agent as a VMSS extension to your cluster and then connect that to a Log Analytics workspace. There's a great doc showing how to do it with the Azure CLI. Once that's done you can monitor your application specific performance and scale down if your not utilizing your resources or up if your utilization is too high.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.