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
+12-30Lines changed: 12 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,44 +25,26 @@ To build and run [Azure Service Fabric applications][1] on your Windows developm
25
25
Ensure you are using a supported [Windows version](service-fabric-versions.md#supported-windows-versions-and-support-end-date).
26
26
27
27
## Install the SDK and tools
28
-
29
-
Web Platform Installer (WebPI) is the recommended way to install the SDK and tools. If you receive runtime errors using WebPI, you can also find direct links to the installers in the release notes for a specific Service Fabric release. The release notes can be found in the various release announcements on the [Service Fabric team blog](https://techcommunity.microsoft.com/t5/azure-service-fabric/bg-p/Service-Fabric).
30
-
31
-
WebPI may already be installed on your computer. Search for it by using the Windows key. If it's not present, you can [download it here](https://www.microsoft.com/web/downloads/platform.aspx).WebPI can be used to download Service Fabric SDK releases prior to July 2022 until December 31st, 2022 after which the WebPI feed and installer will be pulled from the Microsoft download center.
32
-
33
-
For latest Runtime and SDK you can dowload from below.
> Local Service Fabric development cluster upgrades are not supported.
29
+
> WebPI used previously for SDK/Tools installation was deprecated on July 1 2022
43
30
44
-
### To use Visual Studio 2017 or 2019
31
+
For latest Runtime and SDK you can download from below:
45
32
46
-
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.
47
-
In addition, you need to install the Microsoft Azure Service Fabric SDK and runtime using Web Platform Installer.
33
+
| Package |Version|
34
+
| --- | --- |
35
+
|[Install Service fabric runtime for Windows](https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabric.9.0.1048.9590.exe)| 9.0.1048 |
36
+
|[Install Service Fabric SDK](https://download.microsoft.com/download/b/8/a/b8a2fb98-0ec1-41e5-be98-9d8b5abf7856/MicrosoftServiceFabricSDK.6.0.1048.msi)| 6.0.1048 |
48
37
49
-
*[Install the Microsoft Azure Service Fabric SDK][core-sdk]
38
+
You can find direct links to the installers for previous releases on [Service Fabric Releases](https://github.com/microsoft/service-fabric/tree/master/release_notes)
50
39
51
-
### SDK installation only
40
+
For supported versions, see [Service Fabric versions](service-fabric-versions.md)
52
41
53
-
If you only need the SDK, you can install this package:
54
-
55
-
*[Install the Microsoft Azure Service Fabric SDK][core-sdk]
56
-
57
-
The current versions are:
58
-
59
-
* Service Fabric SDK and Tools 6.0.1048
60
-
* Service Fabric runtime 9.0.1048
42
+
> [!NOTE]
43
+
> 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.
61
44
62
-
For a list of supported versions, see [Service Fabric versions](service-fabric-versions.md)
45
+
### To use Visual Studio 2017 or 2019
63
46
64
-
> [!NOTE]
65
-
> 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.
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)
0 commit comments