Overview
|
|
| Name |
reader |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/appconfiguration/rbac/reader:2026.8.25.4 |
| Last updated |
2026-08-25 10:35:59:+00:00 |
| Created |
2026-08-25 10:35:59:+00:00 |
| Digest |
sha256:547930b8efe49ae099fd42cf826efb4cb4ab9ea6e5902e461a72d727966ea489 |
Parameters
| Name |
Type |
Required |
Description |
configStoreName |
string |
Yes |
Name of the App Configuration store where the reader role will be assigned |
system |
string |
Yes |
System identifier used for role assignment naming |
managedIdentityIds |
array |
No
[ ] |
Array of managed identity IDs that will be granted reader access to the App Configuration store |
Outputs
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
@description('Name of the App Configuration store where the reader role will be assigned')
param configStoreName string
@description('System identifier used for role assignment naming')
param system string
module reader 'br:bicepacrdevwcom.azurecr.io/bicep/modules/appconfiguration/rbac/reader:2026.8.25.4' = {
name: 'reader${env}${version}'
params: {
configStoreName: configStoreName
system: system
}
}