Skip to content

Commit 702168c

Browse files
committed
update
1 parent c8c5be0 commit 702168c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/payment-hsm/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sections:
8585
Payshield 10k can be monitored using standard SNMP V3 tools. payShield Monitor is an additional product available to provide continuous monitoring of HSMs. Contact Thales Sales rep for licensing information.
8686
8787
- question: |
88-
How do I setup payShield monitor with Azure Payment HSM?
88+
How do I set up payShield monitor with Azure Payment HSM?
8989
answer: |
9090
Paysheild Monitor is distributed as a Virtual Machine and can be deployed on-premises or hosted in an Azure VM instance.
9191
-47.1 KB
Loading
-173 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get more information on your payment HSMs, you can use the [Get-AzResource](/
4040
Get-AzResource -ResourceGroupName "myResourceGroup" -ResourceType "Microsoft.HardwareSecurityModules/dedicatedHSMs"
4141
```
4242

43-
To see see a specific payment HSM and its properties, use the Azure PowerShell [Get-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/get-azdedicatedhsm) cmdlet.
43+
To view a specific payment HSM and its properties, use the Azure PowerShell [Get-AzDedicatedHsm](/powershell/module/az.dedicatedhsm/get-azdedicatedhsm) cmdlet.
4444

4545
```azurepowershell-interactive
4646
Get-AzDedicatedHsm -Name "myPaymentHSM" -ResourceGroup "myResourceGroup"
@@ -55,9 +55,9 @@ To view your payment HSMs in the Azure portal:
5555
1. Select "Resource groups".
5656
1. Select your resource group (e.g., "myResourceGroup").
5757
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="Viewing your payment HSMs through the Azure portal.":::
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.":::
5959
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="Viewing a specific payment HSM through the Azure portal.":::
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.":::
6161

6262
---
6363

0 commit comments

Comments
 (0)