Add AcrPull role assignment instructions - #128735
Add AcrPull role assignment instructions#128735Vinicius Moura (vinijmoura) wants to merge 2 commits into
Conversation
Added instructions for assigning the AcrPull role to the managed identity in both Bash and PowerShell.
|
Vinicius Moura (@vinijmoura) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Vinicius Moura (@vinijmoura) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds documentation steps for granting a managed identity pull access to Azure Container Registry by assigning the AcrPull role, including both Bash and PowerShell examples.
Changes:
- Fixes the PowerShell variable assignment syntax for
IDENTITY_ID. - Adds Azure CLI commands (Bash + PowerShell) to create an
AcrPullrole assignment scoped to the ACR resource.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit 1c86270: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 61643b6: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Craig Shoemaker (@craigshoemaker) Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
I reviewed all proposed changes |
|
#sign-off |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. Craig Shoemaker (@craigshoemaker) |
|
Vinicius Moura (@vinijmoura) - In the public repository, PRs can only be approved/signed-off by the author or a PM. Thanks. |
Added instructions for assigning the AcrPull role to the managed identity in both Bash and PowerShell.