Skip to content

Commit 64ffb09

Browse files
committed
update
1 parent 7ef935b commit 64ffb09

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/dedicated-hsm/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
description: Find answers to common questions about Azure Dedicated Hardware Security Module, such as basic information, interoperability, high availability, and support.
55
services: dedicated-hsm
66
author: keithp
7+
ms.custom: references_regions
78
ms.topic: faq
89
ms.service: dedicated-hsm
910
ms.date: 02/20/2024
@@ -292,7 +293,7 @@ sections:
292293
- question: |
293294
How do I get the client software, documentation and access to integration guidance for the Thales Luna 7 HSM?
294295
answer: |
295-
After you register for the service, you will receive a Thales Customer ID that allows for registration in the Thales customer support portal., enabling access to all software and documentation as well as support requests directly with Thales.
296+
After you register for the service, you will receive a Thales Customer ID that allows for registration in the Thales customer support portal, enabling access to all software and documentation as well as support requests directly with Thales.
296297
297298
- question: |
298299
If there a security vulnerability is found and a patch released by Thales, who is responsible for upgrading/patching OS/Firmware?

articles/dedicated-hsm/tutorial-deploy-hsm-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This tutorial aims to show a typical provisioning process where:
2222

2323
A typical, high availability, multi-region deployment architecture is as follows:
2424

25-
:::image type="content" source="media/tutorial-deploy-hsm-powershell/high-availability.png" lightbox="media/tutorial-deploy-hsm-powershell/high-availability.png" alt-text="Multi region deployment":::
25+
:::image type="content" source="media/tutorial-deploy-hsm-powershell/high-availability.png" lightbox="media/tutorial-deploy-hsm-powershell/high-availability.png" alt-text="A diagram illustrating a multi-region deployment.":::
2626

2727
This tutorial focuses on a pair of HSMs and the required [ExpressRoute gateway](../expressroute/expressroute-howto-add-gateway-portal-resource-manager.md) (see Subnet 1 above) being integrated into an existing virtual network (see VNET 1 above). All other resources are standard Azure resources. The same integration process can be used for HSMs in subnet 4 on VNET 3 above.
2828

@@ -47,15 +47,15 @@ Provisioning the HSMs and integrating into an existing virtual network via [Expr
4747

4848
### Validating Feature Registration
4949

50-
As mentioned, any provisioning activity requires that the Dedicated HSM service is registered for your subscription. To validate that, run the following PowerShell command in the Azure portal Cloud Shell.
50+
As mentioned, any provisioning activity requires that the Dedicated HSM service is registered for your subscription. To validate that, run the following PowerShell command in the Azure portal Cloud Shell.
5151

5252
```powershell
5353
Get-AzProviderFeature -ProviderNamespace Microsoft.HardwareSecurityModules -FeatureName AzureDedicatedHsm
5454
```
5555

5656
The command should return a status of "Registered" before you proceed any further. If you're not registered for this service, contact your Microsoft account representative.
5757

58-
:::image type="content" source="media/tutorial-deploy-hsm-powershell/subscription-status.png" lightbox="media/tutorial-deploy-hsm-powershell/subscription-status.png" alt-text="Subscription status":::
58+
:::image type="content" source="media/tutorial-deploy-hsm-powershell/subscription-status.png" lightbox="media/tutorial-deploy-hsm-powershell/subscription-status.png" alt-text="Subscription status.":::
5959

6060
### Creating HSM resources
6161

@@ -112,7 +112,7 @@ Once parameter values are set, the files need to be uploaded to Azure portal Clo
112112

113113
Select the upload/download option on the toolbar to upload the template and parameter files to your file share:
114114

115-
:::image type="content" source="media/tutorial-deploy-hsm-powershell/file-share.png" lightbox="media/tutorial-deploy-hsm-powershell/file-share.png" alt-text="File share":::
115+
:::image type="content" source="media/tutorial-deploy-hsm-powershell/file-share.png" lightbox="media/tutorial-deploy-hsm-powershell/file-share.png" alt-text="File share.":::
116116

117117
Once the files are uploaded, you're ready to create resources.
118118

@@ -174,7 +174,7 @@ New-AzResourceGroupDeployment -ResourceGroupName myRG `
174174

175175
This command should take approximately 20 minutes to complete. The "-verbose" option used will ensure status is continually displayed.
176176

177-
:::image type="content" source="media/tutorial-deploy-hsm-powershell/progress-status.png" lightbox="media/tutorial-deploy-hsm-powershell/progress-status.png" alt-text="Deploying a Decicated HSM":::
177+
:::image type="content" source="media/tutorial-deploy-hsm-powershell/progress-status.png" lightbox="media/tutorial-deploy-hsm-powershell/progress-status.png" alt-text="Deploying a Decicated HSM.":::
178178

179179
When completed successfully, shown by "provisioningState": "Succeeded", you can sign in to your existing virtual machine and use SSH to ensure availability of the HSM device.
180180

@@ -191,7 +191,7 @@ Get-AzResource -Resourceid /subscriptions/$subId/resourceGroups/$resourceGroupNa
191191
192192
```
193193

194-
:::image type="content" source="media/tutorial-deploy-hsm-powershell/progress-status2.png" lightbox="media/tutorial-deploy-hsm-powershell/progress-status2.png" alt-text="Provisioning status":::
194+
:::image type="content" source="media/tutorial-deploy-hsm-powershell/progress-status2.png" lightbox="media/tutorial-deploy-hsm-powershell/progress-status2.png" alt-text="Provisioning status.":::
195195

196196
You'll also now be able to see the resources using the [Azure resource explorer](https://resources.azure.com/). Once in the explorer, expand "subscriptions" on the left, expand your specific subscription for Dedicated HSM, expand "resource groups", expand the resource group you used and finally select the "resources" item.
197197

0 commit comments

Comments
 (0)