I have an ASP.NET MVC project that uses Azure Storage and has been successfully deployed to Azure. However, when the project starts locally, it does not start the Azure emulator.
The only way I found running the Azure emulator is to make a shortcut to the "Windows Azure Cloud Service" and start it manually.
Is there a way to ensure that the Azure emulator starts when my application starts?
source
share