Failed to use the confidential computing VM deployment service in Azure

谁说胖子不能爱 提交于 2020-03-24 18:59:12

问题


I created an Azure account which is promised to be able to use all the services in Azure for free for a month. However, I always failed to create a confidential computing VM in the verification phase. The error report I got is:

InvalidTemplateDeploymentThe template deployment failed with error: 'The resource with id: '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' failed validation with message: 'The requested size for resource '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' is currently not available in location 'eastus' zones '' for subscription 'e3fa4d71-63b0-4f16-ae14-e741500dcbf7'. Please try another size or deploy to a different location or zones. See https://aka.ms/azureskunotavailable for details.'.'.

It seems no available resources exists to deploy the confidential computing VM (so strange since it contradicts to what they promise for free accounts). Changing configuration (limited configuration options) didn't work. I think it is related to configuration. According to the link provided by the Azure, this creation failure may be due to the error called 'SKUNotAvailable' and users can determin their available resources using command 'Get-AzComputeResourceSku | where {$_.Locations -icontains "centralus"}'. Strangely, I've found that I have the resources available to deploy the confidentials for computing VM. In this case, it is not associated with the resources the Azure provided for free accounts.

I've found another guy posted a similar problem (Unable to create a VM on Azure Confidential Computing (ACC)) which is still unsovled. He succeed to create a normal VM but failed when tried to deploy the confidential computing.

Could anyone create the Azure confidential computing VM or provide any hints about a possible solution? Thanks so much!


回答1:


Thanks for your interest in Azure Confidential Compute, and I apologize that you're having trouble with your deployment. Right now, ACC has limited capacity and is not allowing automatic quota for free trials or deployments from new subscriptions in East US or Europe West. Azure confidential compute has newly released a second family of ACC VMs called DCsv2-Series. These VMs can be configured with a larger selection of sizes and a greater EPC (Enclave Page Cache) memory. This SKU is currently live in UK South and Canada Central.

Microsoft is working on documenting this recent change. Here are some steps you can take:

  1. Request for more quota via Azure Support. If you are blocked from requesting more quota, please issue a support ticket stating your issue.
  2. Once you've received quota for DCsv2-Series VMs, create a new Virtual Machine resource in the Azure Portal.
  3. Select either Canada Central or UK South as your region.
  4. Select an Ubuntu or Windows OS image of your choice.
  5. Head over to the "Advanced" tab, scroll down, in the "VM Generation" section, select "gen 2".
  6. Head back to the "Basics" tab and go into the Virtual Machine Size selector. Clear all filters and search for "DC" and select the size you want.
  7. Finish your configuration and click "create".

Hopefully this works! Let me know - thank you!



来源:https://stackoverflow.com/questions/60772009/failed-to-use-the-confidential-computing-vm-deployment-service-in-azure

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