Skip to content

Commit c6352d2

Browse files
committed
more updates
1 parent c977705 commit c6352d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/app-service/quickstart-nodejs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,17 +258,17 @@ Sign in to the Azure portal at https://portal.azure.com.
258258
259259
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-
1. On your App Service app page, click on *Deployment Center* in the left-hand menu and select *FTPS credentials* tab.
261+
1. From the App Service app page, click **Deployment Center** in the left-hand menu and select **FTPS credentials** tab.
262262
263-
1. Next, open **FileZilla** and create a new site.
263+
:::image type="content" source="./media/quickstart-nodejs/ftps-deployment-credentials.png" alt-text="FTPS deployment credentials":::
264264
265-
1. Copy the **FTPS endpoint**, **Username**, and **Password** details into FileZilla. Change **Encryption** to *Require explicit FTP over TLS*.
265+
1. Open **FileZilla** and create a new site.
266266
267-
:::image type="content" source="./media/quickstart-nodejs/ftps-deployment-credentials.png" alt-text="FTPS deployment credentials":::
267+
1. From the **FTPS credentials** tab, copy **FTPS endpoint**, **Username**, and **Password** into FileZilla.
268268
269269
:::image type="content" source="./media/quickstart-nodejs/filezilla-ftps-connection.png" alt-text="FTPS connection details":::
270270
271-
1. Click *Connect*.
271+
1. Click **Connect** in FileZilla.
272272
273273
### Deploy files with FTP
274274
@@ -442,7 +442,7 @@ When no longer needed, you can delete the resource group, App service, and all r
442442
443443
:::image type="content" source="./media/quickstart-nodejs/resource-group.png" alt-text="Resource group in App Service overview page":::
444444
445-
1. From the *resouce group* page, 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.
446446
447447
:::image type="content" source="./media/quickstart-nodejs/delete-resource-group.png" alt-text="Delete resource group":::
448448

0 commit comments

Comments
 (0)