Skip to content

Commit 88314f8

Browse files
Acrolynx fix
1 parent 501882c commit 88314f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/troubleshoot-exit-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The exit code indicates the reason the application terminated. The following lis
2222

2323
- **0** - The application exited because it ran to completion. Update your server application so that it runs continuously.
2424

25-
Deployed Azure apps in Azure Spring Apps should offer services continuously. A exit code of *0* indicates that the application isn't running continuously. Check your logs and source code.
25+
Deployed Azure apps in Azure Spring Apps should offer services continuously. An exit code of *0* indicates that the application isn't running continuously. Check your logs and source code.
2626

2727
- **1** - If the application exits with a non-zero exit code, debug the code and related services, and then deploy the application again.
2828

0 commit comments

Comments
 (0)