Skip to content

Commit f44ce62

Browse files
authored
Merge pull request #109764 from zr-msft/ds-mvc-overview-fix
[Dev Spaces] update format of overview page
2 parents eaf6fe2 + 7646daf commit f44ce62

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

articles/dev-spaces/about.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: "Introduction to Azure Dev Spaces"
2+
title: "What is Azure Dev Spaces?"
33
services: azure-dev-spaces
44
ms.date: 05/07/2019
55
ms.topic: "overview"
66
description: "Learn how Azure Dev Spaces provides a rapid, iterative Kubernetes development experience for teams in Azure Kubernetes Service clusters"
77
keywords: "Docker, Kubernetes, Azure, AKS, Azure Kubernetes Service, containers, kubectl, k8s"
88
manager: gwallace
9+
#Customer intent: As a developer, I want understand what Azure Dev Spaces is so that I can use it.
910
---
1011

11-
# Introduction to Azure Dev Spaces
12+
# What is Azure Dev Spaces?
1213

1314
Azure Dev Spaces provides a rapid, iterative Kubernetes development experience for teams in Azure Kubernetes Service (AKS) clusters. Azure Dev Spaces also allows you to debug and test all the components of your application in AKS with minimal development machine setup, without replicating or mocking up dependencies.
1415

@@ -33,15 +34,11 @@ For more information on how Azure Dev Spaces works, see [How Azure Dev Spaces wo
3334

3435
## Supported regions and configurations
3536

36-
Azure Dev Spaces is supported only by AKS clusters in [some regions][supported-regions]. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, MacOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows 8 or greater. For Visual Studio 2019, you will need the Azure Development workload. For Visual Studio 2017, you will need the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
37+
Azure Dev Spaces is supported only by AKS clusters in [some regions][supported-regions]. Azure Dev Spaces supports using the [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) or [Visual Studio Code](https://code.visualstudio.com/download) with the [Azure Dev Spaces extension](https://marketplace.visualstudio.com/items?itemName=azuredevspaces.azds) installed on Linux, macOS, or Windows 8 or greater to build and run your applications on AKS. It also supports using [Visual Studio](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs) installed on Windows 8 or greater. For Visual Studio 2019, you will need the Azure Development workload. For Visual Studio 2017, you will need the Web Development workload and [Visual Studio Tools for Kubernetes](https://aka.ms/get-vsk8stools).
3738

3839
## Next steps
3940

40-
Learn more about rapid, iterative development for teams with Azure Dev Spaces with the team development quickstart.
41-
42-
> [!div class="nextstepaction"]
43-
> [Team Development quickstart](quickstart-team-development.md)
44-
41+
Learn more about rapid, iterative development for teams with Azure Dev Spaces with the [team development quickstart][team-development-quickstart].
4542

4643
[how-dev-spaces-works]: how-dev-spaces-works.md
4744
[supported-regions]: https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service

articles/dev-spaces/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
items:
44
- name: Overview
55
items:
6-
- name: About Azure Dev Spaces
6+
- name: What is Azure Dev Spaces?
77
href: about.md
88
- name: Quickstarts
99
items:

0 commit comments

Comments
 (0)