Search code examples
azureazure-webjobsazure-storage-emulator

Hack: Azure WebJobs connect to Storage Emulator


I understand that there is no direct way yet to be able use the Storage Emulator to build and test my WebJobs as its not supported in the pre released version of WebJobs SDK, but is there some way to HACK that SDK to be able to try this out?

I don't want to connect to Azure account while I am building and testing my sample projects. So looking to see if there is any kind of workaround.

Regards Kiran


Solution

  • Sorry Kiran, that is not possible. The emulator does not support all the features that WebJobs SDK require to run - that's why we don't allow it.