I'm trying to connect to azure bizspark from another PC. But its not able to recognize the azure bizspark VM (xxxx.cloudapp.com)? Am I missing something? Is it possible to copy csv files and send to azure bizspark through any programming or bat?
Asked
Active
Viewed 35 times
-1
-
Hi, welcome to stack overflow. Please refer the [ask] link for more details on how to ask a question and update your question accordingly. – Jeroen Heier Jan 11 '18 at 04:52
1 Answers
1
The easiest way to connect to an Azure VM is to download a Remote Desktop Protocol file:
- Sign in to the Azure portal.
- Click Virtual Machines.
- Select the virtual machine from the list.
- On the page for the virtual machine, click Connect.
- Download the Remote Desktop Protocol file (.rdp file) and click Open.
Like in the Azure Documentation: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/connect-logon
Azure Bizspark it's a Microsoft program for Startups https://bizspark.microsoft.com/. This doesn't matter, the resources are the same that in a normal Azure account.

Ivan
- 73
- 10
-
I tried downloading rdp and I'm not able to log in. And when I tried pinging it didnt work. Does it mean the VM is not setup properly? – Simple Analytics Jan 12 '18 at 04:42
-
Do you get some error message? Please try to add information if not it's really difficult to try to help you. – Ivan Jan 12 '18 at 09:57