Overview
|
|
| Name |
reader |
| Tag |
2026.8.26.3 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/appconfiguration/rbac/reader:2026.8.26.3 |
| Last updated |
2026-08-26 07:40:46:+00:00 |
| Created |
2026-08-26 07:40:46:+00:00 |
| Digest |
sha256:7a335dbafbd3d6611e5b1507ee1575e1f3c13aaf7646dee2392f4e70c6c168a1 |
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.26.3' = {
name: 'reader${env}${version}'
params: {
configStoreName: configStoreName
system: system
}
}