|
2 | 2 | title: ACR Transfer Troubleshooting
|
3 | 3 | description: Troubleshoot ACR Transfer
|
4 | 4 | ms.topic: article
|
5 |
| -ms.date: 11/18/2021 |
| 5 | +ms.date: 09/24/2022 |
6 | 6 | ms.custom:
|
7 | 7 | ---
|
8 | 8 |
|
@@ -30,11 +30,12 @@ ms.custom:
|
30 | 30 | * **AzCopy issues**
|
31 | 31 | * See [Troubleshoot AzCopy issues](../storage/common/storage-use-azcopy-configure.md).
|
32 | 32 | * **Artifacts transfer problems**
|
33 |
| - * Not all artifacts, or none, are transferred. Confirm spelling of artifacts in export run, and name of blob in export and import runs. Confirm you are transferring a maximum of 50 artifacts. |
| 33 | + * Not all artifacts, or none, are transferred. Confirm spelling of artifacts in export run, and name of blob in export and import runs. Confirm you're transferring a maximum of 50 artifacts. |
34 | 34 | * Pipeline run might not have completed. An export or import run can take some time.
|
35 | 35 | * For other pipeline issues, provide the deployment [correlation ID](../azure-resource-manager/templates/deployment-history.md) of the export run or import run to the Azure Container Registry team.
|
| 36 | + * To create ACR Transfer resources such as `exportPipelines`,` importPipelines`, and `pipelineRuns`, the user must have at least Contributor access on the ACR subscription. Otherwise, they'll see authorization to perform the transfer denied or scope is invalid errors. |
36 | 37 | * **Problems pulling the image in a physically isolated environment**
|
37 |
| - * If you see errors regarding foreign layers or attempts to resolve mcr.microsoft.com when attempting to pull an image in a physically isolated environment, your image manifest likely has non-distributable layers. Due to the nature of a physically isolated environment, these images will often fail to pull. You can confirm that this is the case by checking the image manifest for any references to external registries. If this is the case, you will need to push the non-distributable layers to your public cloud ACR prior to deploying an export pipeline-run for that image. For guidance on how to do this, see [How do I push non-distributable layers to a registry?](./container-registry-faq.yml#how-do-i-push-non-distributable-layers-to-a-registry-) |
| 38 | + * If you see errors regarding foreign layers or attempts to resolve mcr.microsoft.com when attempting to pull an image in a physically isolated environment, your image manifest likely has non-distributable layers. Due to the nature of a physically isolated environment, these images will often fail to pull. You can confirm that this is the case by checking the image manifest for any references to external registries. If so, you'll need to push the non-distributable layers to your public cloud ACR prior to deploying an export pipeline-run for that image. For guidance on how to do this, see [How do I push non-distributable layers to a registry?](./container-registry-faq.yml#how-do-i-push-non-distributable-layers-to-a-registry-) |
38 | 39 |
|
39 | 40 | <!-- LINKS - External -->
|
40 | 41 | [terms-of-use]: https://azure.microsoft.com/support/legal/preview-supplemental-terms/
|
|
0 commit comments