I created a web job, deployed it. Got an error:
The configuration is not properly set for the Microsoft Azure WebJobs Dashboard. In your Microsoft Azure Website configuration you must set a connection string named AzureWebJobsDashboard by using the following format DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY pointing to the Microsoft Azure Storage account where the Microsoft Azure WebJobs Runtime logs are stored.
I have read this: https://stackoverflow.com/a/34125299/285336 that I have to add AzureWebJobsDashboard as connection string via portal.
(I sure, that I use https protocol)
saved, restarted application. But error is the same! Why so and how to fix it?