2026.8.25.4

Overview

Name roleassignmentexistingstorage
Tag 2026.8.25.4
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentexistingstorage:2026.8.25.4
Last updated 2026-08-25 10:41:51:+00:00
Created 2026-08-25 10:41:51:+00:00
Digest sha256:686b7baf24d9479d56f18696710b3373eabbd78b71d8d1585f7cce6878f03532

Parameters

Name Type Required Description
storageAccountName string Yes
managedIdentityPrincipalId string Yes
roleDefinitionId string Yes
subscriptionId string No
subscription().subscriptionId
system string Yes
env string Yes

Outputs

Name Type Description

Example

@description('The target environment.')
param env string

@description('The deployment version.')
param version string = '1.0.0.0'

param storageAccountName string

param managedIdentityPrincipalId string

param roleDefinitionId string

param system string


module roleassignmentexistingstorage 'br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentexistingstorage:2026.8.25.4' = {
    name: 'roleassignmentexistingstorage${env}${version}'
    params: {
      storageAccountName: storageAccountName
      managedIdentityPrincipalId: managedIdentityPrincipalId
      roleDefinitionId: roleDefinitionId
      system: system
      env: env
    }
}