Azure Function
# Introduction
:::tip
Azure Function is the serverless computing service hosted on the Microsoft Azure cloud, which is lets you run event-triggered code without having to explicitly provision or manage infrastructure.
:::
# Why use Azure Function
Azure function support for many language and framework: C#, JavaScript, PHP, Node.js, …
Pay as you use model.
It’s ability to integrate with Azure services or third-party services.
Allow build function on Azure Functions UI or other IDEs (Visual Studio Code, Visual Studio, …).
Support CI/CD.
Intuitive, browser-based UI.
Easy to implement custom features