Asati
Asati

Reputation: 17

Deployment failed case on Devtestlab

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

image [enter image description here](https://i.sstatic.net/tmRCb.png)

And the disk showing as No result

[enter image description here](https://i.sstatic.net/ZG4Ip.png)

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?

Upvotes: 1

Views: 124

Answers (1)

Imran
Imran

Reputation: 5570

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

enter image description here

I created Devtest lab like below:

enter image description here

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

enter image description here

Select Artifact:

enter image description here

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:

enter image description here

Now, Deployment is created with disk successfully like below:

enter image description here

enter image description here

Upvotes: 0

Related Questions