EY-Data-Science-Program / 2021-Better-Working-World-Data-Challenge

This github repository has been created for participants in the Better Working World Data Challenge. It contains code and documentation used to set up and manage an analysis environment for completing the Challenge. Please use the Discussions tab for any questions, or to have friendly discussions with other participants in the challenge!
MIT License
9 stars 5 forks source link

Azure VM: "Paste the Public IP address in your browser" not working #31

Closed AlexandreSajus closed 3 years ago

AlexandreSajus commented 3 years ago

I have followed the tutorials 1b and 2a of the wiki to create a data science environment. I am stuck at step 4 of 2a where "Paste the Public IP address in your browser." isnt working. I get an error "Site can't be reached".

image image

Where did I go wrong?

EY-glowglowglow commented 3 years ago

Hi there! Can you please try deleting this environment, and redeploying one using Australia East as your Location?

AlexandreSajus commented 3 years ago

Same thing in Australia East unfortunately

EY-glowglowglow commented 3 years ago

For issues related to deployment, please check out this page - https://github.com/EY-Data-Science-Program/2021-Better-Working-World-Data-Challenge/wiki/4a.-Troubleshooting:-FAQ

AlexandreSajus commented 3 years ago

THIS COULD BE A REALLY IMPORTANT SECURITY ISSUE, PLEASE LOOK INTO IT I found the problem: My password for the Azure VM was something like "&WORD". When I checked the logs of the VM, I found: "/bin/sh: 1: WORD: not found. The console considered my password as a command because of the symbol "&" and saved it in the logs unencrypted

Solution: don't start your password with a "&"