I have a 500 line Node JS program that uses Azure.
I use alert and confirm popups and they work fine locally.
If I upload the website to Azure the site crashes out with a 500 error.
If I remove alert and confirm from the project then Azure works fine.
Are they being blocked by Azure ?