Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydestro authored Nov 29, 2021
1 parent 8844ef3 commit d06c9eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ If you're not familiar with the format of an SSH public key, you can display you

* Get your subscription ID, set as a variable

SUBSCRIPTION=`az account show --query "id" -o tsv`
```
SUBSCRIPTION=(`az account show --query "id" -o tsv`)
```

* Create a unique [Azure Resource Group](https://cda.ms/2nG). We're using this as a paramater for several portions of the workshop, so please ensure the name is unique. For example `aksbicepcreate`

Expand Down

0 comments on commit d06c9eb

Please sign in to comment.