Skip to content

Commit 8df05a9

Browse files
Fixed capitalization of container app.
1 parent 7bee983 commit 8df05a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-application-performance-management-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To build a setup image for the Application Insights Java agent, use the followin
178178
> [!TIP]
179179
> You can find code relevant to this step in the [azure-container-apps-java-samples](https://github.com/Azure-Samples/azure-container-apps-java-samples) GitHub repo.
180180

181-
## Create a Container Apps environment and a Container App as the target Java app
181+
## Create a Container Apps environment and a container app as the target Java app
182182

183183
To create a Container Apps environment and a container app as the target Java app, use the following steps:
184184

@@ -238,7 +238,7 @@ To create a Container Apps environment and a container app as the target Java ap
238238

239239
Use the following steps to configure your init container with secrets, environment variables, and volumes. This configuration allows you to use the stored information with your Application Insights instance.
240240

241-
1. Write the current configuration of the running Container App to an **app.yaml** file in the current directory, by using the following command:
241+
1. Write the current configuration of the running container app to an **app.yaml** file in the current directory, by using the following command:
242242

243243
# [Bash](#tab/bash)
244244

0 commit comments

Comments
 (0)