2026.8.25.2

Overview

Name roleassignmentstorage
Tag 2026.8.25.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentstorage:2026.8.25.2
Last updated 2026-08-25 09:47:43:+00:00
Created 2026-08-25 09:47:43:+00:00
Digest sha256:8be42cc99d7a548c126e0e77c377dd4b6dffa9cd927184c94491b663ba3b63b9

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.25.2' = {
    name: 'roleassignmentstorage${env}${version}'
    params: {
      storageAccountName: storageAccountName
      managedIdentityPrincipalId: managedIdentityPrincipalId
      location: location
      tags: tags
    }
}