I am developing Azure Functions in VS2017 5.13 (Preview) and I would like to generate project documentation from the OpenAPI (aka swagger) which i generated from azure portal. The visual studio doesn’t generate the file, so I got the initial file from azure portal, but I want to keep this updated from the code automatically.
Is there official walkthrough on how to integrate swagger json file to generate documentations from code in VS 2017?