Hi there..This is an urgent requirement where in i have three scenarios
1) Two VMs in same cloud service
2) Two VMs in different cloud services
3) Two VMs in different subscription.
I am new to networking therefore lots of confusion
Problem
I am trying to access file stored in C drive of VM1 from worker role hosted in VM2 I tried couple of things
Note : I have made VM1 as FTP server and defined endpoints as well as firewall data port range to flow the traffic.
1) Created virtual network point to site VPN but no idea what code should i write in worker role to access C drive of VM1, moreover it requires VPN device , which i am not intend to use.
2) Tried creating network drive on VM1 after sharing the required folder in C: but its giving me error like : Check spelling or cannot create. Also i have no clue what to define in worker role to get its access.
If any one can give code for worker role and define steps to get the above scenarios done , i would highly appreciate.
Thanks in advance!