Skip to content

Commit 3681742

Browse files
authored
Merge pull request #191700 from asudbring/lb-nat-howto-portal
Added port mapping section to manage article for inbound nat rules
2 parents 416232b + 860c9bd commit 3681742

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

articles/load-balancer/manage-inbound-nat-rules.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,26 @@ Use [az network lb inbound-nat-rule update](/cli/azure/network/lb/inbound-nat-ru
181181

182182
---
183183

184+
## View port mappings
185+
186+
Port mappings for the virtual machines in the backend pool can be viewed by using the Azure portal. In this example, you'll use the Azure portal to view the port mappings:
187+
188+
1. Sign in to the [Azure portal](https://portal.azure.com).
189+
190+
2. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancers** in the search results.
191+
192+
3. Select **myLoadBalancer** or your load balancer.
193+
194+
4. In the load balancer page in, select **Inbound NAT rules** in **Settings**.
195+
196+
5. Select **myInboundNATrule** or your inbound NAT rule.
197+
198+
:::image type="content" source="./media/manage-inbound-nat-rules/view-inbound-nat-rule.png" alt-text="Screenshot of inbound NAT rule page.":::
199+
200+
6. Scroll to the **Port mapping** section of the inbound NAT rule properties page.
201+
202+
:::image type="content" source="./media/manage-inbound-nat-rules/view-port-mappings.png" alt-text="Screenshot of inbound NAT rule port mappings.":::
203+
184204
## Remove an inbound NAT rule
185205

186206
# [**Portal**](#tab/inbound-nat-rule-portal)
104 KB
Loading
154 KB
Loading

0 commit comments

Comments
 (0)