Hello,
Continued from this StackOverflow question . If we do not want logging functionality then if we remove AzureWebJobsDashboard from connectionStrings then we get InvalidOperationException, telling us the ways how to add DashboardConnectionString properly.
Currently only solution is to pass null inside code. Something like:
config.DashboardConnectionString = null;
Easily testable by creating an Azure WebJob and then removing the AzureWebJobsDashboard from connectionStrings section of app.config file.
Thanks.
May be fixed. @mathewc to verify
Dupe of #379
Urrm, the bug is changed from "feature" to a "backlog"? Seriously?
Also related to https://github.com/Azure/azure-webjobs-sdk/issues/563
@mathewc cheers mate. :)