OTRF / SimuLand

Cloud Templates and scripts to deploy mordor environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azuredeploy.json points to incorrect location

rhigham-scwx opened this issue · comments

"uri": "[uri(variables('artifactsBlacksmithLocation'), concat('templates/azure/EventHub/azuredeploy.json', parameters('_artifactsLocationSasToken')))]",
refers to https://raw.githubusercontent.com/OTRF/Blacksmith/master/templates/azure/EventHub/azuredeploy.json which does not seem to exist

I replaced it with

https://github.com/OTRF/Blacksmith/tree/master/templates/azure/Aure-EventHub/azuredeploy.json and it seems to have worked.

I would have submitted a pull request but I assume you will also want to update Aure-EventHub to Azure-EventHub

I'm also having trouble with the template. I modified my local version, so it's passing this error above. But now I'm hung on The /CreateADForest stanza. "ModulesUrl": "[uri(variables('artifactsBlacksmithLocation'), concat('resources/scripts/powershell/active-directory/DSC/CreateADPDC.zip'. This file doesn't appear to exist.