Azure-webjobs-sdk: Exception when AzureWebJobsDashboard is removed

Created on 12 Feb 2016  路  5Comments  路  Source: Azure/azure-webjobs-sdk

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.

Feature

All 5 comments

May be fixed. @mathewc to verify

Dupe of #379

Urrm, the bug is changed from "feature" to a "backlog"? Seriously?

@mathewc cheers mate. :)

Was this page helpful?
0 / 5 - 0 ratings