Skip to content

Commit 81bd1a6

Browse files
Update howto-deploy-java-liberty-app.md
1 parent d913e64 commit 81bd1a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
7979

8080
1. Select **Next**, enter the **Load Balancing** pane. Next to **Connect to Azure Application Gateway?** select **Yes**. This section lets you customize the following deployment options.
8181

82-
1. You can optionally customize the **virtual network** and **subnet** into which the deployment places the resources. The remaining values do not need to be changed from their default values.
82+
1. You can optionally customize the **virtual network** and **subnet** into which the deployment places the resources. The remaining values don't need to be changed from their default values.
8383
1. You can provide the **TLS/SSL certificate** presented by the Azure Application Gateway. Leave the values at the default to cause the offer to generate a self-signed certificate. Don't go to production using a self-signed certificate. For more information about self-signed certificates, see [Create a self-signed public certificate to authenticate your application](../active-directory/develop/howto-create-self-signed-certificate.md).
8484
1. You can select **Enable cookie based affinity**, also known as sticky sessions. We want sticky sessions enabled for this article, so ensure this option is selected.
8585

@@ -153,7 +153,7 @@ Follow the steps in this section to deploy the sample application on the Liberty
153153
154154
Clone the sample code for this guide. The sample is on [GitHub](https://github.com/Azure-Samples/open-liberty-on-aks).
155155
156-
There are a few samples in the repository. We'll use *java-app/*. Here's the file structure of the application.
156+
There are a few samples in the repository. We use *java-app/*. Here's the file structure of the application.
157157
158158
#### [Bash](#tab/in-bash)
159159
@@ -379,7 +379,7 @@ Use the following steps to deploy and test the application:
379379
380380
---
381381
382-
You'll see the output `secret/db-secret-sql created`.
382+
You see the output `secret/db-secret-sql created`.
383383
384384
1. Apply the deployment file.
385385

0 commit comments

Comments
 (0)