Azure Application Gateway vs. Azure Functions

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Azure Application Gateway
Score 8.8 out of 10
N/A
Microsoft's Azure Application Gateway is a platform-managed, scalable, and highly available application delivery controller as a service with integrated web application firewall.N/A
Azure Functions
Score 9.4 out of 10
N/A
Azure Functions enables users to execute event-driven serverless code functions with an end-to-end development experience.N/A
Pricing
Azure Application GatewayAzure Functions
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Azure Application GatewayAzure Functions
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Azure Application GatewayAzure Functions
Considered Both Products
Azure Application Gateway
Chose Azure Application Gateway
Azure Application Gateway provides seamless integration with azure services and platforms like azure load balancer, azure monitor, also it offer advanced load balancing capabilities and build in WAF Functionality.
Chose Azure Application Gateway
Other load balancing tools in Azure (Azure LB and Azure Traffic Manager) are limited in their functionality in comparison with the Azure Application Gateway, and also, they don't provide security features. Azure Firewall, although it has security features, is more expensive, …
Chose Azure Application Gateway
I have my dependency application in Azure Application Gateway. I had to use this, and it has all the features we were looking for.
Chose Azure Application Gateway
HAProxy is an excellent load balancer that can also be used in cloud environments (and we do!), and is relied by hyper-large enterprises globally as well. However, HAProxy is a little bit more rudimentary in feature space, it does the core job well and securely, but doesn't …
Chose Azure Application Gateway
Azure Application Gateway gives you application-level routing and load-balancing services that let you build a scalable and highly-available web front end in Azure.
Azure Functions
Chose Azure Functions
This is the most straightforward and easy-to-implement server less solution.
App Service is great, but it's designed for websites, and it cannot scale automatically as easily as Azure Functions. Container Apps is a robust and scalable choice, but they need much more planning, …
Features
Azure Application GatewayAzure Functions
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Azure Application Gateway
-
Ratings
Azure Functions
10.0
Ratings
4% above category average
Multiple Access Permission Levels (Create, Read, Delete)00 Ratings10.00 Ratings
Single Sign-On (SSO)00 Ratings10.00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
Azure Application Gateway
-
Ratings
Azure Functions
7.0
Ratings
9% above category average
Dashboards00 Ratings7.00 Ratings
Standard reports00 Ratings9.00 Ratings
Custom reports00 Ratings5.00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
Azure Application Gateway
-
Ratings
Azure Functions
8.8
Ratings
8% above category average
Programming Language Diversity00 Ratings9.00 Ratings
Runtime API Authoring00 Ratings8.00 Ratings
Function/Database Integration00 Ratings9.00 Ratings
DevOps Stack Integration00 Ratings9.00 Ratings
Best Alternatives
Azure Application GatewayAzure Functions
Small Businesses
Cloudflare
Cloudflare
Score 8.7 out of 10
AWS Lambda
AWS Lambda
Score 8.7 out of 10
Medium-sized Companies
Cloudflare
Cloudflare
Score 8.7 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
Enterprises
NGINX
NGINX
Score 9.2 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Azure Application GatewayAzure Functions
Likelihood to Recommend
9.0
(0 ratings)
8.0
(0 ratings)
Support Rating
10.0
(0 ratings)
-
(0 ratings)
User Testimonials
Azure Application GatewayAzure Functions
Likelihood to Recommend
The best practice for a cloud environment is to use the tools provided by the cloud provider. That's why for Azure cloud, Azure Application Gateway is the most cost-effective solution that you can use. You can use a single Azure Application Gateway instance for load balancing WAF, URL-based routing, and more.
Read full review
They're great to embed logic and code in a medium-small, cloud-native application, but they can become quite limiting for complex, enterprise applications.
Read full review
Pros
  • Uploading images by multiple end-users from several applications like web, mobile, etc.
  • When there is a high volume of data requests, it helps to queue them based on the type of request. So it's easy to serve and reduce the loading time from the application layer.
  • An application gateway is useful when it can identify the type of details the user is requesting.
Read full review
  • They natively integrate with many triggers from other Azure services, like Blob Storage or Event Grid, which is super handy when creating cloud-native applications on Azure (data wrangling pipelines, business process automation, data ingestion for IoT, ...)
  • They natively support many common languages and frameworks, which makes them easily approachable by teams with a diverse background
  • They are cheap solutions for low-usage or "seasonal" applications that exhibits a recurring usage/non-usage pattern (batch processing, montly reports, ...)
Read full review
Cons
  • More cost-effective pricing plans are welcome for the future, especially for WAF
  • Ability to automate the TLS certificate renewal procedure
  • Ability to manage non-HTTP traffic
Read full review
  • My biggest complaint is that they promote a development model that tightly couples the infrastructure with the app logic. This can be fine in many scenarios, but it can take some time to build the right abstractions if you want to decouple you application from this deployment model. This is true at least using .NET functions.
  • In some points, they "leak" their abstraction and - from what I understood - they're actually based on the App Service/Web App "WebJob SDK" infrastructure. This makes sense, since they also share some legacy behavior from their ancestor.
  • For larger projects, their mixing of logic, code and infrastructure can become difficult to manage. In these situations, good App Services or brand new Container Apps could be a better fit.
Read full review
Usability
Most of the Application Gateway's features and services can be managed and re-configured via either the Azure Portal GUI or via the Azure Cloud Shell, thus allowing both CLI modes, i.e. Azure CLI (Bash) and Azure Powershell. The v2 version of Application Gateway has significantly improved performance during initial configuration or during re-configuration changes, thus making it much more usable for IT admins, as compared to v1.
Read full review
No answers on this topic
Support Rating
I don’t like that it's part of the Microsoft brand. In general, I am not a fan of Microsoft products but Azure gets it right.
Read full review
No answers on this topic
Alternatives Considered
HAProxy is an excellent load balancer that can also be used in cloud environments (and we do!), and is relied by hyper-large enterprises globally as well. However, HAProxy is a little bit more rudimentary in feature space, it does the core job well and securely, but doesn't provide any fancy additional features. Also, it takes more effort to deploy HAProxy than simply using an in-built feature in the Azure stack.
Read full review
This is the most straightforward and easy-to-implement server less solution. App Service is great, but it's designed for websites, and it cannot scale automatically as easily as Azure Functions. Container Apps is a robust and scalable choice, but they need much more planning, development and general work to implement. Container Instances are the same as Container Apps, but they are extremely more limited in termos of capacity. Kubernetes Service si the classic pod container on Azure, but it requires highly skilled professional, and there are not many scenario where it should be used, especially in smaller teams.
Read full review
Return on Investment
  • We are using Azure Application Gateway as the load balancing tool for our applications deployed on Azure Kubernetes Services (AKS) clusters.
Read full review
  • They allowed me to create solutions with low TCO for the customer, which loves the result and the low price, that helped me create solutions for more clients in less time.
  • You can save up to 100% of your compute bill, if you stay under a certain tenant conditions.
Read full review
ScreenShots