azure-functions-host

The host/runtime that powers Azure Functions (by Azure)

Azure-functions-host Alternatives

Similar projects and alternatives to azure-functions-host

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better azure-functions-host alternative or higher similarity.

azure-functions-host reviews and mentions

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)
  • A note from our sponsor - SaaSHub
    www.saashub.com | 28 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic azure-functions-host repo stats
13
1,899
9.4
2 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com