Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
835 views
in Technique[技术] by (71.8m points)

azure - ARM template spec : artifact path should be unique

I work with Template spec (preview) and I want to generate two Event Hub with a Function. So I split the Event Hub JSON in a linked template and the Function (plus Service plan/Storage Account/App insights) in another linked template. In my main template I use the "Microsoft.Resources/deployments" type with:

"templateLink": {
     "relativePath": "eventhub.nest.json"
},

So when I use each of these linked templates one time in the main template JSON all work perfectly. But when I try to use the Event hub linked template two times in my main template, I face this error: BadRequestError: TemplateSpecVersionInvalidArtifactPath: The artifact path 'eventhub.nest.json' is not supported. An artifact path should be unique and not contain any expressions.

Does Someone know if we can do that or if it will be possible in the future? Or I must execute the second Event hub in another main template?

question from:https://stackoverflow.com/questions/65844675/arm-template-spec-artifact-path-should-be-unique

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.5k users

...