Skip to content

Commit eb87213

Browse files
authored
Merge pull request #84982 from isjwuk/patch-3
Corrected spelling/typos in migrate-to-policy.md
2 parents e043e63 + b0ab708 commit eb87213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/firewall-manager/migrate-to-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ApplicationRuleGroupPriority = 300
3838
$NetworkRuleGroupPriority = 200
3939
$NatRuleGroupPriority = 100
4040
41-
#Helper functions for tanslatating ApplicationProtocol and ApplicationRule
41+
#Helper functions for translating ApplicationProtocol and ApplicationRule
4242
Function GetApplicationProtocolsString
4343
{
4444
Param([Object[]] $Protocols)
@@ -147,8 +147,8 @@ If ($azfw.NetworkRuleCollections.Count -gt 0) {
147147
}
148148
149149
#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.
152152
# 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
153153
# as part of NatRuleCollection.
154154
# 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.

0 commit comments

Comments
 (0)