Is there any danger in disabling windows firewall on a azure worker role?

Posted by NullReference on Server Fault See other posts from Server Fault or by NullReference
Published on 2014-05-23T17:50:28Z Indexed on 2014/06/07 9:27 UTC
Read the original article Hit count: 264

I'm trying to troubleshoot a bug on our Azure worker role where we occasionally get the error "Unable to read data from the transport connection: An established connection was aborted by the software in your host machine". This error occurs when we are connecting to outside resources like google auth servers.

A few people have recommended disabling the firewall\antivirus on the server. I'm just wondering what kind of security risk we would take by doing this. The server doesn't have iis installed but would it be vulnerable to hacking without the firewall? Thanks

© Server Fault or respective owner

Related posts about firewall

Related posts about windows-server-2012