Notes

Wednesday, January 26, 2022

Azure Storage Emulator and Azurite in VS2022

Azure Storage Emulator is deprecated and Azurite is now the recommended emulator for local development. Azurite is automatically installed with VS2022.

Run Azurite from the command line:

c:\azurite>"C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator\azurite.exe"

Azurite Blob service is starting at http://127.0.0.1:10000
Azurite Blob service is successfully listening at http://127.0.0.1:10000
Azurite Queue service is starting at http://127.0.0.1:10001
Azurite Queue service is successfully listening at http://127.0.0.1:10001
Azurite Table service is starting at http://127.0.0.1:10002
Azurite Table service is successfully listening at http://127.0.0.1:10002