For questions about Microsoft Azure DevTest Labs, for provisioning self-service dev/test environments on Azure. DevTest Labs has tools for setting policies on the kinds and sizes of VMs that can be created, for customising them with additional installation scripts, and for controlling costs and user access to the resulting dev/test environments.
Questions tagged [azure-devtest-labs]
80 questions
9
votes
5 answers
How to get all Azure Resources without tags in a Azure Resource Group
In my Azure dev/test lab (DTL), there are many resources which were not tagged. How can I get a list of all untagged resources under DTL/resource group?

DevX
- 725
- 3
- 13
- 26
7
votes
3 answers
Error while creating virtual machine X The requested size for resource Y is currently not available in location Z
I've currently created Test Lab in Azure and when I try to create an Ubuntu Server 14.04 LTS it keeps failing with the below error message.
Error while creating virtual machine TestVMUbuntu The requested size
for resource
…

Joshua Duxbury
- 4,892
- 4
- 32
- 51
4
votes
3 answers
How do I resize an Azure DevTest Lab VM that uses shared IP configuration
This might be a dreadfully silly question but here goes...
I have a virtual machine in Azure DevTest Labs that was created using shared IP configuration. I now have a requirement to change the size but this fails with the message
Resizing virtual…

ceej
- 1,863
- 1
- 15
- 24
4
votes
1 answer
How to deploy Selenium Grid in Azure DevTestLabs
I'm trying to execute remote selenium tests via Azure.
To do this, I used https://github.com/Azure/azure-devtestlab/tree/master/samples/DevTestLabs/QuickStartTemplates/201-dtl-create-lab-with-seleniumgrid
I create a custom template with the selenium…

Nancy Cruz
- 115
- 1
- 10
3
votes
1 answer
Service Fabric Azure test environment
We have a number of Service Fabric clusters provisioned in Azure, for dev and testing. I would like to find a way to 'pause' these over night to save paying for them when they're not being used.
This seems to be what the Azure Dev Labs are for, but…

Code Monkey
- 290
- 2
- 19
2
votes
2 answers
Device farm in Azure
Does Azure has the capability to setup a device farm like AWS Device Farm to test Android, iOS, and web apps on a massive collection of real mobile devices.

chinnu Nish
- 119
- 1
- 13
2
votes
1 answer
Azure DevTestLabs custom Image error "Creating a virtual machine from Marketplace image requires Plan information in the request"
In Azure DevTestlabs I have made a custom image from a market resource (CIS hardened image) and saved it to blob storage. After this I want to create a VM from this image (and do other things with the image).
I have this process automated through…

Jay05
- 173
- 2
- 9
2
votes
1 answer
Azure DevTest Lab: Set Mandatory artifacts programmatically
we are trying to enable Mandatory Artifacts, in a DevTest Lab, programmatically.
we found: https://learn.microsoft.com/en-us/azure/templates/microsoft.devtestlab/2018-09-15/labs/policysets/policies#PolicyProperties
unfortunately we do not know the…

Marc Plet
- 21
- 1
2
votes
1 answer
How to import a standard VM into a devtest lab
I have created and configured a VM in Azure.
I would like to use the image created from that VM in a devtest lab.
However, I see that images in devtest labs can only be created from VHD disk.
Is it possible to transform a normal Azure image into a…

nicolamarangoni
- 85
- 7
2
votes
3 answers
Is azure devtest lab available for service fabric clusters?
I know that there is party service fabric clusters but it is public. I do not want to use it.
Is there an azure devtest lab that I can provision so that I can author services locally on my machine but test my services in the cloud with azure devtest…

Raghu
- 2,859
- 4
- 33
- 65
1
vote
1 answer
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…

Asati
- 17
- 4
1
vote
1 answer
How to connect an existing virtual netwrok to DevTest lab using ARM or Azure CLI?
I have a resource group that contains separately created DevTest lab and Virtual Network (VNet) using Bicep.
I can manually by using the Azure portal attach the VNet to the Devtest lab by:
Go to Devtest lab
Select "Configuration and policies"
From…

A7med
- 23
- 6
1
vote
2 answers
Azure DevTest Labs: how to parametrize resources
I am trying to create a PowerShell script that would deploy an instance of Azure DevTest lab, create an environment there, and such resources as databricks, azure data factory, etc. This is part of my lab template responsible for that.
…

Grevioos
- 355
- 5
- 30
1
vote
1 answer
is there any way to run aks in azure dev/test labs?
I am looking a way to run aks or k8s cluster in dev/test labs but I couldn't find an official way. I guess Azure has allow using production services in Dev/Test Lab however they haven't published yet a document to achieve this. I need rich memory…

Bora Özkan
- 73
- 1
- 1
- 8
1
vote
2 answers
IISExpress - redirection.config cannot read configuration file due to insufficient permissions
I have a virtual machine created from the Azure DevTest Lab environment. I CYOD this virtual machine, so I have onedrive business and all security restrictions of company.
I just tested all the solutions of lack of permission on the IISExpress…

soydachi
- 851
- 1
- 9
- 24