可以在一个资源中创建的 Azure 逻辑应用数量上限 group/subscription?
Upper limit on the number of Azure logic apps that can be created in a resource group/subscription?
- 可在资源中创建的逻辑应用数量的任何限制group/subscription。
- 每分钟可以创建的逻辑应用数量的任何限制。
我们本质上想要创建逻辑应用程序(每分钟很多)来创建计划的触发器以在服务总线上删除消息并在不再需要时删除这些逻辑应用程序。
- 每个订阅每个区域的工作流 1000(来自 here)
- 这将与 Azure 资源管理器有关。
For each subscription and tenant, Resource Manager limits read requests to 15,000 per hour and write requests to 1,200 per hour.
These limits apply to each Azure Resource Manager instance; there are
multiple instances in every Azure region, and Azure Resource Manager
is deployed to all Azure regions. So, in practice, limits are
effectively much higher than those listed above, as user requests are
generally serviced by many different instances.+
If your application or script reaches these limits, you need to
throttle your requests.
来自 here。
HTH
- 可在资源中创建的逻辑应用数量的任何限制group/subscription。
- 每分钟可以创建的逻辑应用数量的任何限制。
我们本质上想要创建逻辑应用程序(每分钟很多)来创建计划的触发器以在服务总线上删除消息并在不再需要时删除这些逻辑应用程序。
- 每个订阅每个区域的工作流 1000(来自 here)
- 这将与 Azure 资源管理器有关。
For each subscription and tenant, Resource Manager limits read requests to 15,000 per hour and write requests to 1,200 per hour. These limits apply to each Azure Resource Manager instance; there are multiple instances in every Azure region, and Azure Resource Manager is deployed to all Azure regions. So, in practice, limits are effectively much higher than those listed above, as user requests are generally serviced by many different instances.+
If your application or script reaches these limits, you need to throttle your requests.
来自 here。
HTH