Skip to content

Commit c55e68f

Browse files
committed
add iisnode note
1 parent 622332c commit c55e68f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

articles/app-service/app-service-web-get-started-nodejs.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ ms.custom: mvc, devcenter
2929

3030
You can follow the steps here using a Mac, Windows, or Linux machine. Once the prerequisites are installed, it takes about five minutes to complete the steps.
3131

32-
> [!VIDEO https://channel9.msdn.com/Shows/Azure-for-Node-Developers/Create-a-Nodejs-app-in-Azure-Quickstart/player]
33-
34-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
35-
3632
## Prerequisites
3733

3834
To complete this quickstart:
@@ -61,6 +57,9 @@ You see the **Hello World** message from the sample app displayed in the page.
6157

6258
In your terminal window, press **Ctrl+C** to exit the web server.
6359

60+
> [!NOTE]
61+
> In Azure App Service, the app is run in IIS using [iisnode](https://github.com/tjanczuk/iisnode). To enable the app to run with iisnode, the root app directory contains a web.config file. The file is readable by IIS, and the iisnode-related settings are documented in [the GitHub repository](https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config).
62+
6463
[!INCLUDE [Create ZIP file](../../includes/app-service-web-create-zip.md)]
6564

6665
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
@@ -164,6 +163,12 @@ The left menu provides different pages for configuring your app.
164163

165164
[!INCLUDE [cli-samples-clean-up](../../includes/cli-samples-clean-up.md)]
166165

166+
## Video
167+
168+
> [!VIDEO https://channel9.msdn.com/Shows/Azure-for-Node-Developers/Create-a-Nodejs-app-in-Azure-Quickstart/player]
169+
170+
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
171+
167172
## Next steps
168173

169174
> [!div class="nextstepaction"]

articles/app-service/app-service-web-tutorial-nodejs-mongodb-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ Select **Admin > Manage Articles** to add some articles.
113113

114114
To stop Node.js at any time, press `Ctrl+C` in the terminal.
115115

116+
> [!NOTE]
117+
> The [Node.js quickstart](app-service-web-get-started-nodejs.md) mentions the need for a web.config in the root app directory. However, in this tutorial, this web.config file will be automatically generated by App Service when you deploy your files using [local Git deployment](app-service-deploy-local-git.md) instead of ZIP file deployment.
118+
116119
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
117120

118121
## Create production MongoDB

0 commit comments

Comments
 (0)