Skip to content

tbertenshaw/FabricAllTheThings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fabric All The Things

Service Fabric Examples and usecases

All examples updated with latest version of the service fabric SDK and .NET47 and or Dotnetcore2 where relevant.

GuestApplication

example lifted from "Programming Microsoft Azure Service Fabric"

Demonstrates:

  • deploying an un-fabric-aware webservice with a watchdog service which reports on the apps health.
  • using elevated accounts for installation of the services.
  • correlating two services
  • reporting to ServiceFabric about the health of an un-fabric-aware service.

To try:

  • publish to your local cluster
  • connect to the cluster from VisualStudio/CloudExplorer and view streaming logs.
  • open http://localhost:8088 and see the time response.
  • Open Service Fabric Explorer and find the node with the TimeService running, and restart the node
  • in the streaming logs notice the changes and when fabric has redeployed the apps refresh the page to see the time response.
  • run http://localhost:8088/?COMMAND=kill
  • see the the service exit, fabric reploy the service, and watchdog reporting on these events and the subsequent events as the health recovers.

Todo:

About

Service Fabric Examples and usecases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published