Azure Emulator won't open the UI console due to supposed permissions issue
I have also ran into this issue many times. I think it's an issue with compute emulator itself so I guess we would need to wait for the next version of SDK to come out. Please ensure that under "Emulator" setting, you are selected "Use Full Emulator" (I still ran into this problem even after this setting was selected).
A possible workaround that worked for me is to manually start the compute emulator instead of Visual Studio starting it. For me that always worked. This is what you will need to do:
- If emulator is running, then first kill it by going into task manager.
- Right click on "csmonitor.exe" in "C:\Program Files\Microsoft SDKs\Windows Azure\Emulator" directory and run that as Administrator.
- Next right click on "Azure Emulator" icon in the system tray and start compute emulator in "Full" mode as shown in screenshot below.
As mentionned in the previous solution, you can set the csmonitor.exe to be always launched in administrative mode.
After that, you won't need to re-do the configuration previously mentionned.