Azure 机器学习计算配额?

Azure Machine Learning Compute quota?

Manage and request quotas for Azure resources 文档页面指出默认配额取决于 "on your subscription offer type"。配额不会显示在 Azure Web 门户中。有没有办法使用 SDK、CLI、REST 找出当前的配额值 API?

您可能想尝试类似此命令的操作:

az vm list-usage --location eastus --out table

它会让你得到区域的核心使用情况,这对资源部署很重要。

还有其他选择 (az + Powershell) here

希望对您有所帮助!