<目次>
(1) 「Not enough quota available」エラーがAzureで発生した際の原因/対処について
(1-1) エラーメッセージ
(1-2) 原因
(1-3) 対策
(1) 「Not enough quota available」エラーがAzureで発生した際の原因/対処について
(1-1) エラーメッセージ
(エラーメッセージ)
HttpResponseError: (BadRequest) The request is invalid. Code: BadRequest Message: The request is invalid. Exception Details: (InferencingClientCreateDeploymentFailed) InferencingClient HttpRequest error, error detail: {"errors":{"VmSize":["Not enough quota available for Standard_DS3_v2 in SubscriptionId xxxxxxxx. Current usage/limit: 0/6. Additional needed: 8 Please see troubleshooting guide, available here: https://aka.ms/oe-tsg#error-outofquota"]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-xxxx-00"} Code: InferencingClientCreateDeploymentFailed Message: InferencingClient HttpRequest error, error detail: {"errors":{"VmSize":["Not enough quota available for Standard_DS3_v2 in SubscriptionId xxxxxxxx. Current usage/limit: 0/6. Additional needed: 8 Please see troubleshooting guide, available here: https://aka.ms/oe-tsg#error-outofquota"]},"type":"https://tools.ietf.org/html/rfc7231#section-6.5.1","title":"One or more validation errors occurred.","status":400,"traceId":"00-xxxx-00"} Additional Information:Type: ComponentName Info: { "value": "managementfrontend" }Type: Correlation Info: { "value": { "operation": "1afccf99930a3f2658a57ee30e5e33b5", "request": "a3f12fe75cd6d4b0" } }Type: Environment Info: { "value": "japaneast" }Type: Location Info: { "value": "japaneast" }Type: Time Info: { "value": "2022-12-25T13:27:58.4266668+00:00" }
(1-2) 原因
https://learn.microsoft.com/en-us/azure/quotas/quotas-overview#quotas-or-limits
https://learn.microsoft.com/en-us/azure/machine-learning/how-to-troubleshoot-online-endpoints?tabs=cli#error-outofquota
(1-3) 対策
該当のクォータの利用可能数を拡張する。
●STEP1:該当のクォータの情報を確認
(図313)
●STEP2:該当のクォータをサブスクリプション画面で開く
↓
●STEP3:クォータの拡張
↓
↓