Service Fabric skeleton service
Taken from https://andrewchaa.netlify.app/posts/2020-05-27/service-fabric-skeleton-service/ to conserve and update as needed as could not find it when I went looking for it.
On Service fabric, you can either create ASP.NET Core API service or worker process. I’m going to create a worker service today