WRITTEN BY
/en-us/opensource/blog/author/mark-russinovich
The Azure Incubations team within the Azure Office of the CTO has contributed several projects to the Cloud-Native Computing Foundation (CNCF) including KEDA, Dapr, Copacetic, Drasi, and Radius, the focus of this post. Radius enables platform engineers to build internal developer platforms that improve collaboration between enterprise application teams and platform engineering teams. It helps teams deliver cloud-agnostic applications using features like Recipes, Environments, and the Application Graph. If you are new to Radius, learn more on the Radius website and try the Getting Started tutorial.
A couple of weeks ago we announced Radius Resource Types, a new feature directly guided by early adopter feedback that represents a major step forward for platform engineering. Radius already enables platform engineers to build internal developer platforms that are application-centric rather than infrastructure-centric. Now, with Radius Resource Types, platform engineers can define resource types specific to their organizations. Radius uses Recipes to implement these resource types. Radius Recipes can be new or existing Terraform configurations or Bicep templates. The great thing is that a single Radius Resource Type can have different Recipes depending on the Environment. Combining Radius Resource Types with Radius Recipes and Environments makes Radius a fully extensible and adaptable platform.
Radius in the beginning
When we launched Radius, it was focused on bringing a cloud-neutral application model to cloud-native computing. Developers could define an application and its resources, including AWS, Azure, or Kubernetes types. The Radius Universal Control Plane understands these types and, in concert with Radius Environment configurations, deploys the application and its resources to the correct cloud provider and region.
Introducing Radius Resource Types
To address this customer feedback, Radius Resource Types now extends Recipe support beyond just built-in resource types to any custom-defined resource type, enabling platform engineers to define their own resource types for their organization, each with a custom API for their developers.
The support for customized resource types completely decouples Radius from the definition of a resource type and the configuration of cloud resources. In other words, developers use the resource type interface, while platform engineers define the implementation. This decoupling gives platform engineers a powerful capability, and it improves the developer experience with application-centric resource types. It also allows platform engineers to change an implementation seamlessly, without impacting developers using the types.
If you are interested in learning more about Radius and Radius Resource Types, watch the video recording of my presentation and demo at the Radius June 2025 Monthly Community Call. You can also read the Introducing Radius Resource Types post on the Radius blog and try out the tutorial in the Radius documentation.
Additional Radius resources
- Join the monthly Radius Community Call to see demos and hear the latest updates (join the Radius Google Group to get email announcements).
- Join the discussion or ask for help on the Radius Discord server.
- Subscribe to the Radius YouTube channel for more demos.
- Review the Radius documentation and Getting Started guide.
- Read the Radius Blog.
- Check out Radius code here.
Radius
An open-source, cloud-native, application platform that enables developers and operators.
Azure Incubations Team mission
The Azure Incubations Team mission is to work across the open-source community to explore and deliver technology that provides value to the industry at large: not just Microsoft customers and not just Azure customers. We focus on investments that help accelerate the industry’s collective journey to the cloud, with projects like KEDA, Dapr, Copacetic, Drasi, and Radius. Because these projects address the needs of the industry at large, our primary ship vehicle is open-source software. As such, all Incubations Team projects have been donated to the Cloud-Native Computing Foundation (CNCF) which provides a highly respected open governance model. So, while these projects were all initiated within the Azure Incubations team at Microsoft, the IP for all of them is owned by the CNCF, is managed via their open governance processes and the code for all is freely available on Github via the Apache 2.0 license. Please follow the links above to learn more about and contribute to any of these projects.