Overview
|
|
| Name |
roleassignmentstorage |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentstorage:2026.8.31.6 |
| Last updated |
2026-08-31 10:52:27:+00:00 |
| Created |
2026-08-31 10:52:27:+00:00 |
| Digest |
sha256:9400ef96119571141f4ca8caae201291be78ac1eae9123811dd75c8deded7dfd |
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.8.31.6' = {
name: 'roleassignmentstorage${env}${version}'
params: {
storageAccountName: storageAccountName
managedIdentityPrincipalId: managedIdentityPrincipalId
location: location
tags: tags
}
}