azurite

Lightweight Azure Storage emulator for local development and testing

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight server clone of Azure Storage that simulates it locally

Commands

azurite

Examples

Start Azurite server with default settings (blob, queue, table on localhost:10000-10002)$ azurite
Start Azurite blob service on custom port 9000$ azurite --blobHost 127.0.0.1 --blobPort 9000
Start all services with custom location for stored data$ azurite --location /tmp/azurite