Overview
|
|
| Name |
roleassignmentstorage |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentstorage:2026.9.9.2 |
| Last updated |
2026-09-09 12:50:07:+00:00 |
| Created |
2026-09-09 12:50:07:+00:00 |
| Digest |
sha256:88f8f790377b2c29c43d737b45f79f4e8beeb99d0c2b04b455c5a2a01515c873 |
Parameters
| Name |
Type |
Required |
Description |
storageAccountName |
string |
Yes |
|
managedIdentityPrincipalId |
string |
Yes |
|
location |
string |
Yes |
Azure region of the deployment |
tags |
object |
Yes |
|
Outputs
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.9.9.2' = {
name: 'roleassignmentstorage${env}${version}'
params: {
storageAccountName: storageAccountName
managedIdentityPrincipalId: managedIdentityPrincipalId
location: location
tags: tags
}
}