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
The way this has been configured is:
1. Artifact is picked up from my build pipeline:
2. Build pipeline has successfully created the artifact:
3. Artifacts are selected here
Any help would be much appreciated
EDIT:
Have changed my CI pipeline to use PublishBuildArtifacts but not getting an error about 2MB limit:
Managed to do using PublishBuildArtifacts and linked ARM templates to overcome the 2MB issue: learn.microsoft.com/en-us/azure/data-factory/….