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/dedicated-hsm/faq.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ metadata:
4
4
description: Find answers to common questions about Azure Dedicated Hardware Security Module, such as basic information, interoperability, high availability, and support.
5
5
services: dedicated-hsm
6
6
author: keithp
7
+
ms.custom: references_regions
7
8
ms.topic: faq
8
9
ms.service: dedicated-hsm
9
10
ms.date: 02/20/2024
@@ -292,7 +293,7 @@ sections:
292
293
- question: |
293
294
How do I get the client software, documentation and access to integration guidance for the Thales Luna 7 HSM?
294
295
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.
296
297
297
298
- question: |
298
299
If there a security vulnerability is found and a patch released by Thales, who is responsible for upgrading/patching OS/Firmware?
Copy file name to clipboardExpand all lines: articles/dedicated-hsm/tutorial-deploy-hsm-powershell.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This tutorial aims to show a typical provisioning process where:
22
22
23
23
A typical, high availability, multi-region deployment architecture is as follows:
24
24
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.":::
26
26
27
27
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.
28
28
@@ -47,15 +47,15 @@ Provisioning the HSMs and integrating into an existing virtual network via [Expr
47
47
48
48
### Validating Feature Registration
49
49
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.
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.
This command should take approximately 20 minutes to complete. The "-verbose" option used will ensure status is continually displayed.
176
176
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.":::
178
178
179
179
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.
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.
0 commit comments