From d06c9ebd4db65c9f10765d988f8aa2de5eed4bfa Mon Sep 17 00:00:00 2001 From: Jay Gordon Date: Mon, 29 Nov 2021 10:43:46 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7c421..373c833 100644 --- a/README.md +++ b/README.md @@ -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`