浏览代码

Update Lab-Kubernetes.md

Sourabh Agarwal 6 年之前
父节点
当前提交
d45f955107
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Sessions/Winter-Ready-2019/Lab-Kubernetes.md

+ 2 - 2
Sessions/Winter-Ready-2019/Lab-Kubernetes.md

@@ -16,9 +16,9 @@ Purpose: In this lab you will deploy multiple SQL Server pods along with Availab
      
        Running the above command will open the Azure sign-in page. Sign-in using the Azure Credentials from the **resources tab of the On-Demand Lab Window**. *Please **DO NOT** use your Corp Credentials for this connection*. 
        
-       Using the information from the resources section of the labs, set Azure CLI default resource group and subscription names. Please replace *Subscription_Name_From_Resources_Tab* and *Resource_Group_Name_Resources_Tab* in the below commands with the actual subscription and 
+       Using the information from the resources section of the labs, set Azure CLI default resource group and subscription names. Please replace *Subscription_ID_From_Resources_Tab* and *Resource_Group_Name_Resources_Tab* in the below commands with the actual subscription and 
        
-       `az account set -s Subscription_Name_From_Resources_Tab`
+       `az account set -s Subscription_ID_From_Resources_Tab`
        
        `az configure --defaults group= Resource_Group_Name_From_Resources_Tab`