Skip to content

Commit 11fa8d7

Browse files
author
Mangesh Sangapu
committed
GH feedback
1 parent 94a46bb commit 11fa8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -50,7 +50,7 @@ Open _index.js_ and find the following line:
5050
const port = process.env.PORT || 1337;
5151
```
5252

53-
App Service injects process.env.PORT into your application, so the code uses the variable to know which port to listen.
53+
App Service populates the environment variable, **process.env.PORT**. Use this in your application so the code knows which port to listen.
5454

5555
In a terminal window, navigate to the **root directory** of the sample Node.js project (the directory that contains _index.js_).
5656

articles/app-service/containers/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
- name: Cookbooks
205205
items:
206206
- name: Reference Architectures
207-
href: /azure/architecture/reference-architectures/app-service-web-app/
207+
href: /azure/architecture/reference-architectures/app-service-web-app/basic-web-app
208208
- name: Deployment Scripts
209209
href: https://azure.microsoft.com/documentation/scripts/
210210
- name: Troubleshooting

0 commit comments

Comments
 (0)