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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,10 @@ This quickstart configures an App Service app in the **Free** tier and incurs no
40
40
41
41
- Have an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?utm_source=campaign&utm_campaign=vscode-tutorial-app-service-extension&mktingSource=vscode-tutorial-app-service-extension).
42
42
- Install [Node.js and npm](https://nodejs.org). Run the command `node --version` to verify that Node.js is installed.
43
-
- Have a FTP client (for example, [FileZilla)(https://filezilla-project.org)), to connect to your app.
43
+
- Have a FTP client (for example, [FileZilla](https://filezilla-project.org)), to connect to your app.
44
44
45
45
::: zone-end
46
-
## Create your Node.js application locally
46
+
## Create your Node.js application
47
47
48
48
In this step, you create a starter Node.js application and make sure it runs on your computer.
0 commit comments