Skip to content

Commit 5672755

Browse files
Merge pull request #267967 from craigshoemaker/patch-2
[Container Apps] Update: Java overview - fix typo
2 parents b03e766 + bad1daf commit 5672755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 02/27/2024
8+
ms.date: 03/04/2024
99
ms.author: cshoe
1010
---
1111

@@ -19,7 +19,7 @@ When you use Container Apps for your containerized Java applications, you get:
1919

2020
- **Deployment options**: Azure Container Apps integrates with [Buildpacks](https://buildpacks.io), which allows you to deploy directly from a Maven build, via artifact files, or with your own Dockerfile.
2121

22-
- **Automatic memory fitting**: Container Apps optimizes how the Java Virtual Machines (JVM) [manages memory](java-memory-fit.md), making the most possible memory available to your Java applications.
22+
- **Automatic memory fitting**: Container Apps optimizes how the Java Virtual Machine (JVM) [manages memory](java-memory-fit.md), making the most possible memory available to your Java applications.
2323

2424
- **Build environment variables**: You can configure [custom key-value pairs](java-build-environment-variables.md) to control the Java image build from source code.
2525

0 commit comments

Comments
 (0)