Why does Azure give me an intermittent Error 503. The service is unavailable?

后端 未结 4 1776
渐次进展
渐次进展 2021-01-18 02:48

I have an Azure service that has been running for a long period of time. It builds a word or powerpoint document based on arguments in the request and returns a uri to the

4条回答
  •  萌比男神i
    2021-01-18 03:28

    503 error is simply shows that your application pool was inaccessible, it was intermittent because your application pool is restarting because the lack of resource (processor, memory, etc).

    Scale up your instance (Cloud Services or VM) to get more resource for the application pool.

提交回复
热议问题