Skip to content

Commit c502598

Browse files
authored
Standardize "enable" vs. "install" terminology
1 parent bb72406 commit c502598

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Install Azure Dev Spaces on AKS & the client-side tooling"
2+
title: "Enable Azure Dev Spaces on an AKS cluster and install client-side tools"
33
services: azure-dev-spaces
44
ms.date: "07/24/2019"
55
ms.topic: "conceptual"
6-
description: "Learn how to install Azure Dev Spaces on an AKS cluster and install the client-side tooling."
6+
description: "Learn how to enable Azure Dev Spaces on an AKS cluster and install the client-side tools."
77
keywords: "Docker, Kubernetes, Azure, AKS, Azure Kubernetes Service, containers, Helm, service mesh, service mesh routing, kubectl, k8s"
88
---
99

10-
# Install Azure Dev Spaces on AKS and the client-side tooling
10+
# Enable Azure Dev Spaces on an AKS cluster and install client-side tools
1111

12-
This article shows you several ways to install Azure Dev Spaces on an AKS cluster as well as install the client-side tooling.
12+
This article shows you several ways to enable Azure Dev Spaces on an AKS cluster as well as install the client-side tools.
1313

14-
## Install Azure Dev Spaces using the CLI
14+
## Enable Azure Dev Spaces using the CLI
1515

16-
Before you can install Dev Spaces using the CLI, you need:
16+
Before you can enable Dev Spaces using the CLI, you need:
1717
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account][az-portal-create-account].
1818
* [The Azure CLI installed][install-cli].
1919
* [An AKS cluster][create-aks-cli] in a [supported region][supported-regions].
@@ -44,25 +44,25 @@ Managed Kubernetes cluster 'myAKSCluster' in resource group 'myResourceGroup' is
4444

4545
The `use-dev-spaces` command also installs the Azure Dev Spaces CLI.
4646

47-
## Install Azure Dev Spaces using the Azure portal
47+
## Enable Azure Dev Spaces using the Azure portal
4848

49-
Before you can install Dev Spaces using the Azure portal, you need:
49+
Before you can enable Dev Spaces using the Azure portal, you need:
5050
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account][az-portal-create-account].
5151
* [An AKS cluster][create-aks-portal] in a [supported region][supported-regions].
5252

53-
To install Azure Dev Spaces using the Azure portal:
53+
To enable Azure Dev Spaces using the Azure portal:
5454
1. Sign in to the [Azure portal][az-portal].
5555
1. Navigate to your AKS cluster.
56-
1. Click *Dev Spaces*.
56+
1. Select the *Dev Spaces* menu item.
5757
1. Change *Enable Dev Spaces* to *Yes* and click *Save*.
5858

5959
![Enable Dev Spaces in the Azure portal](../media/how-to-setup-dev-spaces/enable-dev-spaces-portal.png)
6060

61-
Installing Azure Dev Spaces using the Azure portal **does not** install any client-side tooling for Azure Dev Spaces.
61+
Enabling Azure Dev Spaces using the Azure portal **does not** install any client-side tools for Azure Dev Spaces.
6262

63-
## Install the client-side tooling
63+
## Install the client-side tools
6464

65-
You can use the Azure Dev Spaces client-side tooling to interact with dev spaces on an AKS cluster from your local machine. There are several ways to install the client-side tooling:
65+
You can use the Azure Dev Spaces client-side tools to interact with dev spaces on an AKS cluster from your local machine. There are several ways to install the client-side tools:
6666

6767
* In [Visual Studio Code][vscode], install the [Azure Dev Spaces extension][vscode-extension].
6868
* In [Visual Studio 2019][visual-studio], install the Azure Development workload.

0 commit comments

Comments
 (0)