AWS Lambda vs. Microsoft Azure

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
AWS Lambda
Score 8.8 out of 10
N/A
AWS Lambda is a serverless computing platform that lets users run code without provisioning or managing servers. With Lambda, users can run code for virtually any type of app or backend service—all with zero administration. It takes of requirements to run and scale code with high availability.
$NaN
Per 1 ms
Microsoft Azure
Score 8.6 out of 10
N/A
Microsoft Azure is a cloud computing platform and infrastructure for building, deploying, and managing applications and services through a global network of Microsoft-managed datacenters.
$29
per month
Pricing
AWS LambdaMicrosoft Azure
Editions & Modules
128 MB
$0.0000000021
Per 1 ms
1024 MB
$0.0000000167
Per 1 ms
10240 MB
$0.0000001667
Per 1 ms
Developer
$29
per month
Standard
$100
per month
Professional Direct
$1000
per month
Basic
Free
per month
Offerings
Pricing Offerings
AWS LambdaMicrosoft Azure
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsThe free tier lets users have access to a variety of services free for 12 months with limited usage after making an Azure account.
More Pricing Information
Community Pulse
AWS LambdaMicrosoft Azure
Ask people about this product

See helpful people who have experience with this product

Considered Both Products
AWS Lambda
Chose AWS Lambda
AWS is a much more mature platform than Microsoft Azure but is a lot more rigid in the portability perspective. If you are in it for the long run then Lambda is great and the best choice.
Chose AWS Lambda
We really did not evaluate them against other products except a little Google research, we are a centralized AWS customer so it was a smooth and simple (even if blind) decision for us.
Chose AWS Lambda
Microsoft's Azure functions and Lambda occupy the same functionality conceptually. Both offer serverless functions, and can perform similar operations. Azure functions are better suited for Azure based infrastructure and Lambda is better suited for an AWS based setup. Lambda …
Microsoft Azure
Chose Microsoft Azure
I liked AWS Lambda. It allows us to host MVC applications serverless, whereas Microsoft Azure functions has a slightly different programming model which prevents me from hosting MVC apps easily without code changes as an Azure Function.

