Skip to content

Commit 9cc4107

Browse files
committed
1
1 parent 4456293 commit 9cc4107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/publish-nodejs-app-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ and it is accessible at the URL created for the Azure App Service (by default th
173173
* If the node.exe process dies (that is, an unhandled exception occurs), the container restarts.
174174
* When the container starts up, it runs through various heuristics to figure out
175175
how to start the Node.js process. Details of the implementation can be seen at
176-
[generateStartupCommand.js](https://github.com/Azure-App-Service/node/).
176+
[generateStartupCommand.js](https://github.com/Azure/app-service-builtin-images/blob/master/node/8.9.4/startup/generateStartupCommand.js).
177177
* You can connect to the running container via SSH for investigations. This is easily done using the Azure portal. Select the App Service, and scroll down
178178
the list of tools until reaching **SSH** under the **Development Tools** section.
179179
* To aid in troubleshooting, go to the **Diagnostics logs** settings for the App Service, and change the **Docker Container logging** setting

0 commit comments

Comments
 (0)