gpt4 book ai didi

powershell - Azure 软限制和 ARM 资源

转载 作者:行者123 更新时间:2023-12-02 23:12:01 25 4
gpt4 key购买 nike

azure 对每个订阅都有一组默认软限制 ( https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/ )

虽然我可以轻松检查 ASM 中当前的 VM 内核限制(通过旧门户),但我无法确定 ARM 的这些限制是什么仅订阅(旧门户中未列出 ARM 资源,并且无法检查新门户上的限制)。

有没有办法(Powershell、CLI 或 API 调用)来检查仅限 ARM 订阅的核心限制?

最佳答案

也可以通过 Azure CLI 实现:

~ $ azure config mode arm
info: Executing command config mode
info: New mode is arm
info: config mode command OK

~ $ azure vm list-usage --location eastus
info: Executing command vm list-usage
data: Name Unit CurrentValue Limit
data: --------------------------- ----- ------------ -----
data: Availability Sets Count 16 2000
data: Total Regional Cores Count 174 350
data: Virtual Machines Count 58 10000
data: Virtual Machine Scale Sets Count 0 50
data: Standard A0-A7 Family Cores Count 122 350
data: Basic A Family Cores Count 4 350
data: Standard DS Family Cores Count 48 350
info: vm list-usage command OK

该命令在 ASM 模式下根本不起作用。听起来很准确。

关于powershell - Azure 软限制和 ARM 资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36342552/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com