Skip to content

Commit 3640838

Browse files
authored
Update articles/spring-apps/troubleshoot-exit-code.md
1 parent d8da9ea commit 3640838

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
@@ -41,7 +41,7 @@ The exit code indicates the reason the application terminated. The following lis
4141

4242
For example, you need to connect to Azure Key Vault to import certificates in your application, but your application doesn't have the necessary permissions to access it.
4343

44-
- If your application is a static file or dynamic front-end application served by a web server, see the [Common build and deployment errors](/articles/spring-apps/how-to-enterprise-deploy-static-file.md#common-build-and-deployment-errors) section of [Deploy static files in Azure Spring Apps Enterprise tier](/articles/spring-apps/how-to-enterprise-deploy-static-file.md#common-build-and-deployment-errors).
44+
- If your application is a static file or dynamic front-end application served by a web server, see the [Common build and deployment errors](how-to-enterprise-deploy-static-file.md#common-build-and-deployment-errors) section of [Deploy static files in Azure Spring Apps Enterprise tier](how-to-enterprise-deploy-static-file.md).
4545

4646
- **137** - The application exited because of an out-of-memory error. The application requested resources that the hosting platform failed to provide. Update your application's Java Virtual Machine (JVM) parameters to restrict resource usage or scale up application resources.
4747

0 commit comments

Comments
 (0)