зеркало из
1
0
Форкнуть 0
This commit is contained in:
Mikkel Mork Hegnhoj 2018-07-05 21:07:02 -07:00
Родитель df8ce95647
Коммит 110b4ae6da
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -54,9 +54,7 @@ A few things to be aware of with this release:
- Azure CLI (az mesh) currently only supports api version 2018-03-01-privatepreview and namespace Microsoft.ServiceFabric.
- Visual Studio Tools does not support project created with previous versions. You'll have to migrate your services to a new project.
## Private Preview 3 Capabilities
This release is focused on an experience for developing .net core applications using Visual Studio on Windows. The preview update brings support for creating resource applications in Visual Studio, running and debugging them in a local Service Fabric cluster, and publishing the applications to Azure Service Fabric Mesh.
The preview has support for creating resource applications in Visual Studio, running and debugging them in a local Service Fabric cluster, and publishing the applications to Azure Service Fabric Mesh.
The applications based on Service Fabric resource model will be able to run in Mesh as well as on your local development environment, standalone clusters, and existing Azure clusters. Currently as part of this private preview, this resource application model is available in Azure Service Fabric Mesh and in the Service Fabric SDK 6.3 preview runtime for Windows clients (OneBox).

Просмотреть файл

@ -72,7 +72,7 @@ Restart your computer.
Install the Service Fabric runtime, SDKs, and tools. The different packages will have to be installed in the order outlined below.
1. Download the [Service Fabric Runtime][download-runtime]. Then run it with the **/AcceptEULA** flag from an elevated command line, e.g. c:\users\<you>\downloads\MicrosoftServiceFabric.6.3.116.9494.exe /AcceptEULA
1. Download the [Service Fabric Runtime][download-runtime]. Then run it with the **/AcceptEULA** flag from an elevated command line, e.g. c:\users\<you>\downloads\MicrosoftServiceFabric.6.3.159.9494.exe /AcceptEULA
2. Install the [Service Fabric SDK][download-sdk].
3. Install the [Service Fabric Mesh SDK][download-sdkmesh].
4. Install the [Visual Studio Service Fabric Tools (preview)][download-tools].