Wednesday, June 2, 2021

Azure Functions Vs Logic Apps

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...
Continue Reading →

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,...
Continue Reading →

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...
Continue Reading →