azure-functions
sickn33/antigravity-awesome-skills
Azure Functions is a powerful serverless compute service that allows developers to run event-driven workflows without managing underlying infrastructure. This guide details modern development patterns for .NET, Node.js, and Python, covering best practices like isolated workers, asynchronous programming (async/await), and recommended patterns (e.g., IHttpClientFactory). It also warns against common anti-patterns to ensure robust and scalable cloud solutions.