Skip to content

Commit 84c821d

Browse files
committed
deploy files screenshot
1 parent c6352d2 commit 84c821d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
21 KB
Loading

articles/app-service/quickstart-nodejs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Sign in to the Azure portal at https://portal.azure.com.
256256
257257
### Get FTP credentials
258258
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.
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.
260260
261261
1. From the App Service app page, click **Deployment Center** in the left-hand menu and select **FTPS credentials** tab.
262262
@@ -272,7 +272,9 @@ Azure App Service supports [two types of credentials](deploy-configure-credentia
272272
273273
### Deploy files with FTP
274274
275-
1. Copy your files to the [**/site/wwwroot** directory](https://github.com/projectkudu/kudu/wiki/File-structure-on-azure) in Azure.
275+
1. Copy all files and directories files to the [**/site/wwwroot** directory](https://github.com/projectkudu/kudu/wiki/File-structure-on-azure) in Azure.
276+
277+
:::image type="content" source="./media/quickstart-nodejs/filezilla-deploy-files.png" alt-text="FileZilla deploy files":::
276278
277279
1. Browse to your app's URL to verify the app is running properly.
278280

0 commit comments

Comments
 (0)