Skip to content

Commit 1b2f0d7

Browse files
Edits to java-get-started-dockerfile.md.
1 parent 134a2b5 commit 1b2f0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/java-get-started-dockerfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Build the Spring PetClinic application on your local machine by using the follow
5656

5757
Deploy the PetClinic application to Azure Container Apps by using the following steps:
5858

59-
1. Set environment variables by using the following commands:
59+
1. Set the necessary environment variables by using the following commands:
6060

6161
```bash
6262
export RESOURCE_GROUP="pet-clinic-container-apps"
@@ -65,9 +65,9 @@ Deploy the PetClinic application to Azure Container Apps by using the following
6565
export CONTAINER_APP_NAME="pet-clinic"
6666
```
6767

68-
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 [Build and deploy from local source code to Azure Container Apps](quickstart-code-to-cloud.md).
68+
1. If you haven't 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 [Build and deploy from local source code to Azure Container Apps](quickstart-code-to-cloud.md).
6969
70-
1. Build and deploy your first Spring Boot app by using the following command. The `..` indicates that you're using the Dockerfile in the parent folder.
70+
1. Build and deploy the Spring PetClinic app by using the following command. The `..` (dot dot) indicates that you're using the Dockerfile in the parent folder.
7171

7272
> [!NOTE]
7373
> This command accomplishes the following tasks:

0 commit comments

Comments
 (0)