3
votes

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

1 Answers

1
votes

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.