问题描述
我正在尝试在 Azure 机密计算服务上创建 VM,但在验证阶段我总是遇到相同的错误:模板部署无效错误.
I'm trying to create a VM on Azure Confidential Computing service, but I always get the same error during the validation phase: an invalid template deployment error.
我尝试了不同的配置组合,但无济于事:
I've tried with different combinations of configurations, but to no avail:
- 地点:西欧 |美国东部
- 图片:Ubuntu Server 16.04 LTS |Ubuntu 服务器 18.04 LTS
- VM 大小:Standard_DC2s |标准_DC4s
- 操作系统磁盘类型:高级 SSD |标准固态硬盘 |标准硬盘
我还尝试在西欧创建一个普通的 VM,并且进展顺利.所以目前我完全不知道如何解决这个问题.
I've also tried to create a normal VM on West Europe and it went well. So at the moment I'm completely clueless on how to solve this problem.
下面是我收到的错误消息的摘录:
Below you find an excerpt of the error message I'm getting:
InvalidTemplateDeployment模板部署失败,错误:'The resource with id:'/subscriptions/9b389ced-1bbf-40ab-919f-a10e7a960ed8/resourceGroups/ACC-Ubuntu1604-01-RG/providers/Microsoft.Compute/virtualMachines/ACCUbuntu-1604-01' 验证失败并显示消息:'请求的资源大小'/subscriptions/9b389ced-1bbf-40ab-919f-a10e7a960ed8/resourceGroups/ACC-Ubuntu1604-01-RG/providers/Microsoft.Compute/virtualMachines/ACC-Ubuntu-1604-01' 目前无法在位置 'westeurope' 区域 '' 订阅 '9b389ced-1bbf-40ab-919f-a10e7a960ed8'.请尝试其他大小或部署到不同的位置或区域.有关详细信息,请参阅 https://aka.ms/azureskunotavailable.'.'.
谢谢!
推荐答案
您应该能够在英国南部和加拿大中部部署最新的 ACC VM 系列 - DCsv2 系列.请按照此处的步骤操作.
You should be able to deploy with the newest family of ACC VMs - DCsv2-Series in UK South and Canada Central. Please follow the steps here.
这篇关于无法在 Azure 机密计算 (ACC) 上创建 VM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!