Azure / Moodle

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

Naming Convention #258

Closed nlt6444 closed 3 years ago

nlt6444 commented 3 years ago

Is it possible to define a custom name to match our naming conventions? If so how can we achieve this?

Thank you

SorraTheOrc commented 3 years ago

All parameters are configurable if you deploy the fully custom solution, see https://github.com/Azure/Moodle/blob/master/docs/Parameters.md for a documentation of all parameters.

If you are a CLI kind of person then https://github.com/Azure/Moodle/blob/master/azuredeploy.json has all the parameters at the start. You can override any values using a customer parameters file as described in https://github.com/Azure/Moodle/blob/master/docs/Deploy.md

nlt6444 commented 3 years ago

Thank you