Cannot connect to VM via Azure Lab Services Virtual Machine Pool. RDP does not download - azure-lab-services

The connect icon in Azure Lab Services --> Virtual Machine Pool does not download the RDP file to connect to VM

are you still seeing this issue? I was not able to reproduce this bug. Please let me know!

No this error seems to be fixed. It was only there for a day.

Related

how to connect to the virtual machine via remote desktop on the screen without enabling remote desktop check option in virtualbox

as stated in my question. I'm trying to have connection to a virtual machine remotely without enabling virtualbox remote desktop screen. using the network host only. but I could not make this connection without having to enable the option on the screen.
according to my research it is possible because applications as Andy or genymotion does this.
if anyone knows the subject. appreciate your help

Hyper-v VM shows 'Limited Connectivity' when using External Switch?

I have been trying to setup a Win7 VM on Hyper-v that connects to the internet through my Win 8 host machine.
I can't seem to figure out why the VM can't ever get passed limited connectivity. Any ideas?
NO sure why but all I had to do was Disable/enable the vEthernet adapter and everything worked great!
Check that you have a Virtual Switch with an "External Network" using the Virtual Switch Manager.
The other network types offer VM isolation. If your VM is on an "Private Network" it can only talk to other VMs on the server. The "Internal Network" allows VMs can talk to other VMs and to the host.
In contrast, an External Network allows the VM to contact machines on the network that the host is attached to.
I worked on this issue for a while myself after upgrading to Windows 8.1 and losing connectivity. Added and removed the adapter to no avail. The solution was to upgrade the VM's Integration Services.
I had the same issue because my DHCP settings on my guest VM was setup wrong.
So check the DHCP setting if they are on obtain automatically.
Control Panel\Network and Internet\Network Connections
Network adapter properties -> Internet Protocol Version 4 (TCP/IPv4) -> Properties ->
Obtain DNS server address automatically
I have had great success with Hyper-V and windows 8 and windows 10 virtuals using external switches with a Windows 8.1 host. Unfortunately I could not get the external switch to ever work on windows xp virtual running under Hyper-V. Instead, after reading a lot of sites/suggestions, I followed this guide to bridge an internal virtual switch (with Hyper-V legacy network adapter for XP) to the host wifi. I hope this saves someone else some time when working on an XP virtual.
Using Hyper-V with a Wireless Network Adapter

Is it possible to share Hyper-V Manager

I have a test environment that I host from my computer. I have configured an external switch so that it can be accessed by others.
If we take a look inside the Hyper-V Manager we can see that we have: "Hyper-V Manager" and under it we have connection to the local machine. We also have the possibility to add a new connection by connecting a server.
So can I host my PC's Hyper-V Instance as a server in the domain and would that make my peers able to connect to it as a new instance in their Hyper-V Manager?
Is it possible to share Hyper-V Manager or my instance of it, so that other people can use snapshots and the other functions that Hyper-V manager have to offer?
I'm thankful for all help!
Yes, it is possible for other users to manage your machines Hyper-V instance with Hyper-V Manager run on a different machine, as long as they have the correct privileges. Which I believe it's up to you or the domain admin to set.
Check out this blog post if it may help you. Good luck!

no internet on windows phone 8 emulator

I have installed windows phone 8 SDK and tried running a simple app which embeds a WebBrowser on a page. When I try to run the app in emulator the emulator does not get internet connection. It displays an error message saying "You don't have permission to modify internal Hyper-V network adapter settings required to run the emulator". Im sure my login has admin permissions. My machine is 64bit, hyper v is enabled and Hyper v manager is running, hardware virtualization is enabled in the BIOS settings, DHCP is enabled and its connected to a wired network. I have checked all the system requirements. What ever I do it keeps on giving the same error message. I setup everything in a different machine and tried running the app in that machine. The same error message is displayed in the that machine also. Can anyone tell me how to get it working.
DHCP is enabled and its connected to a wired network
Can you run ipconfig /all on your host machine and post it here please?
seems you have problem with your DHCP or maybe multiple DHCP and conflict.
You need to add your user account as a member of the "Hyper-V Administrators" group on the machine.
Detailed steps:
Hit Windows key + Q and search for "local users and groups". Change the search scope to "Settings". Click "Edit local users and groups".
Expand the "Groups" section. Right-click on "Hyper-V Administrators" and select "Add to group".
Add your user account.
Some connection tools on the host can have negative effects when used with the emulator; I found having cisco VPN client installed on the host prevented the emulator from finding the internet. Other VPN clients may have similar side-effects. I simply uninstalled cisco (the inbuilt windows VPN is fine for what I need) and it worked perfectly.
I've also seen problems where it won't find the internet after the host has been suspended / resumed. In that scenario, it turned out to be bad network drivers. I installed a dedicated Intel NIC (rather than the on-board NIC on the motherboard) - problem solved.
Basically, Hyper-V is a bit fussy.
try refreshing the hyper-v by unchecking and then checking it again,this worked for me.
Steps:
1.control panel>>programs>>Programs and features>>turn windows features on and off>>hyper-v
2.uncheck it and restart the pc.
3.again go to control panel an check hyper-v and restart the pc again.
the try to run the emulator,should work..
another possible reason is that you did not start vs2013 as admin

Calling service bus running on cloud from my local application

How can i call service bus running on cloud from my local application.If there is some demo then please share the link
Go to the Windows Azure site to download the SDK for the language you are using. Then head over to the service bus samples site to get an idea on some demos.
Actually, all the azure service bus sample code were developed and tested on local machines. Unless your organization has some special firewall settings, it should just work. Let us know what u get.