Reference: radius.core/recipepacks@2025-08-01-preview
Detailed reference documentation for radius.core/recipepacks@2025-08-01-preview
Schema
Top-Level Resource
Properties
| Property | Type | Description |
|---|---|---|
| apiVersion | ‘2025-08-01-preview’ | The resource api version (ReadOnly, DeployTimeConstant) |
| id | string | The resource id (ReadOnly, DeployTimeConstant) |
| location | string | The geo-location where the resource lives |
| name | string | The resource name (Required, DeployTimeConstant, Identifier) |
| properties | RecipePackProperties | The resource-specific properties for this resource. (Required) |
| provisioningState | ‘Accepted’ | ‘Canceled’ |
| recipes | Record | Map of resource types to their recipe configurations (ReadOnly) |
| referencedBy | string[] | List of environment IDs that reference this recipe pack (ReadOnly) |
| systemData | SystemData | Azure Resource Manager metadata containing createdBy and modifiedBy information. (ReadOnly) |
| tags | Record | Resource tags. |
| type | ‘Radius.Core/recipePacks’ | The resource type (ReadOnly, DeployTimeConstant) |
RecipePackProperties
Properties
| Property | Type | Description |
|---|---|---|
| provisioningState | ‘Accepted’ | ‘Canceled’ |
| recipes | Record | Map of resource types to their recipe configurations (Required) |
| referencedBy | string[] | List of environment IDs that reference this recipe pack (ReadOnly) |
Record
Properties
- none
Additional Properties
- Additional Properties Type: RecipeDefinition
RecipeDefinition
Properties
| Property | Type | Description |
|---|---|---|
| kind | ‘bicep’ | ’terraform' |
| outputs | Record | Map of resource type property names to module output names. Used for recipes that point directly at a Bicep or Terraform module to map the module’s outputs onto the resource’s properties. |
| parameters | Record | Parameters to pass to the recipe |
| plainHttp | bool | Connect to the source using HTTP (not HTTPS). This should be used when the source is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) |
| source | string | The source of the recipe. For Bicep recipes this is the OCI registry reference. For Terraform recipes this is the module source. (Required) |
Record
Properties
- none
Additional Properties
- Additional Properties Type: string
Record
Properties
- none
Additional Properties
- Additional Properties Type: any
Record
Properties
- none
Additional Properties
- Additional Properties Type: RecipeDefinition
SystemData
Properties
| Property | Type | Description |
|---|---|---|
| createdAt | string | The timestamp of resource creation (UTC). |
| createdBy | string | The identity that created the resource. |
| createdByType | ‘Application’ | ‘Key’ |
| lastModifiedAt | string | The timestamp of resource last modification (UTC) |
| lastModifiedBy | string | The identity that last modified the resource. |
| lastModifiedByType | ‘Application’ | ‘Key’ |
Record
Properties
- none
Additional Properties
- Additional Properties Type: string
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.