<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2025-08-01-preview on Radius Docs</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/</link><description>Recent content in 2025-08-01-preview on Radius Docs</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/index.xml" rel="self" type="application/rss+xml"/><item><title>Radius.Core/applications@2025-08-01-preview</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/applications/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/applications/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Radius.Core/applications&lt;/code&gt; Resource Type represents a Radius Application: a logical grouping of the resources that make up a single Application, such as containers, databases, and message queues, along with the connections between them. Radius uses the Application to build the application graph, apply shared configuration, and manage its resources together throughout their lifecycle.&lt;/p&gt;
&lt;h3 id="defining-an-application"&gt;Defining an Application&lt;/h3&gt;
&lt;p&gt;An Application is always deployed to a Radius Environment, which is supplied through the &lt;code&gt;environment&lt;/code&gt; property. To define an Application, add a &lt;code&gt;Radius.Core/applications&lt;/code&gt; resource to your application definition Bicep file.&lt;/p&gt;</description></item><item><title>Radius.Core/bicepSettings@2025-08-01-preview</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/bicepsettings/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/bicepsettings/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Radius.Core/bicepSettings&lt;/code&gt; Resource Type holds reusable Bicep engine settings that Environments apply when running Bicep Recipes. Its primary use is authenticating to private Bicep registries: OCI registries, such as Azure Container Registry, that host the Recipe templates referenced by a Recipe Pack.&lt;/p&gt;
&lt;p&gt;Platform engineers define a &lt;code&gt;Radius.Core/bicepSettings&lt;/code&gt; resource once and reference it from any Environment whose Recipes pull templates from a private registry.&lt;/p&gt;
&lt;h3 id="defining-bicep-settings"&gt;Defining Bicep settings&lt;/h3&gt;
&lt;p&gt;Configure &lt;code&gt;registryAuthentications&lt;/code&gt;, keyed by registry hostname. When a Recipe template is pulled from a matching host, Radius authenticates using the configured method. The example below uses basic authentication, reading the username and password from a secret:&lt;/p&gt;</description></item><item><title>Radius.Core/environments@2025-08-01-preview</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/environments/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/environments/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Radius.Core/environments&lt;/code&gt; Resource Type represents a Radius Environment: the deployment target that platform engineers configure for their developers. Every Radius Application is deployed to an Environment through its &lt;code&gt;environment&lt;/code&gt; property.&lt;/p&gt;
&lt;p&gt;An Environment defines three things for the Applications deployed to it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Where resources are deployed&lt;/strong&gt;: the target compute platform and cloud provider accounts, set through the &lt;code&gt;providers&lt;/code&gt; property.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Which Recipes are used&lt;/strong&gt;: the Recipe Packs whose Recipes provision the infrastructure backing application resources, set through the &lt;code&gt;recipePacks&lt;/code&gt; property.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advanced Terraform and Bicep settings&lt;/strong&gt;: environment-wide Recipe parameters and Terraform or Bicep engine configuration applied when Recipes run.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="defining-an-environment"&gt;Defining an Environment&lt;/h3&gt;
&lt;p&gt;The simplest Environment can be created directly with the &lt;code&gt;rad environment create&lt;/code&gt; command, without a Bicep file:&lt;/p&gt;</description></item><item><title>Radius.Core/recipePacks@2025-08-01-preview</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/recipepacks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/recipepacks/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Radius.Core/recipePacks&lt;/code&gt; Resource Type represents a Recipe Pack: a named collection of Recipes that platform engineers assign to an Environment. A Recipe maps a resource type (such as &lt;code&gt;Radius.Data/redisCaches&lt;/code&gt;) to an infrastructure-as-code module, a Terraform module or Bicep template, that provisions the infrastructure backing that resource when a developer deploys it.&lt;/p&gt;
&lt;p&gt;A Recipe Pack is defined as its own resource and referenced from an Environment&amp;rsquo;s &lt;code&gt;recipePacks&lt;/code&gt; property, so one Recipe Pack can be shared across many Environments.&lt;/p&gt;</description></item><item><title>Radius.Core/terraformSettings@2025-08-01-preview</title><link>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/terraformsettings/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://edge.docs.radapp.io/reference/resources/radius.core/2025-08-01-preview/terraformsettings/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;Radius.Core/terraformSettings&lt;/code&gt; Resource Type holds reusable Terraform CLI settings that Environments apply when running Terraform Recipes. Its primary use is authenticating to private Terraform registries that host the modules referenced by a Recipe Pack, along with configuring provider installation and injecting environment variables during Recipe execution.&lt;/p&gt;
&lt;p&gt;Platform engineers define a &lt;code&gt;Radius.Core/terraformSettings&lt;/code&gt; resource once and reference it from any Environment whose Recipes pull modules from a private registry.&lt;/p&gt;
&lt;h3 id="defining-terraform-settings"&gt;Defining Terraform settings&lt;/h3&gt;
&lt;p&gt;Configure &lt;code&gt;terraformrc.credentials&lt;/code&gt;, keyed by registry hostname, to authenticate to a private Terraform registry. Each entry points to a secret whose &lt;code&gt;token&lt;/code&gt; key holds the registry token:&lt;/p&gt;</description></item></channel></rss>