From 5805e59602ef9ed2a3a0b05353b82b96d9b5b4cf Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 25 May 2017 14:20:54 -0700 Subject: [PATCH] Updated 10. Setting the solution up in ACS Kubernetes (markdown) --- 10.-Setting-the-solution-up-in-ACS-Kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md index 329d477..7d62582 100644 --- a/10.-Setting-the-solution-up-in-ACS-Kubernetes.md +++ b/10.-Setting-the-solution-up-in-ACS-Kubernetes.md @@ -193,7 +193,7 @@ Type the following in your command prompt: >``` If you have multiple subscription accounts, you first need to select the Azure subscription account you want to target. Type the following: >``` - >account set "Your Azure Subscription Name or ID" + >az account set --subscription "Your Azure Subscription Name or ID" >```