问题
Our goal is to run UI tests with Appium on our CI build. But it seems that running the Android emulator (Hyper-V based) within virtual build machine (Windows Server 2016) on Azure might not be supported.
So my question is, does Hyper-V based nested virtualization is supported from a Windows Server 2016 virtual machine on Azure ?
note: using a CPU Android emulation is not an option
回答1:
Yes, it is possible, you need to be on Dv3 or Ev3 SKU.
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nested-virtualization
来源:https://stackoverflow.com/questions/56364841/running-android-emulator-hyper-v-based-on-a-azure-vm-windows-server-2016