Install .NET Framework 4.7.2 on Azure Service Fabric nodes
27 Oct 2018It might be a bit surprising, but if you play with Azure Service Fabric - create a new cluster on Azure and a bare-bones application in Visual Studio - you might end up with errors in Cluster Explorer because the service fails to run on the nodes. I’d expect the out of the box experience to be much better, but that’s what it is right now. And the reason is you’re probably running Visual Studio version which defaults to .NET Framework 4.7.1 or even 4.7.2 and by default these are not installed on VMs underlying an Azure Service Fabric cluster! In this post I’ll show you how to fix it using Custom Script VM Extension.