microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

OXA Error #374

Closed vidhan010 closed 5 years ago

vidhan010 commented 5 years ago

Hi Elton, I have started the deployment and following your videos only, got stuck in this, kindly help.

New-AzureRmResourceGroupDeployment : 18:30:57 - Error: Code=InvalidTemplateDeployment; Message=The template deployment 'stamp-v2' is not valid according to the validation procedure. The tracking id is 'fa2b2e9a-782c-44fb-87bf-c718b5f940b8'. See inner errors for details. Please see https://aka.ms/arm-deploy for usage details. At C:\laas1\oxa-tools\scripts\Common.ps1:730 char:33

New-AzureRmResourceGroupDeployment : 18:30:57 - Error: Code=QuotaExceeded; Message=Operation results in exceeding quota limits of Core. Maximum allowed: 10, Current in use: 0, Additional requested: 12. Please read more about quota increase at http://aka.ms/corequotaincrease. At C:\laas1\oxa-tools\scripts\Common.ps1:730 char:33

New-AzureRmResourceGroupDeployment : The deployment validation failed At C:\laas1\oxa-tools\scripts\Common.ps1:730 char:33

vidhan010 commented 5 years ago

SKU are the same, i have not changed them - "jumpBoxVmSize": { "value": "Standard_D1_v2" }, "mongoVmSize": { "value": "Standard_D2_v2" }, "mysqlVmSize": { "value": "Standard_D2_v2" }, "frontendVmSize": { "value": "Standard_D2_v2" }

eltoncarr commented 5 years ago

Please check our install doc at https://aka.ms/laas. This error is due to insufficient cores on your subscription.

vidhan010 commented 5 years ago

Thanks Elton for quick response, really appreciate it.