Fabrikam Fiber is a sample .NET application for use with the tutorial, Deploy a .NET application in a Windows container to Azure Service Fabric.
Running the sample independent of the associated tutorial only requires Visual Studio. To complete the steps of the tutorial (containerize an application, create a Azure SQL database, create an Azure container registry, and deploy a Service Fabric application to Azure), see the the complete list of prerequisites.
(Add steps to get up and running quickly)
- git clone https://github.com/Azure-Samples/service-fabric-dotnet-containerize.git
- cd service-fabric-dotnet-containerize/
- Launch Visual Studio as administrator, and open the [VS2015\FabrikamFiber.CallCenter.sln][link-fabrikam-github] solution.
- Press F5 to run and debug the application.