When I create and run my Azure Web API, I get a good swaggerUI.
I want to add an API to the Azure Management API.
To do this, I need either a URL or a swagger.json file.
Where does Swashbuckle put the file?
Or, if it generates it on the fly, how can I access it?
source
share