mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Merge pull request #475 from MOC-Labs-Review/MOC-Labs-Review-patch-50
Update LAB_09c-Implement_Azure_Kubernetes_Service.md
This commit is contained in:
commit
d67a8f4b86
@ -115,9 +115,9 @@ In this task, you will deploy a pod into the Azure Kubernetes Service cluster.
|
||||
1. From the Cloud Shell pane, run the following to retrieve the credentials to access the AKS cluster:
|
||||
|
||||
```sh
|
||||
RESOURCE_GROUP='az104-09c-rg1'
|
||||
$RESOURCE_GROUP='az104-09c-rg1'
|
||||
|
||||
AKS_CLUSTER='az104-9c-aks1'
|
||||
$AKS_CLUSTER='az104-9c-aks1'
|
||||
|
||||
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user