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 Azure Functions can also be used to define workflow in code structure.



Related Posts:

  • Azure Active Directory All employees in an organization need access to some Azure services to perform their tasks. They can access services like SQL database, machine … Read More
  • Application InsightsApplication Insights sends telemetry from your web application to the Azure portal so that you can analyze the performance and usage of your applicati… Read More
  • Azure WebJobs WebJobs is a feature of Azure App Service that enables you to run a program or script in the same instance as a web app, API app, or mobile app.… Read More
  • Azure Data FactoryAzure Data Factory enables you to move and transform data from various sources to various destinations. It's a managed cloud service designed specific… Read More
  • Azure Key Vault Azure Key Vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to, … Read More

0 comments:

Post a Comment