question

Nick2035-8912 avatar image
1 Vote"
Nick2035-8912 asked olgaoos commented

Highest .NET version on managed cluster nodes?

I've created a managed Service Fabric cluster using the template found here https://docs.microsoft.com/en-us/azure/service-fabric/quickstart-managed-cluster-template

I'm trying to troubleshoot an issue running an app to the cluster and I think it might be because of the supported .NET runtime version. Any idea what comes preinstalled on the nodes from that template or how I can check and upgrade if necessary?

azure-service-fabric
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hey @Nick2035-8912,
Just wondering if your question above was answered.
Thanks,
Olga

0 Votes 0 ·

1 Answer

olgaoos avatar image
1 Vote"
olgaoos answered olgaoos commented

@Nick2035-8912 Apologies for delay in response and all the inconvenience caused because of the issue.

Theoretically speaking, preinstalled with the OS version should be .NET Framework 4.7.2.

I used the86550-image.pngfrom the link you shared above and noticed this template based on the image MicrosoftWindowsServer/WindowsServer/2019-Datacenter latest.

86468-image.png

I run CLI command to find which version is the latest (Actually, at the end I found version isn't matter):

 z vm image list     --location eastus2     --publisher MicrosoftWindowsServer     --offer WindowsServer     --sku 2019-Datacenter    --all --output table

86548-image.png

Based on that to find which .Net version preinstalled on the Windows Server 2019 datacenter 2019.0.20190410.

To determine it, I went to .NET Framework system requirements and found Windows Server 2019 comes with the .NET Framework 4.7.2

86571-image.png

Additional sources what maybe helpful for you:

(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards,
Olga



image.png (1.9 KiB)
image.png (13.7 KiB)
image.png (23.6 KiB)
image.png (17.4 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for the detailed steps.

I was finally able to RDP into the nodes and verify that way and then update to the latest.

0 Votes 0 ·

You are very welcome!
Happy to help you anytime.

0 Votes 0 ·