简体   繁体   English

尝试使用 Azure CLI 创建 web 应用程序时出现限制错误

[英]Throttling error when trying to create web app using Azure CLI

Using the Azure CLI command:使用 Azure CLI 命令:

az appservice plan create

We saw error message: "App Service Plan operation is throttled for subscription..."我们看到错误消息:“应用服务计划操作因订阅而受到限制...”

Is there some set limit on the number of commands we can execute on the subscription within a certain time frame?我们可以在特定时间范围内对订阅执行的命令数量是否有限制?

Is there some set limit on the number of commands we can execute on the subscription within a certain time frame?我们可以在特定时间范围内对订阅执行的命令数量是否有限制?

Yes, there are limits on the number of commands that you can execute at subscription level maximum number for reads & writes at subscription level per hour are reads 12000 & writes 1200. The default throttling limits per hour are shown in the following table.是的,您可以在订阅级别执行的命令数有限制,订阅级别每小时读取和写入的最大数量为读取 12000 和写入 1200。每小时的默认限制限制如下表所示。

在此处输入图像描述

These limits are scoped to the security principal (user or application) making the requests and the subscription ID or tenant ID.这些限制的范围仅限于发出请求的安全主体(用户或应用程序)以及订阅 ID 或租户 ID。 If your requests come from more than one security principal, your limit across the subscription or tenant is greater than 12,000 and 1,200 per hour.如果您的请求来自多个安全主体,则订阅或租户的限制将大于每小时 12,000 和 1,200。

Throttling happens at two levels.节流发生在两个级别。 Azure Resource Manager throttles requests for the subscription and tenant. Azure 资源管理器限制订阅和租户的请求。 If the request is under the throttling limits for the subscription and tenant, Resource Manager routes the request to the resource provider.如果请求低于订阅和租户的限制,资源管理器会将请求路由到资源提供者。 The resource provider applies throttling limits that are tailored to its operations.资源提供者应用为其操作量身定制的节流限制。

You can refer this documentation for more information about Throttling Resource Manager requests .您可以参考此文档以获取有关限制资源管理器请求的更多信息。

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

相关问题 尝试使用 CLI 创建 web 应用时出错 - Error when trying to create a webapp using CLI 尝试运行 Django Web App 时出现 Azure“应用程序错误” - Azure 'Application error' when trying to run Django Web App 尝试在Azure App服务上使用WEB API时出错 - Error when trying to use WEB API on Azure App service 尝试通过 az cli 创建 azure nic 接口时引发错误,v # invalid expression - Raise error, v # invalid expression when trying to create azure nic interface via az cli 无法使用 Azure Cli az webapp config backup create 备份功能/Web 应用程序 - Unable to backup Function/Web App using Azure Cli az webapp config backup create 使用Azure CLI将gitlab工件部署到Microsoft Azure Web应用程序 - Deploy gitlab artifact to microsoft azure web app using azure cli 使用 CLI 将 Azure Web 应用程序(容器)连接到 Azure 容器注册表 - Connecting an Azure Web app (container) to an Azure container registry using the CLI 使用 Azure CLI 更新 Azure 应用注册 web.logoutUrl - Update the Azure App registration web.logoutUrl using Azure CLI 尝试通过另一个Web App在Web App内部调用API时出错 - Getting error when trying to call API inside Web App through another Web App - Azure 尝试连接到Azure Web App的授权错误 - Authorization error trying to connect to Azure Web App
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM