Skip to content

Commit eecf311

Browse files
authored
Merge pull request #267326 from msmbaldwin/payment-hsm
Updating screenshot
2 parents eaf1153 + a7f49bb commit eecf311

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

articles/payment-hsm/create-payment-hsm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ In the output, host 1 and host 2 are listed, as well as a management interface:
203203
... myPaymentHSM_HSMMgmtNic Standard True Succeeded myResourceGroup ...
204204
```
205205

206-
To see the newly created network interfaces, use the [az network nic show](/cli/azure/network/nic#az-network-nic-show) command, providing the resource group and name of the network interface:
206+
To see the details of a newly created network interface, use the [az network nic show](/cli/azure/network/nic#az-network-nic-show) command, providing the resource group and name of the network interface:
207207

208208
```azurecli-interactive
209-
az network nic show -g myresourcegroup -n myPaymentHSM_HSMHost1Nic
209+
az network nic show -g myresourcegroup -n myPaymentHSM_HSMHost1Nic
210210
```
211211

212212
The output contains this line:
128 KB
Loading
4.27 KB
Loading

articles/payment-hsm/view-payment-hsms.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: View your Azure Payment HSMs
3-
description: View your Azure Payment HSMs
2+
title: View your Azure Payment HSMs.
3+
description: View your Azure Payment HSMs.
44
services: payment-hsm
55
ms.service: payment-hsm
66
author: msmbaldwin
@@ -48,16 +48,22 @@ Get-AzDedicatedHsm -Name "myPaymentHSM" -ResourceGroup "myResourceGroup"
4848

4949
# [Azure portal](#tab/azure-portal)
5050

51-
5251
To view your payment HSMs in the Azure portal:
5352

54-
1. Sign in to the [Azure portal](https://portal.azure.com)
53+
1. Sign in to the [Azure portal](https://portal.azure.com).
5554
1. Select "Resource groups".
5655
1. Select your resource group (for example, "myResourceGroup").
57-
1. You will see your network interfaces, but not your payment HSMs. Select the "Show hidden types" box.
58-
:::image type="content" source="./media/portal-view-payment-hsms.png" lightbox="./media/portal-view-payment-hsms.png" alt-text="Screenshot of the Azure portal displaying all payment HSMs.":::
56+
1. Your network interfaces will appear. To view your payment HSMs as well, select the "Show hidden types" box.
57+
:::image type="content" source="./media/portal-view-payment-hsms.png" lightbox="./media/portal-view-payment-hsms.png" alt-text="Screenshot of the Azure portal displaying all payment HSMs.":::
5958
1. You can select one of your payment HSMs to see its properties.
60-
:::image type="content" source="./media/portal-view-payment-hsm.png" lightbox="./media/portal-view-payment-hsm.png" alt-text="Screenshot of the Azure portal displaying a specific payment HSM and its properties.":::
59+
:::image type="content" source="./media/portal-view-payment-hsm.png" lightbox="./media/portal-view-payment-hsm.png" alt-text="Screenshot of the Azure portal displaying a specific payment HSM and its properties.":::
60+
61+
To view the IP addresses of the host and management network interfaces, see the "connected devices" associated with your Virtual Network:
62+
63+
1. From the [Azure portal](https://portal.azure.com), select "Virtual networks".
64+
1. Select your virtual network (for example, "myVNet").
65+
1. From the left-hand sidebar, select "Connected devices".
66+
:::image type="content" source="./media/portal-view-network-interfaces.png" lightbox="./media/portal-view-network-interfaces.png" alt-text="Screenshot of the Azure portal displaying the network interfaces associated with a virtual network.":::
6167

6268
---
6369

0 commit comments

Comments
 (0)