OpenAPI (aka Swagger) in Azure Functions V2
问题 I'm creating a V2 Function App and want to use Swagger/Open API for docs, however it is not yet supported in the Azure Portal for V2 Functions. Any suggestions on how I can use Swagger with V2 Functions in VSTS to create the docs on each build? 回答1: TL;DR - use the NuGet package to render Open API document and Swagger UI through Azure Functions. —- Microsoft hasn’t officially started supporting Open API (or Swagger) yet. But there is a community-driven NuGet package currently available: https