Skip to content

Commit 226d496

Browse files
authored
Merge pull request #193683 from bfrankMS/patch-1
removing $ for cmds to work in bash
2 parents e7bc487 + 42d5dc0 commit 226d496

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/windows/image-builder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ We will be using some pieces of information repeatedly, so we will create some v
6767

6868
```azurecli-interactive
6969
# Resource group name - we are using myImageBuilderRG in this example
70-
$imageResourceGroup='myWinImgBuilderRG'
70+
imageResourceGroup='myWinImgBuilderRG'
7171
# Region location
72-
$location='WestUS2'
72+
location='WestUS2'
7373
# Run output name
74-
$runOutputName='aibWindows'
74+
runOutputName='aibWindows'
7575
# name of the image to be created
76-
$imageName='aibWinImage'
76+
imageName='aibWinImage'
7777
```
7878

7979
Create a variable for your subscription ID.

0 commit comments

Comments
 (0)