2026.8.26.3

Overview

Name roleassignmentexistingstorage
Tag 2026.8.26.3
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentexistingstorage:2026.8.26.3
Last updated 2026-08-26 07:46:56:+00:00
Created 2026-08-26 07:46:56:+00:00
Digest sha256:0f7d9609f9048aeff1c0d300d0b84619f1aaf8eaa09fc76277a5bebb99330ffb

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.26.3' = {
    name: 'roleassignmentexistingstorage${env}${version}'
    params: {
      storageAccountName: storageAccountName
      managedIdentityPrincipalId: managedIdentityPrincipalId
      roleDefinitionId: roleDefinitionId
      system: system
      env: env
    }
}