From Azure Docs:
Serverless computing is a cloud-hosted execution environment that runs your code but completely abstracts the underlying hosting environment. You create an instance of the service, and you add your code; no infrastructure configuration or maintenance is required, or even allowed.
They seem to give serverless computing its own category, which is different than PaaS, Caas or FaaS.
My issue is that I don't quiet understand the difference between it and FaaS.
Where does Serverless
computing stand from IaaS, PaaS, CaaS, SaaS, FaaS ?