Azure / Moodle

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

Adding application gateway after deployment. #267

Closed nlt6444 closed 2 years ago

nlt6444 commented 2 years ago

Hello, I deployed the mid-size template several months ago. We now have a requirement to add an application gateway. Do any changes need to be made to the nginx conf in order to work with the app gateway? Ultimately we would like to bypass the lb and use vmss as the backend pool.

UmakanthOS commented 2 years ago

Hello @nlt6444, thanks for bringing it up. If you're going to terminate TLS at Application Gateway and have communication between Application Gateway and VMSS be HTTP, you don't need to do anything else. Have you had a chance to look at https://github.com/Azure/Moodle/blob/d250722a498dec30eb64cb1c81e5c9b3799f2270/nested/appgw.json ?

nlt6444 commented 2 years ago

Thank you.