Skip to content

Commit bb610ae

Browse files
committed
Updated Readme doc
1 parent ecd2b7e commit bb610ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In this section, we will create an Azure SQL Server instance and create a databa
161161
The following tools (binaries) will be installed on the Linux VM (~ Bastion Host).
162162
163163
- Azure DevOps Pipelines Agent (docker container). The pipeline container will be used for running application and container builds.
164-
- Azure CLI 2.0 client. Azure CLI will be used to administer and manage all Azure resources including the AKS cluster resources.
164+
- Azure CLI client. Azure CLI will be used to administer and manage all Azure resources including the AKS cluster resources.
165165
- Git client. The Git client will be used to clone this GitHub repository and then push source code changes to the forked repository.
166166
- .NET Core SDK. This SDK will be used to build and test the microservice application locally.
167167
- Kubernetes CLI (`kubectl`). This CLI will be used for managing and introspecting the current state of resources deployed on the Kubernetes (AKS) cluster.
@@ -291,7 +291,7 @@ Follow the steps below to create the Bastion host (Linux VM) and install pre-req
291291
# Install with the yum install command.
292292
$ sudo yum install -y azure-cli
293293
#
294-
# Check the Azure CLI version (Should be 2.0.54+)
294+
# Check the Azure CLI version (Should be 2.7+. At the time of this writing, 2.7.0 was the latest release)
295295
$ az -v
296296
#
297297
# Login to your Azure account. Use your Azure login ID and password to login.

0 commit comments

Comments
 (0)