-
Unlock Serverless Azure Functions
Last updated: Thursday, May 1, 2025
Published in: CODE Magazine: 2025 - May/June
Vaibhav explores how serverless architecture transforms application development through Microsoft's Azure Functions. By delegating server management to cloud providers, developers can focus on coding and scaling. Azure Functions proves valuable for microservices, APIs, and event-driven workflows. The article guides readers through Azure Functions implementation, covering triggers, bindings, and service integration. Vaibhav addresses security considerations, performance optimization, and advanced scenarios, equipping developers with the framework to effectively harness serverless computing capabilities.
-
Get Started with Serverless Azure Functions
Last updated: Tuesday, March 16, 2021
Published in: CODE Magazine: 2019 - November/December
Azure Functions take care of most of the server-related problems tied to hosting. Julie shows you how to integrate them with your own app and then monitor the results.