Service Fabric Examples and usecases
All examples updated with latest version of the service fabric SDK and .NET47 and or Dotnetcore2 where relevant.
example lifted from "Programming Microsoft Azure Service Fabric"
- 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.
- 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.
- Find out best method to find correlated service's endpoint
- demonstrate CI using Team services
- demonstrate blue green