Reference: radius.core/bicepconfigs@2025-08-01-preview
Detailed reference documentation for radius.core/bicepconfigs@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 | BicepConfigProperties | Bicep configuration properties. (Required) |
| systemData | SystemData | Metadata pertaining to creation and last modification of the resource. (ReadOnly) |
| tags | TrackedResourceTags | Resource tags. |
| type | ‘Radius.Core/bicepConfigs’ | The resource type (ReadOnly, DeployTimeConstant) |
BicepConfigProperties
Properties
| Property | Type | Description |
|---|---|---|
| provisioningState | ‘Accepted’ | ‘Canceled’ |
| referencedBy | string[] | Environments that reference this Bicep configuration. (ReadOnly) |
| registryAuthentications | BicepConfigPropertiesRegistryAuthentications | Authentication configuration for private Bicep registries, keyed by registry hostname (e.g. ‘corp.acr.io’). The Bicep driver looks up credentials by the host parsed from the recipe template path. |
BicepConfigPropertiesRegistryAuthentications
Properties
- none
Additional Properties
- Additional Properties Type: BicepRegistryAuthentication
BicepRegistryAuthentication
Properties
| Property | Type | Description |
|---|---|---|
| authenticationMethod | ‘AwsIrsa’ | ‘AzureWI’ |
| awsIamRoleArn | string | AWS IAM Role ARN for IRSA authentication. Required when authenticationMethod is ‘AwsIrsa’. |
| azureWiClientId | string | Azure Workload Identity client ID. Required when authenticationMethod is ‘AzureWI’. |
| azureWiTenantId | string | Azure Workload Identity tenant ID. Required when authenticationMethod is ‘AzureWI’. |
| basicAuthSecretId | string | The ID of an Applications.Core/SecretStore resource containing username and password for BasicAuth. Required when authenticationMethod is ‘BasicAuth’. |
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.