Differences
This shows you the differences between the selected revisions of the page.
2016-11-28 | 2016-12-06 | ||
updating link (martin) | connecting to a windows virtual machine on the new portal (martin) | ||
Line 31: | Line 31: | ||
First you need to [[guide_azure_ftps_server|install a FTPS server on the virtual machine]]. | First you need to [[guide_azure_ftps_server|install a FTPS server on the virtual machine]]. | ||
- | To connect to the instance with FTPS, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | + | To connect to the virtual machine with FTPS, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: |
* Make sure //New site// node is selected. | * Make sure //New site// node is selected. | ||
* On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | * On the //New site// node, select //FTP// protocol and //TLS/SSL Explicit encryption//. | ||
- | * In //Host name// box enter a host name of your instance in format ''name.cloudapp.net''. You will find it in //DNS Name// section on //Quick glance// sidebar of your instance dashboard on [[https://manage.windowsazure.com/|Azure Management Portal]]. | + | * In //Host name// box enter an address of your virtual machine: |
+ | * For the new Azure Portal portal.azure.com: | ||
+ | ······* Use IP address you find in the //Public IP address// section in the //Essentials panel//; | ||
+ | * Or setup a DNS name for the virtual machine by clicking on the //Public IP address// section. A //Configuration// page of the IP address opens. There, in the //%%DNS%% name label//, enter a sub domain for your virtual machine. Click //Save// button. A full hostname now appears in the //Public IP address/%%DNS%% name label// section in the //Essentials panel// in a format ''subdomain.region.cloudapp.azure.com''. | ||
+ | * On the old Azure Management Portal manage.windowsazure.com: Use hostname in format ''name.cloudapp.net''. You will find it in //DNS Name// section on //Quick glance// sidebar of your virtual machine dashboard. | ||
* Enter username and password of an account you want to connect with. Use the account you have specified when creating the instance or any other account you have created on the instance. | * Enter username and password of an account you want to connect with. Use the account you have specified when creating the instance or any other account you have created on the instance. | ||
* Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. |