Skip to content

Commit 538c615

Browse files
Merge pull request #106422 from philon-msft/master
Consistency improvements in Dev Spaces docs
2 parents ede01cb + 371bd8f commit 538c615

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

articles/dev-spaces/how-to/dev-spaces-business-continuity.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ Enabling Dev Spaces on AKS clusters in different regions allows you to resume us
2121

2222
For general information about multi-region deployments of AKS, see [Plan for multi-region deployment](https://docs.microsoft.com/azure/aks/operator-best-practices-multi-region#plan-for-multiregion-deployment)
2323

24-
For information about deploying an AKS cluster that is compatible with Azure Dev Spaces, see [Create a Kubernetes cluster using Azure Cloud Shell](https://docs.microsoft.com/azure/dev-spaces/how-to/create-cluster-cloud-shell)
25-
2624
### Enable Dev Spaces via the Azure portal
2725

28-
Click the **Dev Spaces** navigation item under the properties of each cluster in the Azure portal. Then choose the option to enable Dev Spaces.
26+
Select the **Dev Spaces** menu item under the settings of each cluster in the Azure portal. Then choose the option to enable Dev Spaces and save.
2927

3028
![Enabling Dev Spaces via Azure portal](../media/common/enable-dev-spaces.jpg)
3129

@@ -47,7 +45,7 @@ You should deploy the most recent versions of your baseline set of services to c
4745

4846
## Select the correct AKS cluster to use for Dev Spaces
4947

50-
Once you've properly configured a backup cluster running your team's baseline, you can quickly switch over to the backup cluster at any time. Then you can rerun the individual services that you are working on in Dev Spaces.
48+
Once you've properly configured a backup cluster running your team's baseline, you can quickly switch over to the backup cluster at any time. Then you can rerun the individual services that you are working on in child dev spaces.
5149

5250
Select a different cluster with the following CLI command:
5351

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 AKS & install the 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 the 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)