We have a azure blob storage container which is NFS mounted on linux Virtual Machines. This container has blobs in Hot tier, Cool tier and Archive tier.
I see a lot of transactions (per day) in Azure Metrics for this storage account. We only have one container in the storage account.
Can you please help me narrow down from where these transactions are coming? And also may I know which category (Read, Iterative Read, All other operations) I should consider these transactions as in the Blob transactions pricing table? API NFS3LookUp Screenshot
API NFS3GetAttr Screenshot
For your transaction issue make use of Azure Storage Analytics metrics (classic) | Microsoft Docs,This issues mainly because of many Duplicate records may exist for logs created in the same hour
Make sure you enable Azure Storage Analytics metrics, in your storage account use blob container
$logs
which you can proceed to more log entries and find information and$logs
are not worked when List Containers operation is accomplished.For example :
http://<accountname>.blob.core.windows.net/$logs
.You can try the below PowerShell cmdlet to filter the list of log blobs at specify time which you can done in your storage account container
Otherwise, You can make use of azure application Insights it can automatically detect performance and resolve your diagnose issues io understand what actually required
For your information please refer below link which answered by sVathis & Gaurav Mantri :
How can I find the source of my Hot LRS Write Operations on Azure Storage Account?
Azure Storage Analytics logging | Microsoft Docs
You can use azure Pricing calculator Pricing is depends on the region where the data is stored
please refer this offical documents for operations based on your requirement