json - What is the best way to link two ARM template in Azure -


  1. hdi cluster on template2:-
template.json parameters.sjon deploy.sh 
  1. azure vm on template1:-
template.json parameters.sjon deploy.sh 

i able deploy 1 , 2 separately without issues.

  1. now want hdi cluster headnode ip , use in property file on azure vm.

how can achieve 3 , deploy 1,2,3 in order @ 1 go?

according scenario, use following steps.

1.deploy template 2.

2.after template 2 deploy successful, parameters want hdi cluster , pass parameters template 1.

3.deploy template 1.

note: if want use way, template should have different name.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -