I am developing Azure functions in VS2017 5.13 (Preview), and I would like to generate project documentation from OpenAPI (aka swagger), which I created on the azure portal. Visual Studio does not generate the file, so I received the source file from the azure portal, but I want this update to be automatically updated.
Is there an official step-by-step guide on how to integrate a jag swagger file to generate documentation from code in VS 2017?
source
share