Skip to content

Commit 57787e0

Browse files
authored
Update install-dev-spaces.md
1 parent a8207aa commit 57787e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/dev-spaces/how-to/install-dev-spaces.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ az aks use-dev-spaces -g myResourceGroup -n myAKSCluster
2626

2727
The above command enables Dev Spaces on the *myAKSCluster* cluster in the *myResourceGroup* group and creates a *default* dev space.
2828

29-
```azurecli
30-
$ az aks use-dev-spaces -g myResourceGroup -n myAKSCluster
31-
29+
```console
3230
'An Azure Dev Spaces Controller' will be created that targets resource 'myAKSCluster' in resource group 'myResourceGroup'. Continue? (y/N): y
3331

3432
Creating and selecting Azure Dev Spaces Controller 'myAKSCluster' in resource group 'myResourceGroup' that targets resource 'myAKSCluster' in resource group 'myResourceGroup'...2m 24s

0 commit comments

Comments
 (0)