Skip to content

Commit 8c11417

Browse files
committed
Added preview tag back for oryx build docs
1 parent a8bd2ab commit 8c11417

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/container-apps/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
href: deploy-visual-studio.md
3030
- name: Visual Studio Code
3131
href: deploy-visual-studio-code.md
32-
- name: Deploy from artifact
32+
- name: Deploy from artifact (preview)
3333
items:
3434
- name: Command line
3535
href: deploy-artifact.md
@@ -349,10 +349,10 @@
349349
- name: Get started using IntelliJ
350350
href: /azure/developer/java/toolkit-for-intellij/create-container-apps-intellij?toc=/azure/container-apps/toc.json&bc=/azure/container-apps/breadcrumb/toc.json
351351
displayName: java
352-
- name: Automatic memory fitting
352+
- name: Automatic memory fitting (preview)
353353
href: java-memory-fit.md
354354
displayName: java
355-
- name: Build environment variables
355+
- name: Build environment variables (preview)
356356
href: java-build-environment-variables.md
357357
displayName: java
358358
- name: Metrics

articles/container-apps/deploy-artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/27/2024
1010
ms.custom: ignite-2023
1111
---
1212

13-
# Quickstart: Deploy an artifact file to Azure Container Apps
13+
# Quickstart: Deploy an artifact file to Azure Container Apps (preview)
1414

1515
In this quickstart, you learn to deploy a container app from a prebuilt artifact file. The example in this article deploys a Java application using a JAR file, which includes a Java-specific manifest file. Your job is to create a backend web API service that returns a static collection of music albums. After completing this quickstart, you can continue to [Communication between microservices](communicate-between-microservices.md) to learn how to deploy a front end application that calls the API.
1616

articles/container-apps/java-build-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/27/2024
1010
ms.author: cshoe
1111
---
1212

13-
# Build environment variables for Java in Azure Container Apps
13+
# Build environment variables for Java in Azure Container Apps (preview)
1414

1515
Azure Container Apps uses [Buildpacks](https://buildpacks.io/) to automatically create a container image that allows you to deploy from your source code directly to the cloud. To take control of your build configuration, you can use environment variables to customize parts of your build like the JDK, Maven, and Tomcat. The following article shows you how to configure environment variables to help you take control over builds that automatically create a container for you.
1616

articles/container-apps/java-memory-fit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/27/2024
1010
ms.author: cshoe
1111
---
1212

13-
# Use memory efficiently for Java apps in Azure Container Apps
13+
# Use memory efficiently for Java apps in Azure Container Apps (preview)
1414

1515
The Java Virtual Machine (JVM) uses memory conservatively as it assumes OS memory must be shared among multiple applications. However, your container app can optimize memory usage and make the maximum amount of memory possible available to your application. This memory optimization is known as Java automatic memory fitting. When memory fitting is enabled, Java application performance is typically improved between 10% and 20% without any code changes.
1616

0 commit comments

Comments
 (0)