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

后端 未结 4 1743
渐次进展
渐次进展 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条回答
  •  执念已碎
    2021-01-18 03:39

    I get this error whenever I create an Azure Function with a storage account in the South Central US. If I use a storage account in a different region the function works.

    Try a storage account in a different region than the one you are currently using to see if it resolves your issue.

提交回复
热议问题