Skip to content

Commit 463b6fd

Browse files
Merge pull request #253747 from edburns/edburns-msft-ibm-439-generalize-lab-instructions
On branch edburns-msft-ibm-439-generalize-lab-instructions Fix some typos found by @git4rk.
2 parents 97beafe + 457c0da commit 463b6fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This article demonstrates how to:
1414

1515
* Run your Java, Java EE, Jakarta EE, or MicroProfile application on the Open Liberty or WebSphere Liberty runtime.
1616
* Build the application Docker image using Open Liberty or WebSphere Liberty container images.
17-
* Deploy the containerized application to an AKS cluster using the Open Liberty Operator.
17+
* Deploy the containerized application to an AKS cluster using the Open Liberty Operator or WebSphere Liberty Operator.
1818

19-
The Open Liberty Operator simplifies the deployment and management of applications running on Kubernetes clusters. With the Open Liberty Operator, you can also perform more advanced operations, such as gathering traces and dumps.
19+
The Open Liberty Operator simplifies the deployment and management of applications running on Kubernetes clusters. With the Open Liberty or WebSphere Liberty Operator, you can also perform more advanced operations, such as gathering traces and dumps.
2020

2121
For more information on Open Liberty, see [the Open Liberty project page](https://openliberty.io/). For more information on IBM WebSphere Liberty, see [the WebSphere Liberty product page](https://www.ibm.com/cloud/websphere-liberty).
2222

@@ -148,10 +148,10 @@ Now that you've gathered the necessary properties, you can build the application
148148
cd <path-to-your-repo>/java-app
149149

150150
# The following variables will be used for deployment file generation into target.
151-
export LOGIN_SERVER=<Azure_Container_Registery_Login_Server_URL>
152-
export REGISTRY_NAME=<Azure_Container_Registery_Name>
153-
export USER_NAME=<Azure_Container_Registery_Username>
154-
export PASSWORD=<Azure_Container_Registery_Password>
151+
export LOGIN_SERVER=<Azure_Container_Registry_Login_Server_URL>
152+
export REGISTRY_NAME=<Azure_Container_Registry_Name>
153+
export USER_NAME=<Azure_Container_Registry_Username>
154+
export PASSWORD=<Azure_Container_Registry_Password>
155155
export DB_SERVER_NAME=<Server name>.database.windows.net
156156
export DB_NAME=<Database name>
157157
export DB_USER=<Server admin login>@<Server name>
@@ -211,7 +211,7 @@ You can now use the following steps to test the Docker image locally before depl
211211

212212
### Upload image to ACR
213213

214-
Now, we upload the built image to the ACR created in the offer.
214+
Upload the built image to the ACR created in the offer.
215215

216216
```bash
217217
docker tag javaee-cafe:v1 ${LOGIN_SERVER}/javaee-cafe:v1

0 commit comments

Comments
 (0)