WebJobs SDK
is doing wonderful job simplifying amount of code one need to write to save blobs to storage, but all within ONE storage account that is the default AzureJobsStorage
.
Having everything (Queues,Blobs,Tables, and Heartbeats) in one storage account will throttle that account in medium-load production environment.
Of course, I can write legacy WindowsAzure.Storage
code to save blobs to desired storage account, but I will loose the simplicity of the WebJobs SDK
.
Appreciate any suggestions or advice.