当我在 azure 上创建函数 App 时,我得到 microsoft.web/serverFarms 的 429 状态代码

Posted

技术标签:

【中文标题】当我在 azure 上创建函数 App 时,我得到 microsoft.web/serverFarms 的 429 状态代码【英文标题】:I get 429 status code for microsoft.web/serverFarms when I create function App on azure 【发布时间】:2022-01-20 08:09:13 【问题描述】:

我在 node js 中开发了 azure 函数。当我为函数应用创建云实例时,它卡在部署过程中,所有资源都处于正常状态。 Microsoft.Web/serverfarms 返回 429。错误消息为:

**"status"**: "Failed",
**"error"**: 
**"code"**: "429",
**"message"**: "App Service Plan Create operation is throttled for subscription <subcription_id>. Please contact support if issue persists.",

请告诉我可能的解决方案是什么

【问题讨论】:

【参考方案1】:

状态代码 429 是指节流,您的订阅中可能正在进行其他一些部署,可能会导致此节流行为。您可以尝试重新部署。

应用服务计划对免费 SKU 的每个区域有 10 个限制,如 here 所述。

如果您使用的是免费计划并且需要超过 10 个计划,则需要转为付费计划,或者提出支持票以查看是否可以提高限制(我怀疑免费计划不适用) .

如果您没有使用免费计划,请检查该链接中的其他限制,如果您觉得自己没有达到任何限制,那么您需要提出支持案例。计费案例是免费的。

【讨论】:

以上是关于当我在 azure 上创建函数 App 时,我得到 microsoft.web/serverFarms 的 429 状态代码的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Azure Web App 上设置默认页面

在 azure 上部署后 SignalR 无法正常工作。在 localhost 上工作

无法在 Azure 门户中查看通过 Visual Studio 创建/部署的函数的代码,但是当我通过门户创建函数时可以

在运行 azure app 服务时更改连接字符串

CORS错误Azure函数与B2C-Blazor

Visual Studio 2019 不会调试 Azure Function V2