News

Azure Spring Cloud Debuts for Managed Java-Based Microservices

Seeking to ease the development of Spring-based microservices written in Java on the Azure cloud, Microsoft and Pivotal announced a private preview of a fully managed service called Azure Spring Cloud.

It caters to Java developers using Pivotal's Spring Boot and Spring Cloud, based on its enterprise Java development framework called Spring. Spring Boot is an opinionated onramp for creating Spring-based applications, while Spring Cloud obviously targets cloud development and distributed environments.

Microsoft said the fully managed service is meant to help developers focus on building applications and relieve them from the drudgery of mundane tasks like infrastructure configuration, installing and managing components and so on.

While Microsoft used the moniker Azure Spring Cloud, a Pivotal site for Spring Cloud Azure says: "The Spring Cloud for Microsoft Azure is designed to provide seamless Spring integration with Azure managed services. Developers can adopt a Spring-idiomatic way to take advantage of managed services on Azure, with only few lines of configuration and minimal code changes."

Azure Spring Cloud
[Click on image for larger view.] Azure Spring Cloud (source: Microsoft).

Microsoft's post, meanwhile, says: "Azure Spring Cloud abstracts away the complexity of infrastructure management and Spring Cloud middleware management, so you can focus on building your business logic and let Azure take care of dynamic scaling, security patches, compliance standards, and high availability."

Furthermore, Microsoft said developers can leverage the service with familiar tools, via extensions for Visual Studio code and a Maven plugin.

The VS Code Spring Boot Application Development Extension Pack includes:

The new offering, in setting up a foundation to create cloud-native Spring applications, will let Azure developers leverage other cloud services, such as Azure SQL Database, MySQL, PostgreSQL, or Cosmos DB data services, Azure Active Directory Azure Key Vault and more.

The onramp is made easier with Spring Boot Starters for Azure. That's featured on a Spring on Azure site that also includes getting started guides for Azure Storage, Kafka and Event Hubs, Application Insights and others.

Interested developers can submit contact details to apply for the private preview, which is expected to convert to a public preview by year's end.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube