Window Azure Deploying Cloud Services with A6 vmsize

亡梦爱人 提交于 2019-12-23 09:47:42

问题


In my cloud service I have one web role and worker role. I changed my web role VM size from medium to A6.

When I tried to deploy to Windows Azure, I get the following error message:s seem prompt me error

The VM size (or combination of VM sizes) required by this deployment cannot be provisioned due to deployment request constraints. If possible, try relaxing constraints such as virtual network bindings, deploying to a hosted service with no other deployment in it and to a different affinity group or with no affinity group, or try deploying to a different region.

What does that mean?


回答1:


Basically, you've asked it for one of the new "Uber" A6 Instances (with additional memory/process resources) and it was unable to provision your request (i.e. provide you with the required amount of cloud computing power for an A6 Instance).

You could try deploying to a different geographic location or affinity group or just wait and try again.



来源:https://stackoverflow.com/questions/17422659/window-azure-deploying-cloud-services-with-a6-vmsize

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!