Questions
Questions copied to clipboard
How to enable developer mode on Azure Virtual Machine Scale Set
I am trying to migrate UI test cases of a desktop application to Azure Virtual Machine Scale Set. I am using C# and Winapp driver to automate UI testcases on a desktop application. To run UI test cases, we need to install winapp and run it, and for this we need to enable developer mode on Azure Virtual Machine scale set.
I have tried doing it through Powershell script, but I'm facing error. Please provide me solution, how can I implement this on my virtual machine scale set.