2026.8.31.6

Overview

Name reader
Tag 2026.8.31.6
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/appconfiguration/rbac/reader:2026.8.31.6
Last updated 2026-08-31 10:46:34:+00:00
Created 2026-08-31 10:46:34:+00:00
Digest sha256:ebff673a1257de6f82bed776de525b3d46ac3d6408b10c44912bb066668c8722

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

Name Type Description

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.31.6' = {
    name: 'reader${env}${version}'
    params: {
      configStoreName: configStoreName
      system: system
    }
}