Azure Blockchain Workbench deployment error

MUHAMMAD ZEESHAN UL HAQ 1 Reputation point
2020-07-11T17:38:49.127+00:00

I have tried deploying Azure Blockchain Workbench several times using different regions but it still gives the following error.

{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.","details":[{"code":"BadRequest","message":"{\r\n \"error\": {\r\n \"code\": \"InvalidTemplateDeployment\",\r\n \"message\": \"The template deployment 'aaa-M1-appBuilder' is not valid according to the validation procedure. The tracking id is '9f24bb97-1ecb-4c3b-a02e-8bd1749a2b62'. See inner errors for details.\",\r\n \"details\": [\r\n {\r\n \"code\": \"ValidationForResourceFailed\",\r\n \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n \"details\": [\r\n {\r\n \"code\": \"SubscriptionIsOverQuotaForSku\",\r\n \"message\": \"This region has quota of 0 PremiumV2 instances for your subscription. Try selecting different region or SKU.\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n}"}]}

Raw Error:

{

"code": "DeploymentFailed",

"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",

"details": [

{

  "code": "BadRequest",

  "message": "{\r\n  \"error\": {\r\n    \"code\": \"InvalidTemplateDeployment\",\r\n    \"message\": \"The template deployment 'aaa-M1-appBuilder' is not valid according to the validation procedure. The tracking id is '9f24bb97-1ecb-4c3b-a02e-8bd1749a2b62'. See inner errors for details.\",\r\n    \"details\": [\r\n      {\r\n        \"code\": \"ValidationForResourceFailed\",\r\n        \"message\": \"Validation failed for a resource. Check 'Error.Details[0]' for more information.\",\r\n        \"details\": [\r\n          {\r\n            \"code\": \"SubscriptionIsOverQuotaForSku\",\r\n            \"message\": \"This region has quota of 0 PremiumV2 instances for your subscription. Try selecting different region or SKU.\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}"

}

]

}

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,337 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 28,136 Reputation points
    2020-07-20T09:58:54.947+00:00

    @MUHAMMADZEESHANULHAQ-5001 There are no specific restrictions on the services. As error suggests that "This region has quota of 0 PremiumV2 instances for your subscription" you doesn't seems to have a sufficient quota. Try selecting different region or SKU and let us know if that solves your issue.

    Also, try creating a VM with the chosen SKU type and update if you are able to create a VM?

    As mentioned in the doc, Select preferred storage performance and VM size for your blockchain network. Choose a smaller VM size such as Standard DS1 v2 if you are on a subscription with low service limits like Azure free tier.