Differences
This shows you the differences between the selected revisions of the page.
2020-02-19 | 2020-06-23 | ||
sha-256 fingerprints are supported long enough (martin) | it app service now + general update (martin) | ||
Line 54: | Line 54: | ||
&screenshotpict(azure_windows) | &screenshotpict(azure_windows) | ||
- | ===== [[website]] Connecting to a Web Site with FTPS ===== | + | ===== [[website]] Connecting to a App Service (Web Site) with FTPS ===== |
- | First, collect information about your web site, on the [[https://portal.azure.com/|Azure portal]]: | + | First, collect information about your app service (previously web site), on the [[https://portal.azure.com/|Azure portal]]: |
- | * Host name: Copy host name from //FTPS hostname// section on the //Essentials// panel. | + | * Host name: Copy host name from //FTPS hostname// section on the //Overview// page. |
- | * 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. | + | * User Name: Copy username from the //FTP/deployment username// section on the //Overview// page. If you did not set up an %%FTP%% account yet, goto //Deployment Center// page and select //FTP// in //Manual Deployment// section and switch to //User Credentials// tab. 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 73: | Line 73: | ||
&screenshotpict(azure_website) | &screenshotpict(azure_website) | ||
- | + | ==== Automating Access to the App Service ==== | |
- | + | ||
- | ==== Automating Access to the WebSite ==== | + | |
See example for [[guide_microsoft_azure_webjob_sftp#deploying_auto|automating update of a WebJob on the WebSite]]. | See example for [[guide_microsoft_azure_webjob_sftp#deploying_auto|automating update of a WebJob on the WebSite]]. |