diff --git a/data_safe_haven/infrastructure/programs/sre/firewall.py b/data_safe_haven/infrastructure/programs/sre/firewall.py index ce7ed78fb1..b4c5653c37 100644 --- a/data_safe_haven/infrastructure/programs/sre/firewall.py +++ b/data_safe_haven/infrastructure/programs/sre/firewall.py @@ -250,6 +250,10 @@ def __init__( description="Deny external Ubuntu Snap Store upload and login access", name="DenyUbuntuSnapcraft", protocols=[ + network.AzureFirewallApplicationRuleProtocolArgs( + port=int(Ports.HTTP), + protocol_type=network.AzureFirewallApplicationRuleProtocolType.HTTP, + ), network.AzureFirewallApplicationRuleProtocolArgs( port=int(Ports.HTTPS), protocol_type=network.AzureFirewallApplicationRuleProtocolType.HTTPS,