As a result, we use both, but we …
Chose Microsoft Azure
I would say that Azure stacks up pretty good and sometimes better in comparison to what Google Cloud Platform has to offer. I don't like GCP for its absurd licensing fees and it's expensive for just Using EC2 Instances. However, DigitalOcean and AWS can offer far better …
Chose Microsoft Azure
Azure was less developed but with our relationship and familiarity with the tool, it beat out the competition. The service itself has some areas that need to be improved but the current features are very promising. Given another year or two, it'll be up there with AWS and other …
Chose Microsoft Azure
We have settled with Microsoft Azure considered its effective administration and the ability to data visualization and analysis, together with the top-notch security/stability.
Chose Microsoft Azure
A few years ago we were a fairly large AWS shop. At a specific point the decision was made to go to Azure and we have been very happy with the outcome. Azure works better, integrates better, has better support and is cheaper that What we had with AWS. Simply put Azure is the …
Top Pros
Top Cons
Features
AWS LambdaMicrosoft Azure
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
AWS Lambda
-
Ratings
Microsoft Azure
8.6
17 Ratings
6% above category average
Service-level Agreement (SLA) uptime00 Ratings8.716 Ratings
Dynamic scaling00 Ratings9.316 Ratings
Elastic load balancing00 Ratings8.816 Ratings
Pre-configured templates00 Ratings7.016 Ratings
Monitoring tools00 Ratings8.016 Ratings
Pre-defined machine images00 Ratings8.415 Ratings
Operating system support00 Ratings9.516 Ratings
Security controls00 Ratings9.016 Ratings
Automation00 Ratings8.715 Ratings
Best Alternatives
AWS LambdaMicrosoft Azure
Small Businesses
IBM Cloud Functions
IBM Cloud Functions
Score 8.1 out of 10
Akamai Cloud Computing
Akamai Cloud Computing
Score 9.0 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.1 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 8.6 out of 10
SAP on IBM Cloud
SAP on IBM Cloud
Score 9.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
AWS LambdaMicrosoft Azure
Likelihood to Recommend
8.8
(45 ratings)
8.5
(88 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(15 ratings)
Usability
9.0
(13 ratings)
9.0
(27 ratings)
Availability
-
(0 ratings)
6.8
(2 ratings)
Support Rating
8.7
(20 ratings)
8.8
(27 ratings)
Implementation Rating
-
(0 ratings)
8.0
(2 ratings)
User Testimonials
AWS LambdaMicrosoft Azure
Likelihood to Recommend
Amazon AWS
[AWS Lambda] is very well suited for the projects that doesn't have any infra but needs it where short running processes are required. But if your application need to run continuously than this might not be the very apt tool for you.
Read full review
Microsoft
In terms of cloud computing, Microsoft Azure is the only comprehensive result the company offers. Regardless of how big or small an organization is, it can make use of this system. As a cyber-security professional, this is your best option for data management. A business that wants to minimize capital expenditures can use Microsoft Azure. Many Microsoft services accept it. People with little or no knowledge of cloud computing may find it impossible. It isn’t the solution for companies that don’t want to risk having only one platform and infrastructure vendor.
Read full review
Pros
Amazon AWS
  • Lambda provides multiple methods for triggering functions, this includes AWS resources and services and external triggers like APIs and CLI calls.
  • The compute provided my Lambda is largely hands off for operations teams. Once the function is deployed, the management overhead is minimal since there are no servers to maintain.
  • Lambda's pricing can be very cost effective given that users are only charged for the time the function runs and associated costs like network or storage if those are used. A function that executes quickly and is not called often can cost next to nothing.
Read full review
Microsoft
  • Azure simply provides end to end life cycle. Starting from the development to automated deployment, you will find [a] bunch of options. Custom hook-points allow [integration] on-premise resources as well.
  • Excellent documentation around all the services make it really easy for any novice. Overall support by [the] community and Azure Technical team is exceptional.
  • BOT Services, Computer Vision services, ML frameworks provide excellent results as compare to similar services provided by other giants in the same space.
  • Azure data services provide excellent support to ingest data from different sources, ETL, and consumption of data for BI purpose.
Read full review
Cons
Amazon AWS
  • Putting a significant portion of your codebase into AWS Lambda and taking advantage of the high level of integration with other AWS services comes with the risk of vendor lock-in.
  • While the AWS Lambda environment is "not your problem," it's also not at your disposal to extend or modify, nor does it preserve state between function executions.
  • AWS Lambda functions are subject to strict time limitations, and will be aborted if they exceed five minutes of execution time. This can be a problem for some longer-running tasks that are otherwise well-suited to serverless delivery.
Read full review
Microsoft
  • In our experience, Azure Kubernetes Survice was difficult to set up, which is why we used Kubernetes on top of VMs.
  • Azure REST API is a bit difficult to use, which made it difficult for us to automate our interactions with Azure.
  • Azure's Web UI does a good job of showing metrics on individual VMs, but it would be great if there was a way to show certain metrics from multiple VMs on one dashboard. For example, hard drive usage on our database VMs.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Microsoft
Moving to Azure was and still is an organizational strategy and not simply changing vendors. Our product roadmap revolved around Azure as we are in the business of humanitarian relief and Azure and Microsoft play an important part in quickly and efficiently serving all of the world. Migration and investment in Azure should be considered as an overall strategy of an organization and communicated companywide.
Read full review
Usability
Amazon AWS
I give it a seven is usability because it's AWS. Their UI's are always clunkier than the competition and their documentation is rather cumbersome. There's SO MUCH to dig through and it's a gamble if you actually end up finding the corresponding info if it will actually help. Like I said before, going to google with a specific problem is likely a better route because AWS is quite ubiquitous and chances are you're not the first to encounter the problem. That being said, using SAM (Serverless application model) and it's SAM Local environment makes running local instances of your Lambdas in dev environments painless and quite fun. Using Nodejs + Lambda + SAM Local + VS Code debugger = AWESOME.
Read full review
Microsoft
Microsoft Azure's overall usability has been better than expected. Often times vendors promise the world, only to leave you with a run-down town. Not the case with our experience. From an implementation perspective, all went perfect, and from the user-facing experience we have had no technical issues, just some learning curve issues that are more about "why" than "how"
Read full review
Reliability and Availability
Amazon AWS
No answers on this topic
Microsoft
It has proven to be unreliable in our production environment and services become unavailable without proper notification to system administrators
Read full review
Support Rating
Amazon AWS
I have not needed support for AWS Lambda, since it is already using Python, which has resources all over the internet. AWS blog posts have information about how to install some libraries, which is necessary for some more complex operations, but this is available online and didn't require specific customer support for.
Read full review
Microsoft
Support is easy with all the knowledge base articles available for free on the web. Plus, if you have a preferred status you can leverage their concierge support to get rapid response. Sometimes they’ll bounce you around a lot to get you to the right person, but they are quite responsive (especially when you are paying for the service). Many of the older Microsoft skills are also transferable from old-school on-prem to Azure-based virtual interfaces.
Read full review
Implementation Rating
Amazon AWS
No answers on this topic
Microsoft
As I have mentioned before the issue with my Oracle Mismatch Version issues that have put a delay on moving one of my platforms will justify my 7 rating.
Read full review
Alternatives Considered
Amazon AWS
Azure Functions is another product that provides lambda functionality, but the documentation for some of Azure's products is quite hard to read. Additionally, AWS Lambda was one of the first cloud computing products on a large cloud service that implemented lambda functions, so they have had the most time to develop the product, increase the quality of service, and extend functionality to more languages. Amazon, by far, has the best service for Lambda that I know.
Read full review
Microsoft
As I continue to evaluate the "big three" cloud providers for our clients, I make the following distinctions, though this gap continues to close. AWS is more granular, and inherently powerful in the configuration options compared to [Microsoft] Azure. It is a "developer" platform for cloud. However, Azure PowerShell is helping close this gap. Google Cloud is the leading containerization platform, largely thanks to it building kubernetes from the ground up. Azure containerization is getting better at having the same storage/deployment options.
Read full review
Return on Investment
Amazon AWS
  • I was able to perform a lot of processing on data delivered from my website and little or no cost. This was a big plus to me.
  • Programming AWS Lambda is quite easy once you understand the time limits to the functions.
  • AWS Lambda has really good integration with the AWS S3 storage system. This a very good method of delivering data to be processed and a good place to pick it up after processing.
Read full review
Microsoft
  • Brings down Capex to customers.
  • Some of the built-in security features of DDoS Basic protection that comes with VNET on Azure or even WAF on AGW brings huge advantages to customers.
  • Hybrid benefits for those who have software assurance can save even more costs by moving to Azure.
Read full review
ScreenShots