How to create Azure Function from OpenAPI/Swagger definition?
A tutorial on generating Azure Functions directly from an OpenAPI/Swagger specification using VS Code or the AutoRest tool.
A tutorial on generating Azure Functions directly from an OpenAPI/Swagger specification using VS Code or the AutoRest tool.
A guide to integrating Swagger UI for documenting REST APIs in Azure Function v2 and v3, covering setup, configuration, and code examples.
A guide on splitting large OpenAPI specification files into multiple, manageable files to improve workflow and maintainability.
Explains how to hide specific controllers or actions from Swagger/OpenAPI documentation in ASP.NET Core using conventions.
Explains the purpose and benefits of the ActionResult<T> type in ASP.NET Core 2.1 for improving API action return types and documentation.
Archive of blog posts by Martin Costello covering .NET development, ASP.NET Core, AWS Lambda, GitHub tools, and software engineering practices.