So I create a storage account on azure and started using a file share for some days, but then I noticed some activity any hour during any day, even after stopping using the file share and deleted it:
I'm showing tables activity here because is where there's activity every hour, on other resources like tables and queues there's sporadic activity too, but I don't have anything on this storage account
After noticed this I try some things thinking about a security hole:
This is not running in a production environment but still I don't know what is going on
Is this some background process of azure or do I need to worry about it?
As @David Makogon said, it turned out that was diagnostic activity, i disabled it in Diagnostic logs (classic) and the activity was gone.
Glad to know that my account wasn't hacked or something like that.