Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (12 loc) · 1.79 KB

openapi-out-of-proc.md

File metadata and controls

27 lines (12 loc) · 1.79 KB

Microsoft.Azure.Functions.Worker.Extensions.OpenApi

Build and Test

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.

Acknowledgement

Issues?

While using this library, if you find any issue, please raise a ticket on the Issue page.

Getting Started

For detailed getting started document, find this Enable OpenAPI Endpoints on Azure Functions – Out-of-Process Model page.

Advanced Configuration in General

If you look for the advanced configurations in general, please find the document, Advanced Configurations for OpenAPI Extension