Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xiaomi7732/0374a90f8717a5d24894e5632e81c461 to your computer and use it in GitHub Desktop.
Save xiaomi7732/0374a90f8717a5d24894e5632e81c461 to your computer and use it in GitHub Desktop.
How to enable Azure Function Scale Controller Logs

How to enable Azure Function Scale Controller Logs

Enable logging for azure funciton scale controller is useful for troubleshooting auto scale issues.

Set variable:

SCALE_CONTROLLER_LOGGING_ENABLED = <DESTINATION>:<VERBOSITY>

Possible values:

  • Destination
    • AppInsights
    • Blob
  • Verbosity
    • None
    • Warning
    • Verbose

Example / Shorthands

  • SCALE_CONTROLLER_LOGGING_ENABLED = Blob:Verbose
  • SCALE_CONTROLLER_LOGGING_ENABLED = AppInsights:Verbose

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment