Does anyone know if Azure API Apps support WebJobs? If so is it possible to deploy them to Azure from Visual Studio 2013?
I've managed to get an API app pushing to an Azure Queue and a WebJob triggering on that event with the code running locally on my development machine (i.e. accessing the queue in Azure rather than on the azure development emulator), but can't publish the WebJob to Azure and also there's no WebJobs blade/option from settings in the API App entry in the Azure Portal (i.e. the preview portal)