Skip to content

Commit c977705

Browse files
committed
more updates
1 parent 9710f13 commit c977705

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

articles/app-service/quickstart-nodejs.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,16 +256,22 @@ Sign in to the Azure portal at https://portal.azure.com.
256256
257257
### Get FTP credentials
258258
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.
260260
261-
:::image type="content" source="./media/quickstart-nodejs/ftps-deployment-credentials.png" alt-text="FTPS deployment credentials":::
261+
1. On your App Service app page, click on *Deployment Center* in the left-hand menu and select *FTPS credentials* tab.
262262
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*.
264266
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.
267+
:::image type="content" source="./media/quickstart-nodejs/ftps-deployment-credentials.png" alt-text="FTPS deployment credentials":::
266268
267269
:::image type="content" source="./media/quickstart-nodejs/filezilla-ftps-connection.png" alt-text="FTPS connection details":::
268270
271+
1. Click *Connect*.
272+
273+
### Deploy files with FTP
274+
269275
1. Copy your files to the [**/site/wwwroot** directory](https://github.com/projectkudu/kudu/wiki/File-structure-on-azure) in Azure.
270276
271277
1. Browse to your app's URL to verify the app is running properly.
@@ -432,11 +438,11 @@ The `--no-wait` argument allows the command to return before the operation is co
432438
433439
When no longer needed, you can delete the resource group, App service, and all related resources.
434440
435-
1. In the search, type *myResourceGroup* (or the resource group you chose in the [Create Azure resources](#create-azure-resources) step.
441+
1. From your App Service *overview* page, click the *resource group* you created in the [Create Azure resources](#create-azure-resources) step.
436442
437443
:::image type="content" source="./media/quickstart-nodejs/resource-group.png" alt-text="Resource group in App Service overview page":::
438444
439-
1. Go to the resource group, then select Delete resource group. Confirm the name of the resource group to finish deleting the resources.
445+
1. From the *resouce group* page, select Delete resource group. Confirm the name of the resource group to finish deleting the resources.
440446
441447
:::image type="content" source="./media/quickstart-nodejs/delete-resource-group.png" alt-text="Delete resource group":::
442448

0 commit comments

Comments
 (0)