Is there a way to reschedule updates to APIM?

Michael Bennett 21 Reputation points
2020-06-22T20:52:34.28+00:00

Recently we've had a series of downtime occurrences in one of our APIs. When we investigated, we determined that APIM was doing some kind of automated update. Unfortunately, this has been happening multiple times per week, and always in the middle of the day when our traffic is at its highest. The message we saw looked like this: ![10466-apim.png][1] [1]: /api/attachments/10466-apim.png?platform=QnA We can't really accept this amount of downtime during peak traffic hours. What can we do to avoid this?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,750 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mike Urnun 9,666 Reputation points Microsoft Employee
    2020-06-23T06:09:10.813+00:00

    Hello @MichaelBennett-4337

    Developer SKU is served by a single VM (the reason why it incurs downtime during maintenance updates which are not schedulable) and meant more for showcasing and exploring APIM features and not for production use -- so it's not covered by SLA. As such, if you're seeing high traffic and service updates are hindering the availability of your services, we recommend upgrading to a higher tier, either Basic, Standard, or Consumption which all offer 99.9% uptime SLA. Hope this helps.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Michael Bennett 21 Reputation points
    2020-06-23T20:56:09.047+00:00

    Thanks, this was set up by a different team, and I wasn't aware of the tier they had chosen. Seems simple enough!

    0 comments No comments