Differences
This shows you the differences between the selected revisions of the page.
| 2016-12-06 | 2016-12-06 | ||
| connecting to azure linux machine created on the new portal (martin) | connecting to azure web site created on the new portal (martin) | ||
| Line 74: | Line 74: | ||
| ===== [[website]] Connecting to a Web Site with FTPS ===== | ===== [[website]] Connecting to a Web Site with FTPS ===== | ||
| - | Collect information about your web site from your web site dashboard on [[https://manage.windowsazure.com/|Azure Management Portal]]: | + | First, collect information about your web site. |
| + | |||
| + | On the new Azure Portal portal.azure.com: | ||
| + | |||
| + | * Host name: Copy host name from //FTPS hostname// section on the //Essentials// panel. | ||
| + | * User Name: Copy username from the //FTP/deployment username// section on the //Essentials// panel. If you did not set up an %%FTP%% account yet, use //Deployment credentials// page. User name has a form ''name\user''. You need to use both parts when authenticating. | ||
| + | |||
| + | On the old Azure Management Portal manage.windowsazure.com: | ||
| * Host name: Copy host name from //FTPS host name// section on a //Quick glance// sidebar. | * Host name: Copy host name from //FTPS host name// section on a //Quick glance// sidebar. | ||
| - | * User Name: See //Deployment / FTP user// section. If you did not set up %%FTP%% account yet, use //Set up deployment credentials// link. User name has form ''name\user''. You need to use both parts when authenticating. | + | * User Name: See //Deployment / FTP user// section. If you did not set up an %%FTP%% account yet, use //Set up deployment credentials// link. User name has a form ''name\user''. You need to use both parts when authenticating. |
| To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | To connect to the web site with %%FTPS%%, start WinSCP. [[ui_login|Login dialog]] will appear. On the dialog: | ||
| Line 83: | Line 90: | ||
| * 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 paste a host name of your instance in format ''%%waws-prod-xxx-xxx.ftp.azurewebsites.windows.net%%''. You can also paste complete %%URL%% to select protocol, encryption and insert host name at once. | + | * In //Host name// box paste a host name of your instance in format ''%%waws-prod-xxx-xxx.ftp.azurewebsites.windows.net%%''. You can also paste a complete %%URL%% to select protocol, encryption and insert host name at once. |
| - | * Enter //User name// and //Password// (had you forgotten your password, use //Reset your deployment credentials// link on the web site dashboard). | + | * Enter the //User name// and the //Password//. |
| * Save your site settings using the //Save// button. | * Save your site settings using the //Save// button. | ||
| * Login using the //Login// button. | * Login using the //Login// button. | ||