Skip to content

Commit f73b9b0

Browse files
Edits to java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension.md.
1 parent 8833e58 commit f73b9b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/container-apps/includes/java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: include
66
ms.date: 02/18/2025
77
---
88

9-
You can deploy your Java application with many different options, including a local file system, a code repository, Maven, an IDE, a WAR file, a JAR file, or even directly from the source code. By the end of this tutorial, you deploy a web application that you can manage through the Azure portal. The following screenshot shows the PetClinic application deployed to Azure.
9+
You can deploy your Java application with many different options, including a local file system, a code repository, Maven, an IDE, a WAR file, a JAR file, or even directly from the source code. By the end of this tutorial, you deploy a web application that you can manage through the Azure portal. The following screenshot shows the home page of the PetClinic application deployed to Azure:
1010

1111
:::image type="content" source="../media/java-get-started/azure-container-apps-spring-pet-clinic-home-page.png" alt-text="Screenshot of the home page of the PetClinic app." lightbox="../media/java-get-started/azure-container-apps-spring-pet-clinic-home-page.png":::
1212

@@ -23,11 +23,11 @@ You can deploy your Java application with many different options, including a lo
2323

2424
## Install the Container Apps CLI extension
2525

26-
Use the the following command to install the latest version of the Container Apps CLI extension:
26+
Use the the following command to install the latest version of the Azure Container Apps CLI extension:
2727

2828
```azurecli
29-
az extension add
30-
--name containerapp
31-
--upgrade
29+
az extension add \
30+
--name containerapp \
31+
--upgrade \
3232
--allow-preview
3333
```

0 commit comments

Comments
 (0)