News

Azure Service Fabric Gets Open Source Treatment

Azure Service Fabric team hopes to spur improvements to Service Fabric .NET SDK through the open source community. ASF and the SDK have also recently been updated.

Count Azure Service Fabric among yet another Microsoft service being open sourced, as the Azure Service Fabric team announced in a blog that it has recently released portions of the Service Fabric .NET SDK on GitHub.

Azure Service Fabric is described by a Microsoft Doc as its microservices platform, aimed at the development of microservices "that run at very high density on a shared pool of machines, which is referred to as a cluster." Azure Service Fabric is also meant to be scalable, providing "comprehensive application management capabilities to provision, deploy, monitor, upgrade/patch, and delete deployed applications."

Microsoft lists its own Azure SQL Database, Azure DocumentDB, Cortana, Microsoft Power BI, Microsoft Intune and a number of other core Azure services among the apps and services running on Azure Service Fabric. The Service Fabric .NET SDK itself is a developer-specific environment that allows for full lifecycle development of microservices without having to connect to a private or public cloud.

The Service Fabric .NET SDK is available at https://github.com/Azure/service-fabric.

It's not quite fully open sourced, though: "Although we were able to separate the .NET SDK source code from internal dependencies, our development process still relies on internal tools, and so we will continue to do our own development in a private repo for the time being," notes the blog. "At each SDK release, we will push our latest changes back out to GitHub."

As noted in the blog, for now the only packages being open sourced are Reliable Services, Reliable Actors, Service Remoting, and ASP.NET Core integration. "The Service Fabric runtime is not available today as an open source project," notes the README file on GitHub. "As we collect feedback and run tests on contributions, we will determine the best time to open source the runtime, which includes the clustering layers and the Reliable Collections replicated persisted store."

Azure Service Fabric and Service Fabric .NET SDK have recently gone through updates. ASF is at 5.5, and the SDK is at 2.5. New in those releases is support for compressed packages, an increase in the default health check duration for error catching during automated upgrade rollback, and full support for ASP.NET Core within stateless and stateful Reliable Services packages. More about those updates is here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events