Software development

How To: Use Swagger in Azure Functions

Even though Microsoft dropped the preview feature „Swagger document“, there is a community-driven package, based on the work of „Aliencube“, which provides the functionality for generating and rendering an OpenAPI document. In this how to we will discover how to implement a decorator-based OpenAPI. Dependencies We will use the following nuget packages for adding the …

How To: Use Swagger in Azure Functions Read More »