Azure Functions vs. Google Cloud Run

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Azure Functions
Score 8.8 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 Run
Score 8.7 out of 10
N/A
Google Cloud Run enables users to build and deploy scalable containerized apps written in any language (including Go, Python, Java, Node.js, .NET, and Ruby) on a fully managed platform. Cloud Run can be paired with other container ecosystem tools, including Google's Cloud Build, Cloud Code, Artifact Registry, and Docker. And it features out-of-the-box integration with Cloud Monitoring, Cloud Logging, Cloud Trace, and Error Reporting to ensure the health of an application.N/A
Pricing
Azure FunctionsGoogle Cloud Run
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Azure FunctionsGoogle Cloud Run
Free Trial
YesYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Azure FunctionsGoogle Cloud Run
Considered Both Products
Azure Functions

No answer on this topic

Google Cloud Run
Chose Google Cloud Run
The other two obvious cloud providers have direct alternatives: AWS Lambda and Azure Functions. Both were also evaluated briefly (only to validate that they exist); however, the organization had settled on shifting to Google for business reasons, and therefore, the comparison …
Chose Google Cloud Run
The Goolge docs for their products as well as the UI is a lot nicer than AWS or Azure and in general I found it much easy to work with. We selected Google mainly because of startup credits and the support offered but can confidently say we would choose them again without that …
Features
Azure FunctionsGoogle Cloud Run
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Azure Functions
10.0
1 Ratings
10% above category average
Google Cloud Run
-
Ratings
Multiple Access Permission Levels (Create, Read, Delete)10.01 Ratings00 Ratings
Single Sign-On (SSO)10.01 Ratings00 Ratings
Reporting & Analytics
Comparison of Reporting & Analytics features of Product A and Product B
Azure Functions
7.0
1 Ratings
1% above category average
Google Cloud Run
-
Ratings
Dashboards7.01 Ratings00 Ratings
Standard reports9.01 Ratings00 Ratings
Custom reports5.01 Ratings00 Ratings
Function as a Service (FaaS)
Comparison of Function as a Service (FaaS) features of Product A and Product B
Azure Functions
8.8
1 Ratings
1% above category average
Google Cloud Run
-
Ratings
Programming Language Diversity9.01 Ratings00 Ratings
Runtime API Authoring8.01 Ratings00 Ratings
Function/Database Integration9.01 Ratings00 Ratings
DevOps Stack Integration9.01 Ratings00 Ratings
Container Management
Comparison of Container Management features of Product A and Product B
Azure Functions
-
Ratings
Google Cloud Run
7.3
17 Ratings
11% below category average
Security and Isolation00 Ratings8.217 Ratings
Container Orchestration00 Ratings7.716 Ratings
Cluster Management00 Ratings6.41 Ratings
Storage Management00 Ratings2.71 Ratings
Resource Allocation and Optimization00 Ratings8.517 Ratings
Discovery Tools00 Ratings7.513 Ratings
Update Rollouts and Rollbacks00 Ratings8.316 Ratings
Self-Healing and Recovery00 Ratings8.614 Ratings
Analytics, Monitoring, and Logging00 Ratings8.117 Ratings
Best Alternatives
Azure FunctionsGoogle Cloud Run
Small Businesses
AWS Lambda
AWS Lambda
Score 8.3 out of 10
Portainer
Portainer
Score 9.0 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Azure FunctionsGoogle Cloud Run
Likelihood to Recommend
8.0
(1 ratings)
8.7
(15 ratings)
Likelihood to Renew
-
(0 ratings)
9.0
(1 ratings)
Usability
-
(0 ratings)
7.6
(2 ratings)
Availability
-
(0 ratings)
8.0
(1 ratings)
Performance
-
(0 ratings)
8.0
(1 ratings)
Implementation Rating
-
(0 ratings)
8.0
(1 ratings)
Configurability
-
(0 ratings)
8.0
(1 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
8.0
(1 ratings)
Product Scalability
-
(0 ratings)
8.0
(1 ratings)
Professional Services
-
(0 ratings)
8.0
(1 ratings)
Vendor post-sale
-
(0 ratings)
8.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
9.0
(1 ratings)
User Testimonials
Azure FunctionsGoogle Cloud Run
Likelihood to Recommend
Microsoft
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
Google
Microservices and RestFul API application as it is fast and reliant. Seamless integration with event triggers such as pubsub or event arc, so you can easily integrate that with usecases with file uploads, database changes, etc. Basically great with short-lived tasks, if however, you have long-running processses, Cloud Run might not be idle for this. For example if you have a long running data processing task, other solutions such as kubeflow pipelines or dataflow are more suited for this kind of tasks. Cloud Run is also stateless, so if you need memory, you will have to connect an external database.
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
  • Auto scaling is the best one
  • provide direct VPC connectivity and rigid network
  • Cloud SQL and Pub/Sub services
  • Handling latency issues
Read full review
Cons
Microsoft
  • 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
Google
  • The UI can be made simpler. Currently the UI is bloated and it takes time to find out what you want
  • More integrations with container registry providers (ECR, dockerhub)
  • Better permissions UX. Currently GCP requires service accounts to be used with cloud products, the experience adding/removing permissions is difficult to navigate
Read full review
Likelihood to Renew
Microsoft
No answers on this topic
Google
We definitely need to renew it because we dont own our own infrastructure and storage and we are happy with Cloud Run features
Read full review
Usability
Microsoft
No answers on this topic
Google
The UI/console is great... the documentation is top-notch for developers, but the CLI itself when you have to script around it is very complex and easy to forget some options... the downside of a generic command line client.
Read full review
Reliability and Availability
Microsoft
No answers on this topic
Google
Not seen any major issues when we run applications its good
Read full review
Performance
Microsoft
No answers on this topic
Google
Initially we felt slow but slowly it picked up and easy to manage
Read full review
Implementation Rating
Microsoft
No answers on this topic
Google
I was involved in the initial implementation setup, Its easy with the given documentaiton we can do ourself. Not that critical
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
AWS Lambda supports code zip package, enabling lower cold start time. Also, AWS Lambda pricing is much simpler, easier to understand.
Other than that, the 2 products are very similar, including the Docker image support: the image must be built based on proprietary base image.
Obviously, if your other services are running in GCP, then Google Cloud Run is your only choice for tight integration, & private networking.
Read full review
Contract Terms and Pricing Model
Microsoft
No answers on this topic
Google
Not part of purchase.
Read full review
Scalability
Microsoft
No answers on this topic
Google
It has good auto scale feature and reliable also
Read full review
Professional Services
Microsoft
No answers on this topic
Google
We have very good support when needed
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
  • Built in support for auto scaling helps reduce operational overhead
  • Any application performance issues can be addressed quickly by allocating more resources while a proper fix can be planned and rolled out later
  • Using Google Cloud Run enables development of microservices which provides granular control for scaling critical services in the platform
Read full review
ScreenShots