3

We are using Azure API Management for exposing our services to our customers. To create new APIs we import swagger file for our service. If we re-import swagger does Azure API Management delete and re-create APIs? Also is there any downtime for existing customers interacting with the API during swagger updates?

1 Answer 1

1

We can import a Swagger file in place in which case the operations are replaced with their new definitions and any policies you have set will be preserved. There should be no downtime.

Sign up to request clarification or add additional context in comments.

2 Comments

Is there a way to automate this such as with Powershell and just supply the swagger document url?
@starmandeluxe there is tool that makes the deployment of Azure Api Management super easy. it's called dotnet-apim. github.com/mirsaeedi/dotnet-apim

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.