An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hi @Guru Pasupathy ,
Thanks for reaching out to Microsoft Q&A.
You won't see dropped or error-ing calls when you patch an API spec or policy on a single gateway unit.
Here’s what happens under the hood in Premium-classic:
- Configuration is loaded in the background onto each unit
- Once the new config is fully in memory, it’s atomically swapped in
- Any requests that were already being processed continue to run against the old config and complete normally
- Only new requests see the updated API spec or policy
In other words, there isn’t a moment where a unit is half-configured and returns 4xx/5xx for in-flight calls. The switch from old to new is instantaneous from the request’s point of view, so you won’t observe a transient break. (Zone-failure scenarios are different, they terminate in-flight calls and force retries but routine config updates on a healthy unit don’t.)
Hope this helps!
If the resolution was helpful, kindly take a moment to click on and click on Yes for was this answer helpful. And, if you have any further query do let us know.