Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for AzureWebJobsDashboard #1923

Closed
brettsam opened this issue Jun 3, 2021 · 1 comment
Closed

Remove support for AzureWebJobsDashboard #1923

brettsam opened this issue Jun 3, 2021 · 1 comment

Comments

@brettsam
Copy link
Member

brettsam commented Jun 3, 2021

Discussion: https://github.com/Azure/Azure-Functions/discussions/1925

Remove support for the WebJobs dashboard.

Motivation

The dashboard has been in an "unsupported" mode for v3, but still works. We'd like to completely remove support to make it clear that this is not something we're maintaining.

Impact

Not entirely sure -- this has been disabled during site creation for a while but is likely enabled on a large number of sites. I can't find any metric or log that we emit that tells us that the dashboard is enabled, so to gather the numbers we may have to emit a metric or log message. This may be worthwhile no matter what for the "migration guide" detector that we've discussed.

Compat-mode support

None. We have no support for this going forward.

Alternatives

App Insights, Log Analytics.

Detection

We can emit a warning if the AzureWebJobsDashboard is present.

Support

I don't believe so.

Documentation

This topic will need updating: https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsdashboard

Components impacted

This affects:

  • Host. We'll need to update the FunctionInstanceLogger to ignore the Dashboard setting.

All app creation flows already leave this off.

Performance

We recommend against using the dashboard today, but this will force it. Some customers may see a perf improvement now that it would be removed completely.

@Azure Azure locked and limited conversation to collaborators Jun 3, 2021
@brettsam
Copy link
Member Author

brettsam commented Sep 2, 2021

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant