AmericanRedCross / damage-assessment-bot

Chatbot for immediate damage and needs assessments
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

potential cost savings code fix - disable WebJobs dashboard #195

Open danbjoseph opened 4 years ago

danbjoseph commented 4 years ago

You can just delete the AzureWebJobsDashboard setting if you don't need the dashboard enabled and this can save hosting costs: https://lastresortdev.com/2019/11/18/fyi-turn-off-your-azure-webjob-dashboard/

setting is here: https://github.com/AmericanRedCross/damage-assessment-bot/blob/2c9ff7f7ca64252cdb70f4d516d5fe4beb22ee98/deploy/definitions/appsettings.template.json

via https://twitter.com/daedalus9042