Do more with Windows Azure WebJobs SDK. The SDK integrates Windows Azure Storage, triggering a function in your program when items are added to Queues, Blobs, or Tables.
Make sure that you are setting a connection string named {{_sdkNotConfigured.runtimeConnectionStringName}}
in your Windows Azure Website configuration with
a value similar to DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY
pointing to the Windows Azure Storage account where the Windows Azure WebJobs Runtime logs are stored.
Please visit the article about configuring connection strings for more information on how you can configure connection strings in your Windows Azure Website.
The configuration is not properly set for the Windows Azure WebJobs Dashboard.
In your Windows Azure Website configuration you must set a connection string named {{_sdkNotConfigured.runtimeConnectionStringName}}
with
a value similar to DefaultEndpointsProtocol=https;AccountName=NAME;AccountKey=KEY
pointing to the Windows Azure Storage account where the Windows Azure WebJobs Runtime logs are stored.
Please visit the article about configuring connection strings for more information on how you can configure connection strings in your Windows Azure Website.