This enables Azure Functions to render OpenAPI document and Swagger UI. Unlike the other extension, Microsoft.Azure.WebJobs.Extensions.OpenApi, this supports out-of-process model running on .NET 5 and later.
NOTE: This extension supports both OpenAPI 2.0 (aka Swagger) and OpenAPI 3.0.1 spec.
- Swagger UI version used for this library is v3.44.0 under the Apache 2.0 license.
While using this library, if you find any issue, please raise a ticket on the Issue page.
For detailed getting started document, find this Enable OpenAPI Endpoints on Azure Functions – Out-of-Process Model page.
If you look for the advanced configurations in general, please find the document, Advanced Configurations for OpenAPI Extension