Contents tagged with Serverless
-
Get Started with Azure Functions
Serverless architecture also called as Function-as-a-Service is an event-triggered computing model. “Serverless” doesn’t mean there are no servers. They are abstracted so the developers are free from having to manage servers and enable them to focus on writing code. Serverless code is event-driven and the trigger can be anything from an HTTP request to a Blob. I will talk about Microsoft Azure’s serverless offering Azure Functions in this post. Let’s get started with Azure Functions.