Building event-driven serverless applications with Azure Event Grid and Functions

Introduction In the current technology landscape, serverless computing has moved from a trendy buzzword to a powerful and effective way to develop and run applications that automatically scale to meet the demands of even the most complex, dynamic environments. Azure Event Grid and Azure Functions, both part of the Microsoft Continue Reading

Building an Azure Serverless Function for image processing

Azure functions are an excellent solution for serverless computing needs. They’re highly scalable, flexible, and can handle complex business logic that runs asynchronously. In this tutorial, we’ll dive into how to build an Azure function for image processing using Azure Functions. What is Azure Functions? Azure Functions is a serverless Continue Reading