With the strategic value of APIs today, a continuous integration (CI) and continuous deployment (CD) pipeline is an important aspect of API development. It allows organizations to automate the deployment of APIs and deliver value to end-users faster.
This session walks through a conceptual framework for building a CI/CD pipeline to automate the deployment of an API into API Management with an OpenAPI Specification file. It addresses challenges such as how to validate API changes and detect issues early; how to migrate API configurations from one environment to another; and how to avoid conflicts between different teams who share the same API Management instance.