Automatically creates OpenAPI json file in Visual Studio 2017

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?

+4
source share
1 answer

CI/CD . OpenAPI \site\wwwroot\.azurefunctions\swagger\swagger.json

- .

+2

Source: https://habr.com/ru/post/1681644/


All Articles