Skip to main content

Azure Function App

Azure Function App is a serverless computing service on Microsoft Azure that allows developers to build and deploy event-driven, scalable functions without managing the underlying infrastructure. It enables the execution of code in response to triggers like HTTP requests, timers, database changes, or messages from other Azure services. Function Apps support multiple programming languages such as C#, JavaScript, Python, and Java, facilitating rapid development and deployment of small, focused pieces of code (functions) that can scale automatically based on demand.

References of usage in our organization

We use Azure Function App to run code snippets written in different languages.

io-messages is an example of a Typescript function app: