From the course: Azure Cloud Fundamentals: Explore Cloud Services

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Serverless computing

Serverless computing

- [Instructor] Serverless computing is the evolution of cloud platforms in the direction of pure cloud native code. Serverless brings developers closer to the business logic, while insulating them from infrastructure concerns. With serverless applications, the cloud service provider automatically provisions scales and manages the infrastructure, which is required to run the code. Although the servers are still present in the background, the tasks associated with infrastructure provisioning and management are invisible to developers. Let us learn about some of the top benefits of using serverless computing. Firstly, there is no infrastructure management. Serverless computing helps team increase their productivity as the developers get to focus solely on developing the business logic and bring products to the market faster. It allows organizations to better optimize resources and stay focused on innovation. Dynamic…

Contents