Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Use Azurite for runtime storage account (AzureWebJobsStorage)?

I have just started creating azure functions. I am creating a new azure function and got the below option. what does it mean? what if I select or unselect it? I have not found any documentation about it.

enter image description here

It shows this info, but I didn't understand it at all.

enter image description here

like image 587
vivek nuna Avatar asked Jan 17 '26 21:01

vivek nuna


1 Answers

When you create an Azure Function, there needs to be an Azure Storage Account behind it, for various runtime needs (https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsstorage).

For local development, you can choose to either use a real Azure Storage Account in the cloud by setting AzureWebJobsStorage app setting to that storage account's connection string, or you can use a local emulator (Azurite) that simulates a Storage Account on your machine.

So if you select that Azurite box, it will set AzureWebJobsStorage to use your local emulator instead, therefore no need for a storage account in the cloud.

https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio

like image 91
AdaTheDev Avatar answered Jan 19 '26 10:01

AdaTheDev



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!