Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 681 Bytes

functions-getting-started.md

File metadata and controls

4 lines (2 loc) · 681 Bytes

Azure Functions is an event-driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in other Azure services, SaaS products, and on-premises systems. With Azure Functions, your applications scale based on demand and you pay only for the resources you consume. Azure Functions provides an intuitive, browser-based user interface allowing you to create scheduled or triggered pieces of code implemented in a variety of programming languages.

This getting started video shows how to create a function app, modify the code, as well as how to interact with the triggers and bindings.