You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric-mesh/service-fabric-mesh-howto-setup-developer-environment-sdk.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
-
title: Set up a Windows development environment for Service Fabric Mesh apps | Microsoft Docs
2
+
title: Set up a Windows development environment to build Service Fabric Mesh apps | Microsoft Docs
3
3
description: Set up your Windows development environment so you can create a Service Fabric Mesh application and deploy it to Azure Service Fabric Mesh.
4
4
services: service-fabric-mesh
5
5
keywords:
6
6
author: tylermsft
7
7
ms.author: twhitney
8
-
ms.date: 07/20/2018
8
+
ms.date: 08/08/2018
9
9
ms.topic: get-started-article
10
10
ms.service: service-fabric-mesh
11
-
manager: timlt
12
-
#Customer intent: As a developer, I need to prepare install the prerequisites to enable service fabric mesh development in visual studio.
11
+
manager: JeanPaul.Connock
12
+
#Customer intent: As a developer, I need to install the prerequisites to enable service fabric mesh development in visual studio.
13
13
---
14
14
15
-
# Set up your Windows development environment to build Service Fabric applications
15
+
# Set up your Windows development environment to build Service Fabric Mesh apps
16
16
17
-
To build and run Azure Service Fabric apps on your Windows development machine, install the Service Fabric runtime, SDK, and tools.
17
+
To build and run Azure Service Fabric Mesh applications on your Windows development machine, install the Service Fabric Mesh runtime, SDK, and tools.
@@ -27,28 +27,30 @@ The following operating system versions are supported for development:
27
27
28
28
## Visual Studio
29
29
30
-
Visual Studio 2017 is required to deploy Service Fabric apps. [Install version 15.6.0][download-visual-studio] or greater and enable the following workloads:
30
+
Visual Studio 2017 is required to deploy Service Fabric Mesh applications. [Install version 15.6.0][download-visual-studio] or greater and enable the following workloads:
31
31
32
-
- ASP.NET and web development
33
-
- Azure Development
34
-
35
-
## Windows 10 - Install Docker
32
+
* ASP.NET and web development
33
+
* Azure Development
34
+
35
+
## Install Docker
36
+
37
+
#### Windows 10
36
38
37
39
Download and install the latest version of [Docker Community Edition for Windows][download-docker] to support the containerized Service Fabric apps used by Service Fabric Mesh.
38
40
39
-
During installation, select **Use Windows containers instead of Linux containers** when asked. If Hyper-V is not enabled on your machine, the Docker install will offer to enable it. Click **OK** to do so if prompted.
41
+
During installation, select **Use Windows containers instead of Linux containers** when asked.
40
42
41
-
## Windows Server 2016 - Install Hyper-V and Docker
43
+
If Hyper-V is not enabled on your machine, Docker's installer will offer to enable it. Click **OK** to do so if prompted.
42
44
43
-
**Install Hyper-V**
45
+
#### Windows Server 2016
44
46
45
-
First, open PowerShell as an administrator and run the following command to install Hyper-V and restart your computer. For more information, see [Docker Enterprise Edition for Windows Server][download-docker-server].
47
+
If you don't have the Hyper-V role enabled, open PowerShell as an administrator and run the following command to enable Hyper-V, and then restart your computer. For more information, see [Docker Enterprise Edition for Windows Server][download-docker-server].
0 commit comments