Skip to content

Commit 0176673

Browse files
committed
nit
1 parent d008f4f commit 0176673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You see the **Hello World** message from the sample app displayed in the page.
6060
In your terminal window, press **Ctrl+C** to exit the web server.
6161

6262
> [!NOTE]
63-
> 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).
63+
> 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 iisnode GitHub repository](https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config).
6464
6565
[!INCLUDE [Create ZIP file](../../includes/app-service-web-create-zip.md)]
6666

0 commit comments

Comments
 (0)