question

Nick2035-8912 avatar image
0 Votes"
Nick2035-8912 asked prmanhas-MSFT commented

Highest supported version of .NET preinstalled?

I created a managed SF cluster following the guide here https://docs.microsoft.com/en-us/azure/service-fabric/quickstart-managed-cluster-template

How can I find out what version of .NET is pre-installed on the nodes and if it's not the latest how I can go about installing it? I tried doing RDP to one of the nodes and the connection didn't work (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-remote-connect-to-azure-cluster-node)

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.

@Nick2035-8912 Any update on the issue?

Please "Accept as Answer" if below helped so it can help others in community looking for help on similar topics.

Thanks

0 Votes 0 ·

1 Answer

prmanhas-MSFT avatar image
0 Votes"
prmanhas-MSFT answered

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

Service Fabric offers multiple ways to write and manage your services. Services can choose to use the Service Fabric APIs to take full advantage of the platform's features and application frameworks. Services can also be any compiled executable program written in any language or code running in a container hosted on a Service Fabric cluster.

ASP.NET Core is an open-source, cross-platform framework for building modern cloud-based Internet-connected applications, such as web apps, IoT apps, and mobile backends. Service Fabric integrates with ASP.NET Core so you can write both stateless and stateful ASP.NET Core applications that take advantage of Reliable Collections and Service Fabric's advanced orchestration capabilities.

You can refer to this documentation for more info.

For updating Service Fabric cluster as well as the .Net Framework and to find current version you can refer to below:

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-upgrade

https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed

This post might be helpful as well!!!

Hope it helps!!!

Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.



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.