Azure / azure-devtestlab

Azure DevTestLab artifacts, scripts and samples
MIT License
458 stars 602 forks source link

New-AzLab stuck in ProvisioningState = Creating #807

Closed TobiasK32 closed 2 years ago

TobiasK32 commented 3 years ago

It happened a few times to me that New-AzLab gets stuck in ProvisioningState = Creating. Is this a know problem? I couldn't find anything in the issue tracker. If it helps I could provide a versbose output. The lab has been created properly. This could be a problem for automatization. To avoid running into the problem I'm thinking about runnig the New-AzLab and the Publish-AzLab in two different tasks. This way the lab would still be published although New-AzLab gots stuck.

EMaher commented 2 years ago

@TobiasK32 -

Are you using Linux? There are some know issues with certain Linux images. See https://docs.microsoft.com/en-us/azure/lab-services/classroom-labs-faq#linux.

If that doesn't solve you problem, I suggest posting something on the Azure Lab Forums (https://aka.ms/azlabs-rap) with more details include OS, marketplace or custom image, software installed on the template VM. Another option is to log a service request (https://aka.ms/azlabs-support) where the service team can work with the product team if needed.

Hope that helps, Elizabeth

TobiasK32 commented 2 years ago

It's a custom Windows 10 image. I'll follow your recommendation the next time I'll run into the problem. Thanks for your advice!