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
Copy file name to clipboardExpand all lines: articles/expressroute/how-to-routefilter-portal.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,21 +94,19 @@ az account set --subscription "<subscription ID>"
94
94
95
95
# [**Portal**](#tab/portal)
96
96
97
-
1. Get a list of BGP community values
98
-
99
-
Find the BGP community values associated with services accessible through Microsoft peering on the [ExpressRoute routing requirements](expressroute-routing.md) page.
97
+
Get a list of BGP community values. Find the BGP community values associated with services accessible through Microsoft peering on the [ExpressRoute routing requirements](expressroute-routing.md) page.
100
98
101
99
# [**PowerShell**](#tab/powershell)
102
100
103
-
1.Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
101
+
Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
104
102
105
103
```azurepowershell-interactive
106
104
Get-AzBgpServiceCommunity
107
105
```
108
106
109
107
# [**Azure CLI**](#tab/cli)
110
108
111
-
1. Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
109
+
Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
112
110
113
111
```azurecli-interactive
114
112
az network route-filter rule list-service-communities
0 commit comments