I have a ubuntu VM on azure. I installed Nginx on it and try to visit the ip to see if I get the 'Welcome to Nginx' page but it's not working. Can someone please tell me what I'm doing wrong and guide me in the right direction.
I’m an Azure expert, but I’ve never used nginx. My gut is telling me that you haven’t opened up the correct ports in the security rules.
After searching a lot, I found out that the nginx default port 80 is not exposed by azure by default.Thanks!