Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do I have files named __azurite_db_blob__.json and similar in my solution folder?

I have been using azurite for a while now in my ASPNET Core project. I recently updated azurite and Azure Storage Explorer, and since I did that I have had some files appear in my solution folder. Specifically, the files are:

__azurite_db_table__.json
__azurite_db_blob__.json
__azurite_db_blob_extent__.json
__azurite_db_queue__.json
__azurite_db_queue_extent__.json

I've tried googling to find out what these files are but can't find anything concrete. My current theory is that this is a coincidence - perhaps I recently started Azurite from my solution folder and this is the default location for these files? If that's the case then it's pure chance that I've never done this before.

Can anyone give me an explanation? I can gitignore them, but really I want to know what they are and if I can just delete them.

like image 601
bornfromanegg Avatar asked Oct 15 '25 19:10

bornfromanegg


1 Answers

I just found the same files in my Terraform solution and this is the only google hit I got. I just checked out the Azure/Azurite GitHub to see what is it's .gitignore file to see if these files can be ignored. The file contains the pattern __* that indicates to me that the files can be safely ignored. I don't know what the files are for. I hop this helps and please correct if I'm wrong about this.

like image 60
Kyllian Silverdragon Avatar answered Oct 18 '25 11:10

Kyllian Silverdragon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!