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.
For API Management integration, we generate OpenAPI specs at build time and push these specs to APIM during deployment.
This works very well with the CI/CD paradigm, much more so than manually importing the spec into APIM as suggested in the APIM integration article.
For WebAPI projects we use the Swashbuckle CLI tool which is a .net core tool and can be installed easily into an Azure DevOps pipeline agent. I'd love to have a similar solution using the CLI tool from this project for Azure Functions.
Is that in the plans? I'm willing to pitch in if that helps.
The text was updated successfully, but these errors were encountered:
For API Management integration, we generate OpenAPI specs at build time and push these specs to APIM during deployment.
This works very well with the CI/CD paradigm, much more so than manually importing the spec into APIM as suggested in the APIM integration article.
For WebAPI projects we use the Swashbuckle CLI tool which is a .net core tool and can be installed easily into an Azure DevOps pipeline agent. I'd love to have a similar solution using the CLI tool from this project for Azure Functions.
Is that in the plans? I'm willing to pitch in if that helps.
The text was updated successfully, but these errors were encountered: