sentrt86
2 years agoOccasional Contributor
Create the readyApi project and run the ready api project from Azure pipeline
Here is the requirement.
- we are creating the API through our automation process of Azure pipeline, currently we are creating the ready api project using the readyApi based on Yaml file. Also we manually add the Oauth Token creation process(Through HTTP request step) for Authenticating the api request coming into APIM.
- Now we want this to automate the process of creating the ready api project for each api we are implementing on our APIM portal and add the HTTP request step to get the Oauth Token and run the ready api project file through azure pipeline. In simple create and run the readyApi file through azure pipeline itself.