|
1 | 1 | ---
|
2 |
| -title: "Install Azure Dev Spaces on AKS & the client-side tooling" |
| 2 | +title: "Enable Azure Dev Spaces on AKS & install the client-side tools" |
3 | 3 | services: azure-dev-spaces
|
4 | 4 | ms.date: "07/24/2019"
|
5 | 5 | 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." |
7 | 7 | keywords: "Docker, Kubernetes, Azure, AKS, Azure Kubernetes Service, containers, Helm, service mesh, service mesh routing, kubectl, k8s"
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -# Install Azure Dev Spaces on AKS and the client-side tooling |
| 10 | +# Enable Azure Dev Spaces on an AKS cluster and install the client-side tools |
11 | 11 |
|
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. |
13 | 13 |
|
14 |
| -## Install Azure Dev Spaces using the CLI |
| 14 | +## Enable Azure Dev Spaces using the CLI |
15 | 15 |
|
16 |
| -Before you can install Dev Spaces using the CLI, you need: |
| 16 | +Before you can enable Dev Spaces using the CLI, you need: |
17 | 17 | * An Azure subscription. If you don't have an Azure subscription, you can create a [free account][az-portal-create-account].
|
18 | 18 | * [The Azure CLI installed][install-cli].
|
19 | 19 | * [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
|
44 | 44 |
|
45 | 45 | The `use-dev-spaces` command also installs the Azure Dev Spaces CLI.
|
46 | 46 |
|
47 |
| -## Install Azure Dev Spaces using the Azure portal |
| 47 | +## Enable Azure Dev Spaces using the Azure portal |
48 | 48 |
|
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: |
50 | 50 | * An Azure subscription. If you don't have an Azure subscription, you can create a [free account][az-portal-create-account].
|
51 | 51 | * [An AKS cluster][create-aks-portal] in a [supported region][supported-regions].
|
52 | 52 |
|
53 |
| -To install Azure Dev Spaces using the Azure portal: |
| 53 | +To enable Azure Dev Spaces using the Azure portal: |
54 | 54 | 1. Sign in to the [Azure portal][az-portal].
|
55 | 55 | 1. Navigate to your AKS cluster.
|
56 |
| -1. Click *Dev Spaces*. |
| 56 | +1. Select the *Dev Spaces* menu item. |
57 | 57 | 1. Change *Enable Dev Spaces* to *Yes* and click *Save*.
|
58 | 58 |
|
59 | 59 | 
|
60 | 60 |
|
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. |
62 | 62 |
|
63 |
| -## Install the client-side tooling |
| 63 | +## Install the client-side tools |
64 | 64 |
|
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: |
66 | 66 |
|
67 | 67 | * In [Visual Studio Code][vscode], install the [Azure Dev Spaces extension][vscode-extension].
|
68 | 68 | * In [Visual Studio 2019][visual-studio], install the Azure Development workload.
|
|
0 commit comments