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 | Recipe Pack properties (Required) |
| systemData | SystemData | Metadata pertaining to creation and last modification of the resource. (ReadOnly) |
| tags | TrackedResourceTags | Resource tags. |
| type | ‘Radius.Core/recipePacks’ | The resource type (ReadOnly, DeployTimeConstant) |
RecipePackProperties
Properties
| Property | Type | Description |
|---|---|---|
| description | string | Description of what this recipe pack provides |
| provisioningState | ‘Accepted’ | ‘Canceled’ |
| recipes | RecipePackPropertiesRecipes | Map of resource types to their recipe configurations (Required) |
| referencedBy | string[] | List of environment IDs that reference this recipe pack (ReadOnly) |
RecipePackPropertiesRecipes
Properties
- none
Additional Properties
- Additional Properties Type: RecipeDefinition
RecipeDefinition
Properties
| Property | Type | Description |
|---|---|---|
| parameters | RecipeDefinitionParameters | Parameters to pass to the recipe |
| plainHttp | bool | Connect to the location using HTTP (not HTTPS). This should be used when the location is known not to support HTTPS, for example in a locally hosted registry for Bicep recipes. Defaults to false (use HTTPS/TLS) |
| recipeKind | ‘bicep’ | ’terraform' |
| recipeLocation | string | URL path to the recipe (Required) |
RecipeDefinitionParameters
Properties
- none
Additional Properties
- Additional Properties Type: any
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’ |
TrackedResourceTags
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.