Skip to content

Commit f0a3de6

Browse files
committed
bookmark
1 parent 04452f8 commit f0a3de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-registry/container-registry-transfer-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Storage authentication uses SAS tokens, managed as secrets in key vaults. The pi
5050

5151
* **[ExportPipeline](#create-exportpipeline-with-resource-manager)** - Long-lasting resource that contains high-level information about the *source* registry and storage account. This information includes the source storage blob container URI and the key vault managing the source SAS token.
5252
* **[ImportPipeline](#create-importpipeline-with-resource-manager)** - Long-lasting resource that contains high-level information about the *target* registry and storage account. This information includes the target storage blob container URI and the key vault managing the target SAS token. An import trigger is enabled by default, so the pipeline runs automatically when an artifact blob lands in the target storage container.
53-
* **[PipelineRun](#create-pipelinerun-with-resource-manager)** - Resource used to invoke either an ExportPipeline or ImportPipeline resource.
53+
* **[PipelineRun](#create-pipelinerun-for-export-with-resource-manager)** - Resource used to invoke either an ExportPipeline or ImportPipeline resource.
5454
* You run the ExportPipeline manually by creating a PipelineRun resource and specify the artifacts to export.
5555
* If an import trigger is enabled, the ImportPipeline runs automatically. It can also be run manually using a PipelineRun.
5656
* Currently a maximum of **10 artifacts** can be transferred with each PipelineRun.

0 commit comments

Comments
 (0)