logicapps VS azure-functions-host

Compare logicapps vs azure-functions-host and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
logicapps azure-functions-host
2 13
342 1,899
0.6% 0.5%
5.8 9.4
13 days ago 2 days ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

logicapps

Posts with mentions or reviews of logicapps. We have used some of these posts to build our list of alternatives and similar projects.
  • Logic App Workflow CI/CD Deployment
    1 project | /r/azuredevops | 21 Nov 2022
  • Using Azure Arc for Apps - Part 4 - Deploying Logic Apps into your App Services Kubernetes Environment
    1 project | dev.to | 7 Jun 2021
    Tip: I make this step sound incredibly easy. From what I can see, the Logic Apps Visual Studio Code tooling doesn't have an option to generate a Dockerfile for you. There were several Dockerfiles in the wild that used a very specific base image name, and didn't feel quite right. After some digging, I found the Azure/LogicApps repository which has a github-sample, including a Dockerfile. I used that Dockerfile to build a docker image from my local machine and push that to the container registry. In a real world scenario, I would have a CI/CD workflow setup for that, but this is not the point of this blog post.

azure-functions-host

Posts with mentions or reviews of azure-functions-host. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Default function key changes every month
    1 project | /r/AZURE | 26 May 2023
  • Serilog in ASP.NET Core 7.0 – Structured Logging using Serilog in ASP.NET Core 7.0
    4 projects | /r/dotnet | 6 Mar 2023
    True but I was baffled to find out that structured logging simply doesn't work in Azure Functions in Isolated Mode! The solution is to use Serilog.
  • Monitoring App Service certificate expiration dates using Azure Functions
    2 projects | dev.to | 29 Jan 2023
    Investigating and reporting issues with timer triggered functions not firing
  • Discovering Azure's unannounced breaking change with Cosmos DB
    1 project | news.ycombinator.com | 13 Oct 2022
    As someone whose job involves maintaining uptime of a critical system that's dependent on Cosmos DB this sort of thing is scary. Where there's been other reliability issues with Cosmos before we've not had an understanding customer base, and it feels very out of my control.

    I'm finding a lot of the reliability guarantees of Azure PaaS services are overblown or come with big caveats when you start to work with them in a serious way. For example I've had some bad reliability issues with Azure Functions not firing, or the hosts becoming unresponsive. And it seems like there's a large set of outstanding issues with them beyond that https://github.com/Azure/azure-functions-host/issues

    I think people need to look more carefully at these PaaS guarantees and look at what that 99.999% reliability Microsoft are claiming actually means.

  • C# : System.OperationCanceledException: The operation was canceled
    1 project | /r/AZURE | 22 Sep 2022
    See the answers of this issue on GitHub.
  • Serverless Go with Azure Functions and GitHub Actions
    3 projects | dev.to | 11 Sep 2022
    Before we move on, so what really is a custom handler and how does it work? Custom handlers let your Function app to accept events (eg. HTTP requests) from the Global host (aka Function host - that powers your Function apps) - as long as your chosen language supports HTTP primitives.
  • The problem(s) with Azure Functions
    3 projects | dev.to | 16 Aug 2022
    Functions can be triggered in multiple ways: HTTP, Queue, Db, Blob Storage Change and many more. More on this can be found here. This was one of the major reasons why I thought Azure Functions are great. I mostly needed the HTTP and Queue trigger. With HTTP functions comes also the requirement for Authentication and Authorization. I'm using Auth0 as an authentication provider. The implementation is usually straightforward. The frontend obtains an access token and the API validates the token and authenticates the request. OpenID connect is well documented and somewhat easy to use in asp.net core for example. Not with Azure Functions I googled for days, opened an issue and tried everything I could think of and came to the conclusion: Microsoft doesn’t provide you with proper SDKs to handle authentication adequately.
  • Should I use odbc lib or azure sql binding to query azure sql in a python azure function?
    2 projects | /r/AZURE | 22 Jun 2022
    ODBC drivers in most (if not all) cases are slower than native libraries. I didn't check what does binding for python uses, you can check their repo if you want to https://github.com/Azure/azure-functions-host
  • FAQ for ARM beginners
    1 project | dev.to | 31 Jan 2022
  • Bind Azure Functions to SAP Event Mesh … What?
    5 projects | dev.to | 5 Sep 2021
    Technically the Azure Function host reaches out to a CDN and installs the function based on some constants hidden in the Azure Functions Host (see https://github.com/Azure/azure-functions-host/blob/9bdb40b2d517f32c5052956ba8c9cf662ea36a9e/src/WebJobs.Script/ScriptConstants.cs => search for ExtensionBundleDefaultSourceUri)

What are some alternatives?

When comparing logicapps and azure-functions-host you can also consider the following projects:

Azure-MG-Sub-Governance-Reporting - Azure Governance Visualizer aka AzGovViz is a PowerShell script that captures Azure Governance related information such as Azure Policy, RBAC (a lot more) by polling Azure ARM, Storage and Microsoft Graph APIs.

azure-functions-extension-bundles - Azure Functions Extension Bundles

azure-functions-nodejs-worker - The Node.js worker for the Azure Functions runtime - https://functions.azure.com

letsencrypt-siteextension - Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.

azure-webjobs-sdk - Azure WebJobs SDK

app-service-announcements-discussions - Discussions for announcements from https://github.com/Azure/app-service-announcements/

Azure-Functions

azure-keyvault-secret-expirationdate-checker - Azure Function/KeyVault sample code: certificate expiration date checker

SAPEventMeshCustomBinding - Custom Output Binding of Azure Functions to SAP Event Mesh

app-service-announcements - Subscribe to this repo to be notified about major changes in App Service

SAPEventMeshCustomBindingSampleFunction - Sample Function to demo Custom Output Binding of Azure Functions to SAP Event Mesh

azure-functions-proxy - A simple dynamic http proxy built using azure functions