Skip to content

Commit 1342d84

Browse files
authored
Merge pull request #31228 from MattKazmar/patch-6
Update how-to-routefilter-powershell.md
2 parents 8b2a52c + 4bc8685 commit 1342d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/how-to-routefilter-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ New-AzRouteFilter -Name "MyRouteFilter" -ResourceGroupName "MyResourceGroup" -Lo
127127
You can specify a set of BGP communities as a comma-separated list, as shown in the example. Run the following command to create a new rule:
128128

129129
```azurepowershell-interactive
130-
$rule = New-AzRouteFilterRuleConfig -Name "Allow-EXO-D365" -Access Allow -RouteFilterRuleType Community -CommunityList "12076:5010,12076:5040"
130+
$rule = New-AzRouteFilterRuleConfig -Name "Allow-EXO-D365" -Access Allow -RouteFilterRuleType Community -CommunityList 12076:5010,12076:5040
131131
```
132132

133133
### 3. Add the rule to the route filter

0 commit comments

Comments
 (0)