Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azuredeploy.json points to incorrect location #3

Open
rhigham-scwx opened this issue Aug 3, 2022 · 1 comment
Open

azuredeploy.json points to incorrect location #3

rhigham-scwx opened this issue Aug 3, 2022 · 1 comment

Comments

@rhigham-scwx
Copy link

"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

@scottbrumley
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants