question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception when AzureWebJobsDashboard is removed

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
paulbatumcommented, May 16, 2016

Dupe of #379

1reaction
mathewccommented, May 17, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

AzureWebJobsDashboard no longer supported, but added ...
In our Application Insights logs for Azure Functions there are a lot of warnings with the message: The Dashboard setting is no longer...
Read more >
azure web jobs dashboard is not working when configuring ...
Hey, I am from Azure Monitor team. Our service is built on top of Azure Web app (API + Web jobs). So far...
Read more >
Improve disabling Dashboard connection experience #379
Set the connection string named 'AzureWebJobsDashboard' in the connectionStrings ... Exception when AzureWebJobsDashboard is removed #629.
Read more >
Where can I get the AzureWebJobsDashboard connection ...
The connection string is available in the Azure Management Portal (classic) by click on Storage in the left navigation, highlight the storage ...
Read more >
Azure Functions v2 Now Uses ASP.NET Core Configuration ...
CoreLib: Exception while executing function: Function1. System.Configuration. ... ConfigurationManager NuGet package, then remove it.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found