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/service-fabric-get-started.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ To build and run [Azure Service Fabric applications][1] on your Windows developm
24
24
25
25
Ensure you're using a supported [Windows version](service-fabric-versions.md#supported-windows-versions-and-support-end-date).
26
26
27
-
## Install the SDK and tools
27
+
## Download and install the runtime and SDK
28
28
> [!NOTE]
29
29
> WebPI used previously for SDK/Tools installation was deprecated on July 1 2022
30
30
31
-
For latest Runtime and SDK you can download from below:
31
+
The runtime can be installed independently. However, the SDK requires the runtime, so for a development environment, you must install both the runtime and SDK. The following links are download for the latest versions of both the runtime and SDK:
32
32
33
33
| Package |Version|
34
34
| --- | --- |
@@ -39,12 +39,24 @@ You can find direct links to the installers for previous releases on [Service Fa
39
39
40
40
For supported versions, see [Service Fabric versions.](service-fabric-versions.md)
41
41
42
+
### Install the runtime
43
+
44
+
The runtime installer must be run from a command line shell, and you must use the `/accepteula` flag. We recommend that you run your command line shell with elevated privileges to retain the log printouts. The following example is in PowerShell:
Once the runtime is installed, you can install the SDK successfully. You can run the installer from the command line shell or your file explorer.
53
+
42
54
> [!NOTE]
43
55
> Single machine clusters (OneBox) are not supported for Application or Cluster upgrades; delete the OneBox cluster and recreate it if you need to perform a Cluster upgrade, or have any issues performing an Application upgrade.
44
56
45
57
### To use Visual Studio 2017 or 2019
46
58
47
-
The Service Fabric Tools are part of the Azure Development workload in Visual Studio 2019 and 2017. Enable this workload as part of your Visual Studio installation. In addition, you need to install the Microsoft Azure Service Fabric SDK and runtime as described above [Install the SDK and tools.](#install-the-sdk-and-tools)
59
+
The Service Fabric Tools are part of the Azure Development workload in Visual Studio 2019 and 2017. Enable this workload as part of your Visual Studio installation. In addition, you need to install the Microsoft Azure Service Fabric SDK and runtime as described above [Download and install the runtime and SDK.](#download-and-install-the-runtime-and-sdk)
[Service Fabric is a container orchestrator](service-fabric-containers-overview.md) for deploying microservices across a cluster of machines. To run Windows container applications on your local development cluster, you must first install Docker for Windows. Get [Docker CE for Windows (stable)](https://store.docker.com/editions/community/docker-ce-desktop-windows?tab=description). After installing and starting Docker, right-click on the tray icon and select **Switch to Windows containers**. This step is required to run Docker images based on Windows.
71
+
[Service Fabric is a container orchestrator](service-fabric-containers-overview.md) for deploying microservices across a cluster of machines. To run Windows container applications on your local development cluster, you must first install Docker for Windows. Get [Docker CE for Windows (stable)](https://store.docker.com/editions/community/docker-ce-desktop-windows?tab=description). After you install and start Docker, right-click on the tray icon and select **Switch to Windows containers**. This step is required to run Docker images based on Windows.
60
72
61
73
## Next steps
62
74
63
-
Now that you've finished setting up your development environment, start building and running apps.
75
+
Now that you finished setting up your development environment, start building and running apps.
64
76
65
77
*[Learn how to create, deploy, and manage applications](service-fabric-tutorial-create-dotnet-app.md)
66
78
*[Learn about the programming models: Reliable Services and Reliable Actors](service-fabric-choose-framework.md)
0 commit comments