2026.8.31.6

Overview

Name roleassignmentexistingstorage
Tag 2026.8.31.6
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentexistingstorage:2026.8.31.6
Last updated 2026-08-31 10:52:17:+00:00
Created 2026-08-31 10:52:17:+00:00
Digest sha256:b0253b60ee4cb70a9495b0d28050b089283f9403d81b54e6d42f7284246d1e88

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