microsoft / service-fabric-issues

This repo is for the reporting of issues found with Azure Service Fabric.
168 stars 21 forks source link

Is there any plan to have service fabric windows OS images have .Net 4.8 installed by default? #1601

Closed ifle closed 4 years ago

ifle commented 5 years ago

Is there any plan to have service fabric windows OS images have .Net 4.8 installed by default?

LastTribunal commented 5 years ago

I have the same question

masnider commented 4 years ago

The OS is not controlled by SF. The OS comes with the VM Scale Set that you provision SF on top of. I would redirect this to Azure Support/Azure Core Compute.

Today I've seen people customize stuff like this by creating custom OS images based on the default marketplace images, or using something like the DSC extension to install the right version of .NET on machine boot. SF would tend to recommend the image based solution, as extensions can be a little tricky to get right, especially if whatever is being set up requires reboots.