© 2023 Hashnode
#faas
This is the seventh article in this series on Azure Functions. In this article we will take a look at output bindings. The general pattern of a function is: receive data from some source, process it i…
In the previous article, we created a function that gets triggered when a message arrives in a Azure Storage Queue. Using a storage emulator, we tested our function locally. Let's deploy it to Azure a…
In the previous article, we created a simple function with HTTP trigger and tested it locally. Now it's time to deploy it to Azure cloud platform. Create an Azure account Before we can deploy our firs…
This is the first in a series of articles to help get started with Azure Functions. We begin our journey with a brief overview of concepts. Serverless Computing and FaaS As cloud usage has increased …
In this blog, I am sharing the learning that is gained from the session Getting Started with Digital Ocean Functions. This session is really useful for those who want to learn about serverless concept…
Serverless architectures have been growing rapidly in popularity. This has taken off after AWS introduced Lambdas in 2014. According to Verified Market research’s recent study, the serverless market i…
TL;DR: Code As usual, here you go https://github.com/dirien/quick-bites/tree/main/pulumi-faasd-arm Introduction Since April 2022, Azure offers virtual machines with Ampere Altra Arm-based processors. …
Why you should learn and adopt Serverless in 2022 Consider these statistics on the state of Serverless as of May 2021: Lambda functions invocation is 3.5 times more often than two years ago At least …
In the past, we had software that was developed under monolithic architectures and ended up with highly coupled processes, they were not prepared to be scalable, much less to evolve, and because they …
Say Hello to Fragments 👋🏼 Easily deploy your functions, reach more users 🚀 Over the past couple of months the Elarian team has been hard at work refining and updating the platform. We believe in b…