Overview
|
|
| Name |
pull |
| Tag |
2026.8.25.2 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/acr/rbac/pull:2026.8.25.2 |
| Last updated |
2026-08-25 09:41:32:+00:00 |
| Created |
2026-08-25 09:41:32:+00:00 |
| Digest |
sha256:034ddd3f7f7923e1d9cd3ad07bf804d122f66091313feeceeb81598ead585383 |
Parameters
| Name |
Type |
Required |
Description |
azureContainerRegistry |
string |
Yes |
|
managedIdentityPrincipalId |
string |
Yes |
|
acrPullDefinitionId |
string |
No
'7f951dda-4ed3-4680-a7ca-43fe172d538d' |
|
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 azureContainerRegistry string
param managedIdentityPrincipalId string
param system string
module pull 'br:bicepacrdevwcom.azurecr.io/bicep/modules/acr/rbac/pull:2026.8.25.2' = {
name: 'pull${env}${version}'
params: {
azureContainerRegistry: azureContainerRegistry
managedIdentityPrincipalId: managedIdentityPrincipalId
system: system
env: env
}
}