2026.8.26.3

Overview

Name roleassignmentstorage
Tag 2026.8.26.3
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentstorage:2026.8.26.3
Last updated 2026-08-26 07:47:05:+00:00
Created 2026-08-26 07:47:05:+00:00
Digest sha256:a6f08185240b3457cff8fff1b4a297bc6ead109cc02962d4f7c9b9afb1bdc4d5

Parameters

Name Type Required Description
storageAccountName string Yes
managedIdentityPrincipalId string Yes
location string Yes Azure region of the deployment
tags object 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

@description('Azure region of the deployment')
param location string

param tags object


module roleassignmentstorage 'br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentstorage:2026.8.26.3' = {
    name: 'roleassignmentstorage${env}${version}'
    params: {
      storageAccountName: storageAccountName
      managedIdentityPrincipalId: managedIdentityPrincipalId
      location: location
      tags: tags
    }
}