json - What is the best way to link two ARM template in Azure -
- hdi cluster on template2:-
template.json parameters.sjon deploy.sh
- azure vm on template1:-
template.json parameters.sjon deploy.sh
i able deploy 1 , 2 separately without issues.
- 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
Post a Comment