简体   繁体   English

当我在 azure 上创建 function 应用程序时,我得到 microsoft.web/serverFarms 的 429 状态代码

[英]I get 429 status code for microsoft.web/serverFarms when I create function App on azure

I have azure functions developed in node js.我有在节点 js 中开发的 azure 函数。 When I create a cloud instance for function app, it gets stuck on deployment process with all the resources OK status.当我为 function 应用程序创建云实例时,它卡在部署过程中,所有资源都处于正常状态。 Microsoft.Web/serverfarms returning 429. The error message reads as: 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.",
}

Please let me know what the possible solution will be for this请让我知道可能的解决方案是什么

Status code 429 refers to throttling, there is a possibility that there is some other deployment going on in your subscription that might be causing this throttling behavior.状态代码 429 是指节流,您的订阅中可能正在进行其他一些部署,这可能会导致此节流行为。 You can try redeploying.您可以尝试重新部署。

App Service Plans have a 10 per region limit on the Free SKU as documented here .应用服务计划对免费 SKU 的每个区域有 10 个限制,如此所述。

If you are using the free plan and need more than 10 plans, you would need to either move to a paid plan, or raise a support ticket to see if the limit can be raised (I suspect not on the free plan).如果您使用的是免费计划并且需要超过 10 个计划,则需要转为付费计划,或者提出支持票以查看是否可以提高限制(我怀疑免费计划中没有)。

If your not using the free plan then check the other limits in that link, if you don't feel you are hitting any then you would need to raise a support case.如果您不使用免费计划,请检查该链接中的其他限制,如果您觉得自己没有达到任何限制,那么您需要提出支持案例。 Billing cases are free.计费案例是免费的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Azure资源管理器模板中使用现有的Microsoft.Web /服务器场? - How to use a existing Microsoft.Web/serverfarms in a Azure Resource Manager Template? Azure ARM 模板 - 资源类型 Microsoft.Web/serverFarms sku 容量设置为最小值导致问题 - Azure ARM Template - Resource type Microsoft.Web/serverFarms sku capacity setting to min value causing issues 为什么托管网站需要Microsoft.Web / serverfarms资源? - Why is a Microsoft.Web/serverfarms resource required for hosting a website? 使用ARM模板创建Microsoft.Web / serverfarms资源 - creating a Microsoft.Web/serverfarms resource using ARM template 由于 Microsoft.Web 资源提供程序,无法在 Azure 中创建机器人 - Unable to create a bot in Azure due to Microsoft.Web Resource Provider 部署模板验证失败:'资源'Microsoft.Web/serverfarms/#########'未在模板中定义 - Deployment template validation failed: 'The resource 'Microsoft.Web/serverfarms/#########' is not defined in the template ID 为 object 的客户端无权在 scope 上执行操作“Microsoft.Web/serverfarms/read” - The client with object id does not have authorization to perform action 'Microsoft.Web/serverfarms/read' over scope 获取Azure函数时收到500个状态代码 - I receive 500 status code when I GET an Azure Function 移动或重新生成 Azure microsoft.web/certificate - Move or regenerate Azure microsoft.web/certificate 如何使用 Terraform 创建或导入 Azure API 连接 (Microsoft.Web)? - How to create or import an Azure API Connection (Microsoft.Web) using Terraform?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM