Skip to content

Commit eedd5a8

Browse files
authored
Merge pull request #95893 from zr-msft/ds-vs-qs
[Dev Spaces] fix screenshots and update VS text
2 parents 2a5734b + 2325286 commit eedd5a8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
-1.18 KB
Loading
-270 Bytes
Loading
92.7 KB
Loading

articles/dev-spaces/quickstart-netcore-visualstudio.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: zr-msft
55
services: azure-dev-spaces
66
ms.service: azure-dev-spaces
77
ms.author: zarhoads
8-
ms.date: 03/22/2019
8+
ms.date: 11/13/2019
99
ms.topic: quickstart
1010
description: "Rapid Kubernetes development with containers and microservices on Azure"
1111
keywords: "Docker, Kubernetes, Azure, AKS, Azure Kubernetes Service, containers, Helm, service mesh, service mesh routing, kubectl, k8s"
@@ -46,19 +46,19 @@ You must create an AKS cluster in a [supported region][supported-regions]. To cr
4646

4747
## Enable Azure Dev Spaces on your AKS cluster
4848

49-
Navigate to your AKS cluster in the Azure portal and click *Dev Spaces*. Change *Enable Dev Spaces* to *Yes* and click *Save*.
49+
Navigate to your AKS cluster in the Azure portal and click *Dev Spaces*. Change *Use Dev Spaces* to *Yes* and click *Save*.
5050

5151
![Enable Dev Spaces in the Azure portal](media/get-started-netcore-visualstudio/enable-dev-spaces-portal.png)
5252

5353
## Create a new ASP.NET web app
5454

5555
1. Open Visual Studio.
5656
1. Create a new project.
57-
1. Choose *ASP.NET Core Web Application* and name your project *webfrontend*.
58-
1. Click *OK*.
57+
1. Choose *ASP.NET Core Web Application* and click *Next*.
58+
1. Name your project *webfrontend* and click *Create*.
5959
1. When prompted, choose *Web Application (Model-View-Controller)* for the template.
60-
1. Select *.NET Core* and *ASP.NET Core 2.0* at the top.
61-
1. Click *OK*.
60+
1. Select *.NET Core* and *ASP.NET Core 2.1* at the top.
61+
1. Click *Create*.
6262

6363
## Connect your project to your dev space
6464

@@ -87,12 +87,12 @@ Built container image in 39s
8787
Waiting for container...
8888
36s
8989
90-
Service 'webfrontend' port 'http' is available at http://webfrontend.1234567890abcdef1234.eus.azds.io/
90+
Service 'webfrontend' port 'http' is available at http://default.webfrontend.1234567890abcdef1234.eus.azds.io/
9191
Service 'webfrontend' port 80 (http) is available at http://localhost:62266
9292
Completed warmup for project 'webfrontend' in 125 seconds.
9393
```
9494

95-
In the above example, the public URL is http://webfrontend.1234567890abcdef1234.eus.azds.io/. Navigate to your service's public URL and interact with the service running in your dev space.
95+
In the above example, the public URL is http://default.webfrontend.1234567890abcdef1234.eus.azds.io/. Navigate to your service's public URL and interact with the service running in your dev space.
9696

9797
This process may have disabled public access to your service. To enable public access, you can update the [ingress value in the *values.yaml*][ingress-update].
9898

0 commit comments

Comments
 (0)