Highest supported version of .NET preinstalled?

Nick2035 71 Reputation points
2021-04-07T02:34:23.127+00:00

I created a managed SF cluster following the guide here https://learn.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://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-remote-connect-to-azure-cluster-node)

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
277 questions
{count} votes

1 answer

Sort by: Most helpful
  1. prmanhas-MSFT 17,906 Reputation points Microsoft Employee
    2021-04-14T09:19:00.55+00:00

    @Nick2035 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://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-upgrade

    https://learn.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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.