ACR

Icon

Icon 1 2 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-workspace-utils


Synchronizes CodeCollection and Helm Images for the RunWhen Runner into a private ACR Registry

Tasks:
  • Sync CodeCollection Images to ACR Registry `REGISTRY_NAME`
  • Sync RunWhen Local Image Updates to ACR Registry`REGISTRY_NAME`

Icon 1 3 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-workspace-utils


Determines if any RunWhen CodeCollection or private runner components require image updates.

Tasks:
  • Check for CodeCollection Updates against ACR Registry`${REGISTRY_NAME}`
  • Check for RunWhen Local Image Updates against ACR Registry`${REGISTRY_NAME}`
  • Count Images Needing Update and Push Metric

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-workspace-utils


Checks (or applies) RunWhen image updates with Helm CLI if any updated images exist in the upstream ACR registry.

Tasks:
  • Apply Available RunWhen Helm Images in ACR Registry`REGISTRY_NAME`

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-workspace-utils


Determines if any RunWhen Local images have available updates in the private Azure Container Registry service.

Tasks:
  • Check for Available RunWhen Helm Images in ACR Registry`${REGISTRY_NAME}`

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


This CodeBundle syncs images from public repostitories into an Azure Container Registry.

Tasks:
  • Sync Container Images into Azure Container Registry `ACR_REGISTRY`

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


This CodeBundle counts the number of container images (from a configured list) outdated. It compares upstream images with those in the registry and counts the number that are outdated.

Tasks:
  • Count Outdated Images in Azure Container Registry `${ACR_REGISTRY}`

Icon 1 8 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


Comprehensive health checks for Azure Container Registry (ACR), including network configuration, resource health, authentication, storage utilization, pull/push metrics, and security analysis.

Tasks:
  • Check Network Configuration for ACR `ACR_NAME` In Resource Group `AZ_RESOURCE_GROUP`
  • Check DNS & TLS Reachability for Registry `ACR_NAME`
  • Check ACR Login & Authentication for Registry `ACR_NAME`
  • Check ACR SKU and Usage Metrics for Registry `ACR_NAME`
  • Check ACR Storage Utilization for Registry `ACR_NAME`
  • Analyze ACR Pull/Push Success Ratio for Registry `ACR_NAME`
  • Check ACR Repository Event Failures for Registry `ACR_NAME`
  • Check ACR Security Configuration and RBAC for Registry `ACR_NAME`

Icon 1 7 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


Calculates Azure ACR health by checking reachability, SKU, pull/push ratio, and storage utilization.

Tasks:
  • Check ACR Reachability for Registry `${ACR_NAME}`
  • Check ACR Usage SKU Metric for Registry `${ACR_NAME}`
  • Check ACR Pull/Push Success Ratio for Registry `${ACR_NAME}`
  • Check ACR Storage Utilization for Registry `${ACR_NAME}`
  • Check ACR Network Configuration for Registry `${ACR_NAME}`
  • Check ACR Security Configuration
  • Generate Comprehensive ACR Health Score for Registry `${ACR_NAME}` in Resource Group `${AZ_RESOURCE_GROUP}`