Find Service Fabric Mesh Samples

Important

The preview of Azure Service Fabric Mesh has been retired. New deployments will no longer be permitted through the Service Fabric Mesh API. Support for existing deployments will continue through April 28, 2021.

For details, see Azure Service Fabric Mesh Preview Retirement.

This table outlines the available Service Fabric Mesh sample applications. The source code in these examples shows how to achieve a particular scenario using the Service Fabric Resource Model.

For more information about deploying templates directly to Azure, see the sample template GitHub page.

Sample Template Scenario Description Source Code Developer Tools
Hello World App Static webpage hosted in a container. For Linux it uses nginx, for Windows IIS Source Code No requirements
Counter App for Azure File Volumes Store state by mounting Azure Files based volume inside the container.

Note: This template requires an Azure Files file share to already be provisioned Instructions
Source Code Visual Studio Mesh Tooling
TodoListApp Create an application with a frontend and backend service that uses DNS-based resolution. Used as a tutorial here Source Code Visual Studio Mesh Tooling
Visual Objects App Scale and upgrade microservices within an application. Source Code Visual Studio Mesh Tooling
Voting App Create an application with a frontend and backend service that uses DNS-based resolution Source Code Visual Studio Mesh Tooling for the Windows version, VS Code / dotnet CLI can be used for the Linux version
Counter App for Service Fabric Reliable Volumes Store state by mounting Service Fabric Reliable Disk based volume inside the container. Source Code Visual Studio Mesh Tooling