Azure / Moodle

Tooling and guidance on deploying Scalable Moodle Clusters on Azure.
MIT License
153 stars 165 forks source link

URGENT - The Large Size ARM template pointing this repo doesn't deploy.... #273

Closed VFXpro closed 1 year ago

VFXpro commented 1 year ago

We're trying to deploy the large ARM template of Moodle on Azure from this page... https://techcommunity.microsoft.com/t5/azure-database-for-mysql-blog/deploying-moodle-on-azure-things-you-should-know/ba-p/814054

We're getting this following error It looks like a broken path where the string 'GvxC6HdnZ%25bP?%3C3J' is automatically concatenated after the word JSON , but it's not clear what the real issue is. We're not using the _artifacts Location Sas Token input, but the template shows such value.

Unable to download deployment content from 'https://raw.githubusercontent.com/Azure/Moodle/master/azuredeploy.jsonGvxC6HdnZ%25bP?%3C3J'. The tracking Id is '146865bb-b3ff-43b9-a9a7-7bf9d36b2305'. Please see https://aka.ms/arm-deploy for usage details.

SorraTheOrc commented 1 year ago

The URL has a value assigned to the end "GvxC6HdnZ%25bP?%3C3J". This string does not exist in the repo. The URL without that string appears in two places, https://github.com/Azure/Moodle/blob/d250722a498dec30eb64cb1c81e5c9b3799f2270/loadtest/loadtest.sh#L319 and https://github.com/Azure/Moodle/blob/d250722a498dec30eb64cb1c81e5c9b3799f2270/loadtest/loadtest.sh#L326

Neither of these locations add anything to the string. Therefore, I can only assume the error is in a change in your code. Though I'm not sure why doing a deployment would execute this script which is a load test script.

If deploying via Portal please verify that you have not inadvertently added these characters to the values in the deployment scrtipt.

image

naioja commented 1 year ago

All templates are again deployable after PR was merged https://github.com/Azure/Moodle/pull/285