Create an alternative host that does not utilize Durable Functions, allowing for the bot to be hosted somewhere other than Azure Functions.
This would require/allow using a different database for task/user information as well as utilizing an independent scheduler (e.g. Quartz or Hangfire) for reminders and badgers.
Create an alternative host that does not utilize Durable Functions, allowing for the bot to be hosted somewhere other than Azure Functions.
This would require/allow using a different database for task/user information as well as utilizing an independent scheduler (e.g. Quartz or Hangfire) for reminders and badgers.