You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the ability to produce swagger.json or swagger.yaml when the FunctionApp is compiled.
Issue:
When we are running a pipeline (using a bicep template) to create the API operations (in Azure API Management), using the swagger URL for the FunctionApp. The swagger file is not accessible when the FunctionApp is configured with Authentication.
Workaround:
One workaround would be to have an option to output the swagger.json as part of the build where the bicep template cold reference the file locally.