I created a new Azure WebJob project in Visual Studio 2015 using .NET Framework 4.6.
In the app.config, I set three connection strings:
I was having this problem too.
My storageaccount kind is StorageV2 (general purpose V2)
I had both AzureWebJobsDashboard
and AzureWebJobsStorage
correctly set in the App Service Configuration.
But, the storage account had a Minimum TLS version
set to 1.2
I found that changing this to 1.0
was needed for the WebJobs Dashboard to display correctly and for the WebJobs to run ok.