Skip to content

Commit 15521db

Browse files
committed
Update java-overview.md
Added preview tag on docs
1 parent 8c11417 commit 15521db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/java-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ When you use Container Apps for your containerized Java applications, you get:
1919
- **Cost effective scaling**: When you use the [Consumption plan](plans.md#consumption), your Java apps can scale to zero. Scaling in when there's little demand for your app automatically drives costs down for your projects.
2020

2121
- **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.
22-
- **JAR deployment**: You can deploy your container app directly from a [JAR file](java-get-started.md?tabs=jar).
22+
- **JAR deployment (Preview)**: You can deploy your container app directly from a [JAR file](java-get-started.md?tabs=jar).
2323

24-
- **WAR deployment**: You can deploy your container app directly from a [WAR file](java-get-started.md?tabs=war).
24+
- **WAR deployment (Preview)**: You can deploy your container app directly from a [WAR file](java-get-started.md?tabs=war).
2525

2626
- **IDE support**: You can deploy your container app directly from [IntelliJ](/azure/developer/java/toolkit-for-intellij/create-container-apps-intellij#deploy-the-container-app).
2727

28-
- **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.
28+
- **Automatic memory fitting (Preview)**: 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.
2929

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

3232
This article details the information you need to know as you build Java applications on Azure Container Apps.
3333

0 commit comments

Comments
 (0)