visual studio - Hyper-V - 'VM name' failed to start on Azure -


i have vm on azure:

  • windows server 2012 r2
  • vs 2015 community update 2 (with xamarin)

when build android application (directly after creation template) have error:

[window title] hyper-v manager  [main instruction] error occurred while attempting start selected virtual machine(s).  [content] 'vs emulator 5-inch kitkat (4.4) xxhdpi phone' failed start.  failed start virtual machine 'vs emulator 5-inch kitkat (4.4) xxhdpi phone' because 1 of hyper-v components not running.  [expanded information] 'vs emulator 5-inch kitkat (4.4) xxhdpi phone' failed start. (virtual machine id f03a58d7-beab-4fa2-a17f-facc465e8559)  virtual machine management service failed start virtual machine 'vs emulator 5-inch kitkat (4.4) xxhdpi phone' because 1 of hyper-v components not running (virtual machine id f03a58d7-beab-4fa2-a17f-facc465e8559).  [v] see details  [close] 

an idea ? thx

unfortunately won't work because azure doesn't support nested virtualisation.

nested virtualisation needed because azure runs in virtual machine, in order run virtualised instance inside instance need have appropriate flags enabled in host machine. azure not enable flags across infrastructure (and neither of other major cloud vendors)


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -