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