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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The following steps guide you to create a Liberty runtime on AKS. After completi
59
59
1. Create a new resource group. Because resource groups must be unique within a subscription, pick a unique name. An easy way to have unique names is to use a combination of your initials, today's date, and some identifier. For example, `ejb0913-java-liberty-project-rg`.
60
60
1. Select *East US* as **Region**.
61
61
62
-
1. Create environment variables in your shell for the resource group name for the cluster.
62
+
1. Create an environment variable in your shell for the resource group name for the cluster.
63
63
64
64
### [Bash](#tab/in-bash)
65
65
@@ -116,7 +116,7 @@ If you navigated away from the **Deployment is in progress** page, the following
116
116
117
117
---
118
118
119
-
These values are used later in this article. Note that several other useful commands are listed in the outputs.
119
+
These values are used later in this article. Several other useful commands are listed in the outputs.
120
120
121
121
> [!NOTE]
122
122
> You may notice a similar output named **appDeploymentYaml**. The difference between output *appDeploymentTemplateYaml* and *appDeploymentYaml* is:
@@ -127,18 +127,18 @@ If you navigated away from the **Deployment is in progress** page, the following
@@ -463,7 +463,7 @@ Use the following steps to deploy and test the application:
463
463
464
464
## Clean up resources
465
465
466
-
To avoid Azure charges, you should clean up unnecessary resources. When the cluster is no longer needed, use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, container service, container registry, and all related resources.
466
+
To avoid Azure charges, you should clean up unnecessary resources. When the cluster is no longer needed, use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, container service, container registry, database, and all related resources.
0 commit comments