You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/howto-deploy-java-liberty-app.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This article is intended to help you quickly get to deployment. Before going to
38
38
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
39
39
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
40
40
* 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).
42
42
43
43
## Create a Liberty on AKS deployment using the portal
44
44
@@ -53,7 +53,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
53
53
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).
54
54
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.
55
55

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.
57
57
1. You can deploy WebSphere Liberty Operator by selecting **Yes** for option **IBM supported?**. Leaving the default **No** deploys Open Liberty Operator.
58
58
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.
59
59
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
81
81
82
82
These values will be used later in this article. Note that several other useful commands are listed in the outputs.
83
83
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
+
84
89
## Create an Azure SQL Database
85
90
86
91
The following steps guide you through creating an Azure SQL Database single database for use with your app.
0 commit comments