Overview
|
|
| Name |
roleassignmentexistingstorage |
| Tag |
2026.9.9.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/roleassignmentexistingstorage:2026.9.9.2 |
| Last updated |
2026-09-09 12:49:55:+00:00 |
| Created |
2026-09-09 12:49:55:+00:00 |
| Digest |
sha256:d840b30e18a99d389451d5b6732cf6e8c826a0f3ee91b33367b29ed81faf259a |
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
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.9.9.2' = {
name: 'roleassignmentexistingstorage${env}${version}'
params: {
storageAccountName: storageAccountName
managedIdentityPrincipalId: managedIdentityPrincipalId
roleDefinitionId: roleDefinitionId
system: system
env: env
}
}