664
690
+ 1
62

What is Azure Functions?

Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems.
Azure Functions is a tool in the Serverless / Task Processing category of a tech stack.

Who uses Azure Functions?

Companies
143 companies reportedly use Azure Functions in their tech stacks, including accuRx, Global, and Core Banking.

Developers
471 developers on StackShare have stated that they use Azure Functions.

Azure Functions Integrations

JavaScript, GitHub, Node.js, Visual Studio Code, and Java are some of the popular tools that integrate with Azure Functions. Here's a list of all 24 tools that integrate with Azure Functions.
Pros of Azure Functions
14
Pay only when invoked
11
Great developer experience for C#
9
Multiple languages supported
7
Great debugging support
5
Can be used as lightweight https service
4
Easy scalability
3
WebHooks
3
Costo
2
Event driven
2
Azure component events for Storage, services etc
2
Poor developer experience for C#
Decisions about Azure Functions

Here are some stack decisions, common use cases and reviews by companies and developers who chose Azure Functions in their tech stack.

REST API for SaaS application

I'm currently developing an Azure Functions REST API with TypeScript, tsoa, Mongoose, and Typegoose that contains simple CRUD activities. It does the job and has type-safety as well as the ability to generate OpenAPI specs for me.

However, as the app scales up, there are more duplicated codes (for similar operations - like CRUD in each different model). It's also becoming more complex because I need to implement a multi-tenancy SaaS for both the API and the database.

So I chose to implement a repository pattern, and I have a "feeling" that .NET and C# will make development easier because, unlike TypeScript, it includes native support for Dependency Injection and great things like LINQ.

It wouldn't take much effort to migrate because I can easily translate interfaces and basic CRUD operations to C#. So, I'm looking for advice on whether it's worth converting from TypeScript to.NET.

See more

Azure Functions's Features

  • Easily schedule event-driven tasks across services
  • Expose Functions as HTTP API endpoints
  • Scale Functions based on customer demand
  • Develop how you want, using a browser-based UI or existing tools
  • Get continuous deployment, remote debugging, and authentication out of the box

Azure Functions Alternatives & Comparisons

What are some alternatives to Azure Functions?
AWS Lambda
AWS Lambda is a compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end services that operate at AWS scale, performance, and security.
Kubernetes
Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
Serverless
Build applications comprised of microservices that run in response to events, auto-scale for you, and only charge you when they run. This lowers the total cost of maintaining your apps, enabling you to build more logic, faster. The Framework uses new event-driven compute services, like AWS Lambda, Google CloudFunctions, and more.
Google Cloud Functions
Construct applications from bite-sized business logic billed to the nearest 100 milliseconds, only while your code is running
Cloud Functions for Firebase
Cloud Functions for Firebase lets you create functions that are triggered by Firebase products, such as changes to data in the Realtime Database, uploads to Cloud Storage, new user sign ups via Authentication, and conversion events in Analytics.
See all alternatives

Azure Functions's Followers
690 developers follow Azure Functions to keep up with related blogs and decisions.