Implementing Azure App Service API Apps & Azure Functions
Learning Objective: Learn how to create and document an Azure App Service API and implement Azure Functions, which is a solution for easily running small pieces of code or “functions” in the cloud.
Topics:
- Azure App Service API Apps
- API documentation
- Azure Functions overview
- Durable functions
Hands-On:
- Creating an APIM instance and a new API
- Using Swashbuckle to create Swagger objects in ASP.NET Core
- Creating functions, bindings, and triggers
- Creating Durable functions