Skip to content

Commit 68ca1b3

Browse files
committed
describe difference between output appDeploymentTemplateYaml and appDeploymentYaml
Signed-off-by: Jianguo Ma <[email protected]>
1 parent 2b63d13 commit 68ca1b3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article is intended to help you quickly get to deployment. Before going to
3838
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
3939
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
4040
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
41-
* Make sure you've been assigned either the `Owner` role or the `Contributor` and `User Access Administrator` roles in the subscription. You can verify it by following steps in [List role assignments for a user or group](../role-based-access-control/role-assignments-list-portal.md#list-role-assignments-for-a-user-or-group).
41+
* Make sure you're assigned either the `Owner` role or the `Contributor` and `User Access Administrator` roles in the subscription. You can verify it by following steps in [List role assignments for a user or group](../role-based-access-control/role-assignments-list-portal.md#list-role-assignments-for-a-user-or-group).
4242

4343
## Create a Liberty on AKS deployment using the portal
4444

@@ -53,7 +53,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
5353
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).
5454
1. You can enable cookie based affinity, also known as sticky sessions. We want sticky sessions enabled for this article, so ensure this option is selected.
5555
![Screenshot of the enable cookie-based affinity checkbox.](./media/howto-deploy-java-liberty-app/enable-cookie-based-affinity.png)
56-
1. Select **Next** to **Operator and application** pane. This quickstaret uses all defaults in this pane. However, it lets you customize the following deployment options.
56+
1. Select **Next** to **Operator and application** pane. This quickstart uses all defaults in this pane. However, it lets you customize the following deployment options.
5757
1. You can deploy WebSphere Liberty Operator by selecting **Yes** for option **IBM supported?**. Leaving the default **No** deploys Open Liberty Operator.
5858
1. You can deploy an application for your selected Operator by selecting **Yes** for option **Deploy an application?**. Leaving the default **No** doesn't deploy any application.
5959
1. Select **Review + create** to validate your selected options.
@@ -81,6 +81,11 @@ If you navigated away from the **Deployment is in progress** page, the following
8181

8282
These values will be used later in this article. Note that several other useful commands are listed in the outputs.
8383

84+
> [!NOTE]
85+
> 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.
88+
8489
## Create an Azure SQL Database
8590

8691
The following steps guide you through creating an Azure SQL Database single database for use with your app.

0 commit comments

Comments
 (0)