Search code examples
azure-data-factoryazure-pipelines-release-pipelinecicd

Azure Release Pipeline failed to download the template file from the given path


I'm creating a release pipeline and it should be picking up the ARM Templates from my built artifacts but it keeps giving the below error. I'm not sure what I'm doing wrong here

enter image description here

The way this has been configured is:

1. Artifact is picked up from my build pipeline: enter image description here

2. Build pipeline has successfully created the artifact: [1]: https://i.sstatic.net/kyrLl.png
[2]: https://i.sstatic.net/k53JK.png

3. Artifacts are selected here

enter image description here

Any help would be much appreciated

EDIT:

Have changed my CI pipeline to use PublishBuildArtifacts but not getting an error about 2MB limit:

enter image description here


Solution

  • Managed to do using PublishBuildArtifacts and linked ARM templates to overcome the 2MB issue: learn.microsoft.com/en-us/azure/data-factory/….