Skip to content

JeffreyCheong/azure-test-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General best practices

  • Avoid long running functions
  • Cross function communication
  • Write functions to be stateless
  • Write defensive functions

Scalability best practices

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published