You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the resource "azurerm_network_security_rule" "master-httpRule" and the resource "azurerm_network_security_rule" "master-httpsRule" is blocking access to the main webpage. Setting the source ports to star and not explicitly port 80 and 443 fixed my issue.
I see that this commit introduced my problem. Can I get a better understanding for this change? Can I revert this?
The text was updated successfully, but these errors were encountered:
I've went ahead and PR'd reverting the commit I pointed out. I also discovered the same sort of rule exists in the main.tf. Not sure if this should be reverted/fixed as well.
The current implementation of the
resource "azurerm_network_security_rule" "master-httpRule"
and theresource "azurerm_network_security_rule" "master-httpsRule"
is blocking access to the main webpage. Setting the source ports to star and not explicitly port 80 and 443 fixed my issue.I see that this commit introduced my problem. Can I get a better understanding for this change? Can I revert this?
The text was updated successfully, but these errors were encountered: