Skip to content

Commit e2ccf60

Browse files
fixes
1 parent 8e654a5 commit e2ccf60

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/spring-apps/how-to-enterprise-deploy-static-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploy static files in Azure Spring Enterprise tier
2+
title: Deploy static files in Azure Spring Apps Enterprise tier
33
titleSuffix: Azure Spring Apps Enterprise tier
44
description: Learn how to deploy static files in Azure Spring Apps Enterprise tier.
55
author: karlerickson
@@ -10,7 +10,7 @@ ms.date: 10/19/2022
1010
ms.custom: event-tier1-build-2022
1111
---
1212

13-
# Deploy static files in Azure Spring Enterprise tier
13+
# Deploy static files in Azure Spring Apps Enterprise tier
1414

1515
> [!NOTE]
1616
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The exit code indicates the reason the application terminated. The following lis
4040
- You don't have sufficient access to a third-party service.
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.
43-
- If your application is static file or dynamic frontend application served by web server, refer to [static file common deployment error](/articles/spring-apps/how-to-enterprise-deploy-static-file.md#common-deployment-error).
43+
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).
4445

4546
- **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.
4647

0 commit comments

Comments
 (0)