This is a comparison between Alibaba Function compute and Azure functions, two serverless services that you can try for free.
| FEATURE | ALIBABA FUNCTION COMPUTE | AZURE FUNCTION |
|---|---|---|
| Languages supported | Node.js (JS), Python, Java, PHP, dotnet (C#), custom | Node.js (JS), Python, Java, dotnet (C#), PowerShell, custom |
| Operative system | Linux | Linux / Windows |
| HTPP VERBS Supported | GET, POST, PUT, PATCH, DELETE, HEAD | GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE |
| Customization | Memory | Azure compute unit (ACU), Memory |
| Free trier | 1 Millón 400,000gb seconds | 1 Millón 400,000gb seconds |
| Regions | China, USA, Alemania, India, Japón, Australia, Indonesia | Canada, USA, Alemania, India, Japón, Australia, Brasil, Corea, Francia |
| Function types | Http Function, Event Function | Http Trigger, Timer Trigger, Event Grid trigger, Queue Storage trigger, others… |
Top comments (0)