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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ In this section, we will create an Azure SQL Server instance and create a databa
161
161
The following tools (binaries) will be installed on the Linux VM (~ Bastion Host).
162
162
163
163
- 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.
165
165
- Git client. The Git client will be used to clone this GitHub repository and then push source code changes to the forked repository.
166
166
- .NET Core SDK. This SDK will be used to build and test the microservice application locally.
167
167
- 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
291
291
# Install with the yum install command.
292
292
$ sudo yum install -y azure-cli
293
293
#
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)
295
295
$ az -v
296
296
#
297
297
# Login to your Azure account. Use your Azure login ID and password to login.
0 commit comments