File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/firewall-manager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ApplicationRuleGroupPriority = 300
38
38
$NetworkRuleGroupPriority = 200
39
39
$NatRuleGroupPriority = 100
40
40
41
- #Helper functions for tanslatating ApplicationProtocol and ApplicationRule
41
+ #Helper functions for translating ApplicationProtocol and ApplicationRule
42
42
Function GetApplicationProtocolsString
43
43
{
44
44
Param([Object[]] $Protocols)
@@ -147,8 +147,8 @@ If ($azfw.NetworkRuleCollections.Count -gt 0) {
147
147
}
148
148
149
149
#Translate NatRuleCollection
150
- # Hierarchy for NAT rule collection is different for AZFW and FirewallPOlicy . In AZFW you can have a NatRuleCollection with multiple NatRules
151
- # where each NatRule will have its own set of source , dest, tranlated IPs and ports.
150
+ # Hierarchy for NAT rule collection is different for AZFW and FirewallPolicy . In AZFW you can have a NatRuleCollection with multiple NatRules
151
+ # where each NatRule will have its own set of source , dest, translated IPs and ports.
152
152
# In FirewallPolicy a NatRuleCollection has a a set of rules which has one condition (source and dest IPs and Ports) and the translated IP and ports
153
153
# as part of NatRuleCollection.
154
154
# So when translating NAT rules we will have to create separate ruleCollection for each rule in AZFW and every ruleCollection will have only 1 rule.
You can’t perform that action at this time.
0 commit comments