英文:
Deployment failed case on Devtestlab
问题
我试图按照这个文档 Create and manage claimable VMs - Azure DevTest Labs | Microsoft Learn 为我的 Azure DevTest 实验室添加一个可认领的虚拟机,但每当我尝试添加以下配置时:
操作系统 = Windows
基本虚拟机 = Windows Server 2022 数据中心 Azure 版核心
大小 = Standard_B1s
每次尝试添加都会失败。
同时,磁盘显示为“无结果”。
在使用这个特定的数据中心时,是否有解决方案失败,或者是我做错了什么?我希望这个特定的数据中心可以解决这个问题。
英文:
I am trying to add a claimable VM for my lab in Azure DevTest following this document Create and manage claimable VMs - Azure DevTest Labs | Microsoft Learn but whenever I try to add
Operating system = windows
base vm = windows server 2022 datacenter azure editon core
size = standard_B1s
I am getting failed yet each time I attempt to add
And the disk showing as No result
Any solution while using this particular data center it fails or am i doing something wrong and I want this particular data center to have a fix for the issue?
答案1
得分: 0
我尝试在我的环境中复制相同的情况,出现了如下错误:

我创建了Devtest实验室,如下所示:

为了解决这个问题,请尝试添加Artifact来配置并添加到虚拟机,如下:

选择Artifact:

此外,尝试设置一个到期日期,以便在某个日期后自动删除虚拟机,以免继续产生费用。要使用此配置创建多个虚拟机,请选择一个实例,如下所示:

现在,部署已成功创建带有磁盘,如下:


英文:
I tried to reproduce the same in my environment and got the same error like below:

I created Devtest lab like below:

To resolve this issue try to add Artifact to configure and add to the VM like below:

Select Artifact:

In Additionally try to set an expiration date that you might want to delete VMs automatically after a certain date so they don't keep incurring costs. To create more than one VM with this configuration select an instancelike below:

Now, Deployment is created with disk successfully like below:


通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。




评论