Skip to content

Commit 022a617

Browse files
Update howto-deploy-java-liberty-app.md
1 parent 1e84052 commit 022a617

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article is intended to help you quickly get to deployment. Before going to
3131

3232
## Prerequisites
3333

34-
* Install the [Azure CLI]((/cli/azure/install-azure-cli)). If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see [How to run the Azure CLI in a Docker container](/cli/azure/run-azure-cli-docker).
34+
* Install the [Azure CLI](/cli/azure/install-azure-cli). If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see [How to run the Azure CLI in a Docker container](/cli/azure/run-azure-cli-docker).
3535
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
3636
* When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see [Use extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
3737
* Run [az version](/cli/azure/reference-index?#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index?#az-upgrade). This article requires at least version 2.31.0 of Azure CLI.
@@ -131,19 +131,19 @@ These values are used later in this article. Note that several other useful comm
131131
132132
Create environment variables in your shell for the resource group name for the database.
133133
134-
### [Bash](#tab/in-bash)
134+
### [Bash](#tab/in-bash)
135135
136-
```bash
137-
export DB_RESOURCE_GROUP_NAME=<your-database-resource-group-name>
138-
```
136+
```bash
137+
export DB_RESOURCE_GROUP_NAME=<your-database-resource-group-name>
138+
```
139139
140-
### [PowerShell](#tab/in-powershell)
140+
### [PowerShell](#tab/in-powershell)
141141
142-
```powershell
143-
$Env:DB_RESOURCE_GROUP_NAME="<your-database-resource-group-name>"
144-
```
145-
146-
---
142+
```powershell
143+
$Env:DB_RESOURCE_GROUP_NAME="<your-database-resource-group-name>"
144+
```
145+
146+
---
147147
148148
Now that the database and AKS cluster are created, we can proceed to preparing AKS to host your Open Liberty application.
149149

0 commit comments

Comments
 (0)