Azure - Compute
Azure - Compute
Introduction
VM’s vs App Services vs Functions
| Virtual Machines | Azure App Service | Azure Functions |
|---|---|---|
| Infrastructure as a Service(IaaS) | Platform as a Service(PaaS) | Function as a Service(FaaS) |
| Pay for Instance Per Hour | Pay fixed montly cost for reserved instances | Pay only when fucntion runs |
| Manual Scaling | Auto scales by adding server | Scales automatically |
This post is licensed under CC BY 4.0 by the author.