From the course: Azure Logic Apps

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Serverless architecture

Serverless architecture - Azure Tutorial

From the course: Azure Logic Apps

Serverless architecture

- [Instructor] Before we conclude the introduction of Logic Apps, I wanted to introduce an important topic related to Logic Apps, which is serverless architecture. Serverless, of course, doesn't mean that there are no servers, but rather, developers don't have to worry about the underlying servers on which the Logic Apps are hosted. So a large part of a traditional application development has been to answer questions around scaling, hosting, and monitoring solutions to meet the demands of your application. With serverless, all of these questions are taken care of by the underlying service. One of the benefits of the serverless architecture is that your applications can scale automatically. So if you see a demand for an application growing, unexpectedly or expectedly, the underlying services responsible for scaling up resources, whether it is the computational resources or memory, to meet the demands of your application. Furthermore, if you have to process large data sets and you want…

Contents