From the course: Azure Functions for Developers
Unlock the full course today
Join today to access over 25,100 courses taught by industry experts.
Azure Functions benefits - Azure Tutorial
From the course: Azure Functions for Developers
Azure Functions benefits
- [Instructor] Adopting Azure Functions as a development platform has several benefits. The first one is a programming model which is not just simple but also incredibly flexible. For instance, you can connect to other services simply by using attributes in your classes or methods. This is a significant advantage that not only simplifies development tasks but also empowers you to write less code, making your work more efficient. Now, Azure Functions have the same benefits I've mentioned before about the serverless computing model. For example, the economic cost of running Azure Functions is dramatically lower than other computing models since you only pay for the precise execution time. Likewise, with Azure Functions, you don't need to manage servers or worry about upgrading or scaling them.
Contents
-
-
-
(Locked)
What are Azure Functions?3m 11s
-
(Locked)
Azure Functions benefits1m 2s
-
(Locked)
Execution models for Azure Functions built with .NET1m 29s
-
(Locked)
Options for hosting Azure Functions3m 20s
-
(Locked)
What are triggers and bindings?4m 52s
-
(Locked)
Preparing your development environment2m 20s
-
(Locked)
-
-
-
-
-
-