Check Data Read, Write and Copy logs in Azure Storage using Log Analytics.

Garima Das 1,061 Reputation points
2021-07-23T10:16:04.207+00:00

Hi Experts,

I have created an Azure Storage Account that contains Azure Containers and File Shares. I have mounted this file share as a shared Drive on to one of the Virtual Machines of the Same environment. I have then configured Log analytics Workspace and connected both the Virtual machine and the Storage account to the Log Analytics to collect the data.

I have copied some data to the Azure File share that is mounted on the VM and now I want to check the storage performance of the File Share. How can I achieve this using Log analytics.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,285 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,876 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,148 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 37,081 Reputation points Microsoft Employee
    2021-07-26T19:23:40.567+00:00

    @Garima Das
    Apologies for the delayed response. Data for Azure Files is stored in the StorageFileLogs table. You can perform queries to this table to get some performance data, samples can be found here. Since you are looking at performance the DurationMs and ServerLatencyMs would be useful to you, you can view the data that is logged here.

    Since you are monitoring performance the Metrics in Azure Monitor will also be useful. A list of available metrics can be found here.

    Hope this helps! Let us know if you run into issues or have further questions.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.