For those who don't know it: The Juice shop is an intentionally vulnerable webshop which 'supports' SQL injection, XSS, DoS and all this kind of nasty stuff. It's nice to run on localhost and play a little around.
So given the facts that it's
- Well tested
- Made by security professionals
- Highly vulnerable
What will be the risks when I publish it to, let's say, Azure?
Something I can imagine is for example nasty JS scripts injected by others, but I know as well that for the DoS case, they make sure the app only freezes for some seconds, instead of until restart, so there are (at least some) safeguards.