Skip to content

Commit b66d03e

Browse files
committed
On branch update-liberty-aks-quickstart Minor wording changes.
modified: articles/aks/howto-deploy-java-liberty-app.md Signed-off-by: Ed Burns <[email protected]>
1 parent 669b2e2 commit b66d03e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ These values will be used later in this article. Note that several other useful
8383

8484
> [!NOTE]
8585
> You may notice a similar output named **appDeploymentYaml**. The difference between output *appDeploymentTemplateYaml* and *appDeploymentYaml* is:
86-
> * *appDeploymentTemplateYaml* is only populated if you didn't deploy an application.
87-
> * *appDeploymentYaml* is only populated if you deployed an application.
86+
> * *appDeploymentTemplateYaml* is populated if and only if the deployment **does not include** an application.
87+
> * *appDeploymentYaml* is populated if and only if the deployment **does include** an application.
8888
8989
## Create an Azure SQL Database
9090

@@ -141,9 +141,9 @@ java-app
141141

142142
The directories *java*, *resources*, and *webapp* contain the source code of the sample application. The code declares and uses a data source named `jdbc/JavaEECafeDB`.
143143

144-
In the *aks* directory, there are five deployment files. *db-secret.xml* is used to create [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) with DB connection credentials. The file *openlibertyapplication-agic.yaml* is used in this quickstart to deploy the Open Liberty Application with AGIC. You can try to deploy the application without AGIC using the file *openlibertyapplication.yaml*. Besides, use the file *webspherelibertyapplication-agic.yaml* or *webspherelibertyapplication.yaml* to deploy the WebSphere Liberty Application with or without AGIC if you deployed WebSphere Liberty Operator in section [Create a Liberty on AKS deployment using the portal](#create-a-liberty-on-aks-deployment-using-the-portal).
144+
In the *aks* directory, there are five deployment files. *db-secret.xml* is used to create [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) with DB connection credentials. The file *openlibertyapplication-agic.yaml* is used in this quickstart to deploy the Open Liberty Application with AGIC. If desired, you can deploy the application without AGIC using the file *openlibertyapplication.yaml*. Use the file *webspherelibertyapplication-agic.yaml* or *webspherelibertyapplication.yaml* to deploy the WebSphere Liberty Application with or without AGIC if you deployed WebSphere Liberty Operator in section [Create a Liberty on AKS deployment using the portal](#create-a-liberty-on-aks-deployment-using-the-portal).
145145

146-
In the *docker* directory, there are two files to create the application image with either Open Liberty (*Dockerfile*) or WebSphere Liberty (*Dockerfile-wlp*). You use the file *Dockerfile* to build the application image with Open Liberty in this quickstart. Similarily, use the file *Dockerfile-wlp* to build the application image with WebSphere Liberty if you deployed WebSphere Liberty Operator in section [Create a Liberty on AKS deployment using the portal](#create-a-liberty-on-aks-deployment-using-the-portal).
146+
In the *docker* directory, there are two files to create the application image with either Open Liberty or WebSphere Liberty. These file are *Dockerfile* and *Dockerfile-wlp*, respectively. You use the file *Dockerfile* to build the application image with Open Liberty in this quickstart. Similarily, use the file *Dockerfile-wlp* to build the application image with WebSphere Liberty if you deployed WebSphere Liberty Operator in section [Create a Liberty on AKS deployment using the portal](#create-a-liberty-on-aks-deployment-using-the-portal).
147147

148148
In directory *liberty/config*, the *server.xml* file is used to configure the DB connection for the Open Liberty and WebSphere Liberty cluster.
149149

0 commit comments

Comments
 (0)