azure-functions-openapi-extension icon indicating copy to clipboard operation
azure-functions-openapi-extension copied to clipboard

New Feature: Choose host URL through querystring parameter

Open justinyoo opened this issue 3 years ago • 0 comments

OpenAPI spec v3 supports multiple server hosts while Swagger UI only takes the first one to render endpoints.

If devs pass the index number through the querystring parameter, the Swagger UI should use the server host URL based on the index.

It's particularly useful for the APIM integration scenario, instead of having to modify environment variables OpenApi__HostNames.

justinyoo avatar Mar 24 '22 03:03 justinyoo