Stéphane Erbrech - Blog
Saving keystrokes
Deploying your own gateway in Service Fabric
After explaining why it is needed and using a sample project, we will walk through the configurartion and deployment of your own gateway service within Service Fabric. I show you how to handle the proxy url forwarded headers in our application, and finally, I explain how to setup the azure...
Hosting a web application in Service Fabric
Service Fabric is a platform that is designed to solve the challenges I exposed in my previous post on Microservices. It manages a cluster of machines, and lets you work against it as if it was a single host. You send your app to Service Fabric, and the system will...
What we don't tell you about microservices
My current client has a long lived software that has evolved over about 10 years. It is a large codebase, that started as monolithic. The system was slowly split into services and of course, WCF was used to make them communicate.
Migrating TeamCity to docker with data containers
Jetbrains released docker images for Teamcity (although not “official” as per the docker hub). I need to document the process internally, so I might as well turn it into an article and share it with everyone.
Move msmq storage location with powershell and Desired State Configuration
Lately I’ve been writing powershell scripts to automate the provisioning of parts of an environment in Azure.