Azure Functions vs. Google Cloud Functions

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Azure Functions
Score 8.9 out of 10
N/A
Azure Functions enables users to execute event-driven serverless code functions with an end-to-end development experience.
$18
per month approximately
Google Cloud Functions
Score 8.7 out of 10
N/A
Google Cloud Functions enables users to run code in the cloud with no servers or containers to manage. Cloud Functions is a scalable, pay-as-you-go functions as a service (FaaS) product to help build and connect event driven services with simple, single purpose code.N/A
Pricing
Azure FunctionsGoogle Cloud Functions
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Azure FunctionsGoogle Cloud Functions
Free Trial
YesNo
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 FunctionsGoogle Cloud Functions
Considered Both Products
Azure Functions
Chose Azure Functions
Azure is the company's platform of choice, so it was already the pattern I found when I started working with it. However, I find it better than Google Cloud Functions because it has better documentation, provides templates that are easy to use and deploy, and is better …
Google Cloud Functions

No answer on this topic

Features
Azure FunctionsGoogle Cloud Functions
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Azure Functions
10.0
2 Ratings
17% above category average
Google Cloud Functions
7.5
2 Ratings
12% below category average
Multiple Access Permission Levels (Create, Read, Delete)10.02 Ratings7.52 Ratings
Single Sign-On (SSO)10.02 Ratings7.52 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
Azure Functions
8.3
2 Ratings
23% above category average
Google Cloud Functions
7.5
2 Ratings
13% above category average
Dashboards9.02 Ratings7.52 Ratings
Standard reports8.02 Ratings7.52 Ratings
Custom reports8.02 Ratings7.52 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
Azure Functions
10.0
2 Ratings
18% above category average
Google Cloud Functions
7.4
2 Ratings
12% below category average
Programming Language Diversity10.02 Ratings7.02 Ratings
Runtime API Authoring10.02 Ratings6.52 Ratings
Function/Database Integration10.02 Ratings8.52 Ratings
DevOps Stack Integration10.02 Ratings7.52 Ratings
Best Alternatives
Azure FunctionsGoogle Cloud Functions
Small Businesses
AWS Lambda
AWS Lambda
Score 8.3 out of 10
AWS Lambda
AWS Lambda
Score 8.3 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.1 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.1 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.1 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Azure FunctionsGoogle Cloud Functions
Likelihood to Recommend
9.0
(2 ratings)
8.6
(3 ratings)
Usability
9.0
(1 ratings)
7.0
(3 ratings)
Support Rating
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Azure FunctionsGoogle Cloud Functions
Likelihood to Recommend
Microsoft
It is well suited for REST APIs that need scalable functionality and for hosting microservices with a short life cycle. It is not well suited for Applications that need real-time features or heavy processing, such as image processing or model training, that need to stay up for longer periods and require compute.
Read full review
Google
Any sort of transaction or complex logic that is going to take longer than 250ms or accesses resources that are protected by permissions, secrets, etc. is a great use case for a GCF. Some sort of "helper function" associated strictly with the UI inside browser would not be a good application of a GCF. It would not be crazy to create/debug some fairly complicated logic inside the browser/IDE and when perfected package it up as a Google Cloud Function. I have done that many times.
Read full review
Pros
Microsoft
  • 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
Google
  • integration with oAuth
  • integration with Firebase
  • integration with React Frontend
Read full review
Cons
Microsoft
  • Timing for creating new instances.
Read full review
Google
  • Needing a zip file is problematic (when wanting to automate deployment for example).
  • Requires another solution to execute automatically (ex. cloud scheduler).
Read full review
Usability
Microsoft
Sometimes the Azure dashboard can feel confusing at first, and it can be hard to understand where things are. But overall, it has good integrations, is trustworthy for running there without disruptions, is well-documented and easy to implement, especially for newbies on the team, and has nice automated deployment features.
Read full review
Google
The console UI is pretty nasty. Managing various authentication/permissions configurations is just a nightmare. On the other hand, once you are over the hump it's not so bad. AWS Lambda is no better.
Read full review
Support Rating
Microsoft
No answers on this topic
Google
Documentation is provided and clear for this service. Although GCP support is included in the current contract we didn't get to use it since the process is pretty straightforward.
Read full review
Alternatives Considered
Microsoft
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
Google
It is easier to keep everything in house when we are using GCP or AWS. To mix Lambda with google cloud is not a best practice and will cause problems ahead. The segmentation is clear, if you are using google, you use Google Cloud Functions. if you are on Amazon, you use all AWS tools. You can't mix them. The price is set.
Read full review
Return on Investment
Microsoft
  • 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
Google
  • For training purposes, it is free
  • Budgeting makes it cap the use
  • monitoring makes it predictable
Read full review
ScreenShots