Skip to content

Commit b09348a

Browse files
Edits to java-get-started-github-repository.md.
1 parent 1b2f0d7 commit b09348a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/java-get-started-github-repository.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: hangwan
1212

1313
# Quickstart: Launch your first Java application in Azure Container Apps by using a GitHub Repository
1414

15-
This article shows you how to deploy the Spring PetClinic sample application to run on Azure Container Apps by using a Github Repository.
15+
This article shows you how to use a GitHub repository to deploy the Spring PetClinic sample application to Azure Container Apps.
1616

1717
[!INCLUDE [java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension](includes/java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension.md)]
1818

@@ -24,7 +24,7 @@ Use the **Fork** button on the [Azure Container Apps Java Samples](https://githu
2424

2525
Deploy the project by using the following steps:
2626

27-
1. Set environment variables by using the following commands:
27+
1. Set the necessary environment variables by using the following commands:
2828

2929
```bash
3030
export RESOURCE_GROUP="pet-clinic-container-apps"
@@ -33,7 +33,7 @@ Deploy the project by using the following steps:
3333
export CONTAINER_APP_NAME="pet-clinic"
3434
```
3535

36-
1. If you haven't done so, sign in to Azure from the CLI. For more information, see the [Setup](quickstart-code-to-cloud.md?tabs=bash%2Cjava#setup) section of [Quickstart: Build and deploy from local source code to Azure Container Apps](quickstart-code-to-cloud.md).
36+
1. If you haven't yet done so yet, sign in to Azure from the CLI. For more information, see the [Setup](quickstart-code-to-cloud.md?tabs=bash%2Cjava#setup) section of [Quickstart: Build and deploy from local source code to Azure Container Apps](quickstart-code-to-cloud.md).
3737
3838
1. Build and deploy your Spring Boot app by using the following command:
3939

0 commit comments

Comments
 (0)