Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Dec 22, 2021
2 parents 86e707d + 7f32fc2 commit 1b1ad52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion petstore/05-create-an-azure-k8s-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Go through the "Create an AKS CLuster" steps here https://docs.microsoft.com/en-

2. Choose your Azure subscription (enter your subscription id here, subscriptions are listed after logging in above)

```az account set -s <YourSubscriptionIDThatYouHaveBeenUsing>```
```az account list --output table```

```az account set -s <SubscriptionId from above>```

3. You should already have a Resource Group that you have been using for all of the previous guides. If so, skip this step. If not, create a resource group to group for your AKS Cluster.

Expand Down

0 comments on commit 1b1ad52

Please sign in to comment.