You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/quickstart-nodejs.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,16 +256,22 @@ Sign in to the Azure portal at https://portal.azure.com.
256
256
257
257
### Get FTP credentials
258
258
259
-
1. Azure App Service supports [two types of credentials](deploy-configure-credentials.md) for FTP/S deployment. These credentials are not the same as your Azure subscription credentials. In this section, you get the application-scope credentials to use with FileZilla.
259
+
Azure App Service supports [two types of credentials](deploy-configure-credentials.md) for FTP/S deployment. These credentials are not the same as your Azure subscription credentials. In this section, you get the *application-scope credentials* to use with FileZilla.
1. On your App Service app page, click on *Deployment Center* in the left-hand menu and select *FTPS credentials* tab.
262
262
263
-
### Deploy files with FTP
263
+
1. Next, open **FileZilla** and create a new site.
264
+
265
+
1. Copy the **FTPS endpoint**, **Username**, and **Password** details into FileZilla. Change **Encryption** to *Require explicit FTP over TLS*.
264
266
265
-
1. From your FTP client (for example, [FileZilla](https://www.filezilla-project.org/)), use the connection information you gathered to connect to your app.
0 commit comments