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
This tutorial describes how to create a payment HSM with the host and management port in different virtual networks, using Azure CLI or Azure PowerSHell. You can instead:
17
+
This tutorial describes how to create a payment HSM with the host and management port in different virtual networks, using Azure CLI or Azure PowerShell. You can instead:
18
18
-[Create a payment HSM with the host and management port in the same virtual network using Azure CLI or PowerShell](create-payment-hsm.md)
19
19
-[Create a payment HSM with the host and management port in the same virtual network using an ARM template](quickstart-template.md)
20
20
-[Create a payment HSM with the host and management port in different virtual networks using an ARM template](create-different-vnet-arm.md)
@@ -28,7 +28,7 @@ This tutorial describes how to create a payment HSM with the host and management
28
28
29
29
- You must register the "Microsoft.HardwareSecurityModules" and "Microsoft.Network" resource providers, as well as the Azure Payment HSM features. Steps for doing so are at [Register the Azure Payment HSM resource provider and resource provider features](register-payment-hsm-resource-providers.md).
30
30
31
-
To quickly ascertain if the resource providers and features are already registered, use the Azure CLI [az provider show](/cli/azure/provider#az-provider-show) command. (You will find the output of this command more readable if you display it in table-format.)
31
+
To quickly ascertain if the resource providers and features are already registered, use the Azure CLI [az provider show](/cli/azure/provider#az-provider-show) command. (The output of this command is more readable when displayed in table-format.)
32
32
33
33
```azurecli-interactive
34
34
az provider show --namespace "Microsoft.HardwareSecurityModules" -o table
@@ -83,7 +83,7 @@ To verify that the VNet and subnet were created correctly, use the Azure CLI [az
83
83
az network vnet subnet show -g "myResourceGroup" --vnet-name "myVNet" -n myPHSMSubnet
84
84
```
85
85
86
-
Make note of the host's subnet ID, as you will need it when creating the payment HSM. The ID of the subnet will end with the name of the subnet:
86
+
Make note of the host's subnet ID, which is used when creating the payment HSM. The ID of the subnet ends with the name of the subnet:
If you view one of these network interfaces in the Azure port, you will see that the "Private IP allocation method" is "Dynamic":
259
+
The Azure portal shows the "Private IP allocation method" as "Dynamic":
260
260
261
-
:::image type="content" source="./media/nic-dynamic.png" alt-text="Azure portal screenshow showing a network interface with a private IP allocation method of 'dynamic'." lightbox="./media/nic-dynamic.png":::
261
+
:::image type="content" source="./media/nic-dynamic.png" alt-text="Azure portal screenshot showing a network interface with a private IP allocation method of 'dynamic'." lightbox="./media/nic-dynamic.png":::
262
262
263
263
---
264
264
@@ -292,7 +292,7 @@ To see the newly created network interfaces, use the [az network nic list](/cli/
292
292
az network nic list -g myResourceGroup -o table
293
293
```
294
294
295
-
In the output, you will see host 1 and host 2 listed, as well as the management interface:
295
+
In the output, host 1 and host 2 are listed, as well as the management interface:
296
296
297
297
```bash
298
298
... Name NicType Primary ProvisioningState ResourceGroup ...
@@ -302,13 +302,13 @@ In the output, you will see host 1 and host 2 listed, as well as the management
302
302
... myPaymentHSM_HSMMgmtNic Standard True Succeeded myResourceGroup ...
303
303
```
304
304
305
-
To view the properties of a 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:
305
+
To view the properties of a 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:
306
306
307
307
```azurecli-interactive
308
308
az network nic show -g myresourcegroup -n myPaymentHSM_HSMHost1Nic
309
309
```
310
310
311
-
In the output, you will see this line:
311
+
The output contains this line:
312
312
313
313
```json
314
314
"privateIPAllocationMethod": "Static",
@@ -322,7 +322,7 @@ To create a payment HSM with static hosts, use the [New-AzDedicatedHsm](/powersh
If you view one of these network interfaces in the Azure port, you will see that the "Private IP allocation method" is "Dynamic":
349
+
The Azure portal shows the "Private IP allocation method" as "Static":
350
350
351
-
:::image type="content" source="./media/nic-static.png" alt-text="Azure portal screenshow showing a network interface with a private IP allocation method of 'static'." lightbox="./media/nic-static.png":::
351
+
:::image type="content" source="./media/nic-static.png" alt-text="Azure portal screenshot showing a network interface with a private IP allocation method of 'static'." lightbox="./media/nic-static.png":::
352
352
353
353
---
354
354
@@ -362,7 +362,7 @@ To see your payment HSM and its properties, use the Azure CLI [az dedicated-hsm
362
362
az dedicated-hsm show --resource-group "myResourceGroup" --name "myPaymentHSM"
363
363
```
364
364
365
-
To list all of your payment HSMs, use the [az dedicated-hsm list](/cli/azure/dedicated-hsm#az-dedicated-hsm-list) command. (You will find the output of this command more readable if you display it in table-format.)
365
+
To list all of your payment HSMs, use the [az dedicated-hsm list](/cli/azure/dedicated-hsm#az-dedicated-hsm-list) command. (The output of this command is more readable when displayed in table-format.)
366
366
367
367
```azurecli-interactive
368
368
az dedicated-hsm list --resource-group "myResourceGroup" -o table
Copy file name to clipboardExpand all lines: articles/payment-hsm/create-payment-hsm.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ This tutorial describes how to create an Azure Payment HSM with the host and man
32
32
- You must register the "Microsoft.HardwareSecurityModules" and "Microsoft.Network" resource providers, as well as the Azure Payment HSM features. Steps for doing so are at [Register the Azure Payment HSM resource provider and resource provider features](register-payment-hsm-resource-providers.md).
33
33
34
34
> [!WARNING]
35
-
> You must apply the "FastPathEnabled" feature flag to **every** subscription ID, and add the "fastpathenabled" tag to **every** virtual network. For more details, see [Fastpathenabled](fastpathenabled.md).
35
+
> You must apply the "FastPathEnabled" feature flag to **every** subscription ID, and add the "fastpathenabled" tag to **every** virtual network. For more information, see [Fastpathenabled](fastpathenabled.md).
36
36
37
-
To quickly ascertain if the resource providers and features are already registered, use the Azure CLI [az provider show](/cli/azure/provider#az-provider-show) command. (You will find the output of this command more readable if you display it in table-format.)
37
+
To quickly ascertain if the resource providers and features are already registered, use the Azure CLI [az provider show](/cli/azure/provider#az-provider-show) command. (The output of this command is more readable when displayed in table-format.)
38
38
39
39
```azurecli-interactive
40
40
az provider show --namespace "Microsoft.HardwareSecurityModules" -o table
@@ -56,7 +56,7 @@ This tutorial describes how to create an Azure Payment HSM with the host and man
56
56
- You must register the "Microsoft.HardwareSecurityModules" and "Microsoft.Network" resource providers, as well as the Azure Payment HSM features. Steps for doing so are at [Register the Azure Payment HSM resource provider and resource provider features](register-payment-hsm-resource-providers.md).
57
57
58
58
> [!WARNING]
59
-
> You must apply the "FastPathEnabled" feature flag to **every** subscription ID, and add the "fastpathenabled" tag to **every** virtual network. For more details, see [Fastpathenabled](fastpathenabled.md).
59
+
> You must apply the "FastPathEnabled" feature flag to **every** subscription ID, and add the "fastpathenabled" tag to **every** virtual network. For more information, see [Fastpathenabled](fastpathenabled.md).
60
60
61
61
To quickly ascertain if the resource providers and features are already registered, use the Azure PowerShell [Get-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature) cmdlet:
62
62
@@ -114,7 +114,7 @@ To verify that the VNet and subnet were created correctly, use the Azure CLI [az
114
114
az network vnet subnet show -g "myResourceGroup" --vnet-name "myVNet" -n myPHSMSubnet
115
115
```
116
116
117
-
Make note of the subnet's ID, as you will need it for the next step. The ID of the subnet will end with the name of the subnet:
117
+
Make note of the subnet's ID, as you need it for the next step. The ID of the subnet ends with the name of the subnet:
If you view one of these network interfaces in the Azure port, you will see that the "Private IP allocation method" is "Dynamic":
248
+
In the Azure portal, the "Private IP allocation method" is "Dynamic":
249
249
250
-
:::image type="content" source="./media/nic-dynamic.png" alt-text="Azure portal screenshow showing a network interface with a private IP allocation method of 'dynamic'." lightbox="./media/nic-dynamic.png":::
250
+
:::image type="content" source="./media/nic-dynamic.png" alt-text="Azure portal screenshot showing a network interface with a private IP allocation method of 'dynamic'." lightbox="./media/nic-dynamic.png":::
251
251
252
252
---
253
253
@@ -281,7 +281,7 @@ To see the newly created network interfaces, use the [az network nic list](/cli/
281
281
az network nic list -g myResourceGroup -o table
282
282
```
283
283
284
-
In the output, you will see host 1 and host 2 listed, as well as the management interface:
284
+
In the output, host 1 and host 2 are listed, as well as the management interface:
285
285
286
286
```bash
287
287
... Name NicType Primary ProvisioningState ResourceGroup ...
@@ -291,13 +291,13 @@ In the output, you will see host 1 and host 2 listed, as well as the management
291
291
... myPaymentHSM_HSMMgmtNic Standard True Succeeded myResourceGroup ...
292
292
```
293
293
294
-
To view the properties of a 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:
294
+
To view the properties of a 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:
295
295
296
296
```azurecli-interactive
297
297
az network nic show -g myresourcegroup -n myPaymentHSM_HSMHost1Nic
298
298
```
299
299
300
-
In the output, you will see this line:
300
+
The output contains this line:
301
301
302
302
```json
303
303
"privateIPAllocationMethod": "Static",
@@ -317,7 +317,7 @@ If you wish to also specify a static IP for the management host, you can add:
If you view one of these network interfaces in the Azure port, you will see that the "Private IP allocation method" is "Dynamic":
344
+
The Azure portal shows the "Private IP allocation method" as "Dynamic":
345
345
346
-
:::image type="content" source="./media/nic-static.png" alt-text="Azure portal screenshow showing a network interface with a private IP allocation method of 'static'." lightbox="./media/nic-static.png":::
346
+
:::image type="content" source="./media/nic-static.png" alt-text="Azure portal screenshot showing a network interface with a private IP allocation method of 'static'." lightbox="./media/nic-static.png":::
347
347
348
348
---
349
349
@@ -357,7 +357,7 @@ To see your payment HSM and its properties, use the Azure CLI [az dedicated-hsm
357
357
az dedicated-hsm show --resource-group "myResourceGroup" --name "myPaymentHSM"
358
358
```
359
359
360
-
To list all of your payment HSMs, use the [az dedicated-hsm list](/cli/azure/dedicated-hsm#az-dedicated-hsm-list) command. (You will find the output of this command more readable if you display it in table-format.)
360
+
To list all of your payment HSMs, use the [az dedicated-hsm list](/cli/azure/dedicated-hsm#az-dedicated-hsm-list) command. (The output of this command is more readable when displayed in table-format.)
361
361
362
362
```azurecli-interactive
363
363
az dedicated-hsm list --resource-group "myResourceGroup" -o table
0 commit comments