Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 824 Bytes

File metadata and controls

22 lines (12 loc) · 824 Bytes

Azure Service Fabric - Product Catalog Example

Implementation from Pluralsight course Understanding the Programming Models of Azure Service Fabric.

Service Fabric Runtime and SDK

Install the SDK with Web Platform Installer: https://www.microsoft.com/web/downloads/platform.aspx

More information here.

Visual Studio

You'll need Visual Studio IDE.

To run it with Visual Studio:

  1. Right-click Solution > Configuration Manager > set Active Solution Platform to x64
  2. Run the solution

Testing

Install Postman and import file servicefabric.postman_collection.json