An Azure function is a code triggered by an event whereas an Azure Logic app is a workflow triggered by an event.Azure Logic App can define a workflow at ease consuming a range of APIs as connectors. These connectors will perform series of actions defined in the workflow. Like Azure Logic Apps, durable...
Wednesday, June 2, 2021
Azure Functions vs Web Jobs
Azure Web Job is a piece of code runs in the Azure App services. It is a Cloud Service used to run background tasks. Azure Functions are built on the top of Azure Web Jobs with the added capabilities. The table below differentiates Azure Functions and Web Jo...
Azure Functions
Azure Functions allows a piece of code to be deployed and executed without needing server infrastructure, web server, or any configurations. In addition, azure functions can be written in multiple languages such as C#, Java, JavaScript, TypeScript, and Python.Here are some key concepts related to Azure Functions:Trigger: A trigger is what causes a function to run. Azure Functions support various triggers,...
Azure Logic Apps

What is Azure Logic Apps?Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate your apps, data, services, and systems. With this platform, you can quickly develop highly scalable integration solutions for your enterprise and business-to-business...
Subscribe to:
Posts (Atom)