- Avoid long running functions
- Cross function communication
- Write functions to be stateless
- Write defensive functions
- Share and manage connections
- Avoid sharing storage accounts
- Don't mix test and production code in the same function app
- Use async code but avoid blocking calls
- Use multiple worker processes
- Receive messages in batch whenever possible
- Configure host behaviors to better handle concurrency - 25 concurrent requests
MYSQL hussmann-db-test admin: hussmannadmin password: Hussmann1234