Azure CLI, .NET 6, Azure table storage, ngrok(for local hosting)
- Create local.settings.json and configure it(see local.settings.example)
- Configure azure table storage or azurite
- Run ngrok
ngrok http 7071
- Start the app
func host start
If you want to host it you can follow this guide