The Emulator is now included as part of the Microsoft Azure Storage Emulator package or the standalone installer.
Use this well-known development connection string:
Simply install Node.js and run: npm install -g azurite
azurite --silent --location c:\azurite --debug c:\azurite\debug.log
DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;
The Emulator is now included as part of the Microsoft Azure Storage Emulator package or the standalone installer.
Use this well-known development connection string:
Simply install Node.js and run: npm install -g azurite
azurite --silent --location c:\azurite --debug c:\azurite\debug.log
DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;