Closed haydonryan closed 8 years ago
CPI does not create network security group and add rules. You need to create NSG and add rules by yourself. Then you can specify the name of NSG in the manifest. It will be more flexible if you have many security groups and different rules.
We have had two occurrences of the same issue in different environments (one being my test environment so I can provide detailed logs etc, and try fixes)
This happens when HAProxy is connected to a Public IP ie:
If the HAProxy is recreated (single point of failure will create some downtime, that's understood), but when it comes back up no traffic can go through on 443 or 80.
Adding an Azure Network Security rule for 443 and 80 fixes this, however it should be automatic.