DEV Community

Discussion on: The case of the Mysterious Azure Storage spikes

Collapse
 
jdedwards3 profile image
James Edwards

I am also seeing this with a nodejs function app and have contacted azure support. There appears to be many tickets open in regard to this.

I am not accessing the configuration builder since it is nodejs and not .net, any thoughts?

Collapse
 
peterlindholm profile image
Peter Lindholm

Thank you for your comment. Sorry, I'm late to reply I somehow missed the notification.

Is this new behaviour for you? I was wondering if your issue is also related to a package upgrade?

Also, are you able to identify which operation(s) that are causing this. Like in my case where it was ChangeNotify.

  1. Go to your storage account in Azure Portal
  2. Find "Insights" in the sidebar
  3. See the graph for "Transactions by storage type"

Does anything seem out of proportion? Are you seeing a lot of failures?

If you have a lot of failures try switching to the "Failures" tab to identify which type of transactions are failing.

Let me know if I can help you track this down.

Collapse
 
jdedwards3 profile image
James Edwards • Edited

Thanks!

storage

Here's the last 14 days from my storage account. The peaks for the file transactions appear to be related to function app deploys.

I'm using github actions to deploy the functions

I’m not sure what the cause is, but I am running other storage accounts with way more data transfer and data stored for fractions of the cost that the one associated to azure functions is incurring.