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/payment-hsm/fastpathenabled.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,23 @@ ms.author: mbaldwin
15
15
16
16
# Fastpathenabled
17
17
18
-
Within the context of Azure Payment HSM, "Fastpathenabled" is used in two related but distinct ways:
18
+
Azure Payment HSM uses the term "Fastpathenabled" in two related but distinct ways:
19
19
20
-
- "FastPathEnabled" (capitalized) is a an Azure Feature Exposure Control (AFEC) flag. It must be applied to **every** subscription ID that wants to connect to a payment HSM.
21
-
- "fastpathenabled" (lowercased) is a virtual network tag. It must be added to **every** virtual network and NAT gateway (when applicable) that interacts with a payment HSM.
20
+
- "FastPathEnabled" (capitalized) is an Azure Feature Exposure Control (AFEC) flag. It must be applied to **every** subscription ID that wants to connect to a payment HSM.
21
+
- "fastpathenabled" (lowercased) is a virtual network tag. It must be added to **every** virtual network (and NAT gateway, when applicable) that interacts with a payment HSM.
22
22
23
23
### Subscriptions
24
24
25
-
The "FastPathEnabled" feature flag must be added/registered to all subscriptions IDs that connect to a payment HSM. If you have multiple subscriptions IDs that require access to a payment HSM, include them all when contacting [Mirosoft support](support-guide.md#microsoft-support) (after you [Register the resource providers and features](register-payment-hsm-resource-providers.md)).
25
+
The "FastPathEnabled" feature flag must be added/registered to all subscriptions IDs that connect to a payment HSM. Applying the "FastPathEnabled" feature flag to a subscription that already has resources has **no** effect on existing resources--existing resources must be subsequently registered.
26
26
27
-
> [!WARNING]
28
-
Applying the "FastPathEnabled" feature flag to a subscription that already has resources has **no** effect on existing resources. You must register those resources by following the stpes in [Register the resource providers and features](register-payment-hsm-resource-providers.md).
27
+
To apply the "FastPathEnabled" feature flag, see [Register the resource providers and features](register-payment-hsm-resource-providers.md).
28
+
29
+
> [!IMPORTANT]
30
+
> After registering the "FastPathEnabled" feature flag, you **must** contact the [Azure Payment HSM support team](support-guide.md#microsoft-support) team to have your registration approved. In your message to Microsoft support, include the subscription IDs of **every** subscription you want to connect to the payment HSM.
29
31
30
32
### Virtual networks
31
33
32
-
The "fastpathenabled" tag must be enabled on every virtual networks that the payment HSM uses, peered or otherwise. For instance, to peer a virtual network of a payment HSM with a virtual network of a VM, you must first add the "fastpathenabled" tag to the latter.
34
+
The "fastpathenabled" tag must be added to every virtual networks that the payment HSM uses, peered or otherwise. For instance, to peer a virtual network of a payment HSM with a virtual network of a VM, you must first add the "fastpathenabled" tag to the latter.
33
35
34
36
Unfortunately, adding the "fastpathenabled" tag through the Azure portal is insufficient—it must be done from the commandline. To do so, follow the steps outlined in [How to peer Azure Payment HSM virtual networks](peer-vnets.md?tabs=azure-cli).
35
37
@@ -40,7 +42,8 @@ For an Virtual Network NAT scenario, you must add the "fastpathenabled" tag wi
40
42
## Next steps
41
43
42
44
- Learn more about [Azure Payment HSM](overview.md)
43
-
- See common [Deployment scenarios](deployment-scenarios.md)
44
-
- Find out how to [get started with Azure Payment HSM](getting-started.md)
45
-
- Learn how to [Create a payment HSM](create-payment-hsm.md)
45
+
-[Register the resource providers and features](register-payment-hsm-resource-providers.md)
46
+
-[How to peer Azure Payment HSM virtual networks](peer-vnets.md?tabs=azure-cli)
47
+
-[Get started with Azure Payment HSM](getting-started.md)
Copy file name to clipboardExpand all lines: articles/payment-hsm/quickstart-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ This article describes how to create, update, and delete an Azure Payment HSM by
22
22
- 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).
23
23
24
24
> [!WARNING]
25
-
> 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).
25
+
> 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).
26
26
27
-
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.)
27
+
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 if you display it in table-format.)
28
28
29
29
```azurecli-interactive
30
30
az provider show --namespace "Microsoft.HardwareSecurityModules" -o table
@@ -72,7 +72,7 @@ To verify that the VNet and subnet were created correctly, use the Azure CLI [az
72
72
az network vnet show -n "myVNet" -g "myResourceGroup"
73
73
```
74
74
75
-
Make note of the value returned as "id", as you will need it for the next step. The "id" will be in the format:
75
+
Make note of the value returned as `id`, as it is used in the next step. The `id` is in the format:
@@ -100,7 +100,7 @@ To see your payment HSM and its properties, use the Azure CLI [az dedicated-hsm
100
100
az dedicated-hsm show --resource-group "myResourceGroup" --name "myPaymentHSM"
101
101
```
102
102
103
-
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.)
103
+
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 if you display it in table-format.)
104
104
105
105
```azurecli-interactive
106
106
az dedicated-hsm list --resource-group "myResourceGroup" -o table
In this quickstart, you created a payment HSM, viewed and updated its properties, and deleted it. To learn more about Payment HSM and how to integrate it with your applications, continue on to the articles below.
123
+
In this quickstart, you created a payment HSM, viewed and updated its properties, and deleted it. To learn more about Payment HSM and how to integrate it with your applications, continue on to these articles.
124
124
125
125
- Read an [Overview of Payment HSM](overview.md)
126
126
- Find out how to [get started with Azure Payment HSM](getting-started.md)
Copy file name to clipboardExpand all lines: articles/payment-hsm/quickstart-powershell.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article describes how you can create an Azure Payment HSM using the [Az.Ded
22
22
- 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).
23
23
24
24
> [!WARNING]
25
-
> 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).
25
+
> 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).
26
26
27
27
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:
28
28
@@ -93,7 +93,7 @@ To verify that the VNet was created correctly, use the Azure PowerShell [Get-AzV
In this quickstart, you created a payment HSM, viewed and updated its properties, and deleted it. To learn more about Payment HSM and how to integrate it with your applications, continue on to the articles below.
148
+
In this quickstart, you created a payment HSM, viewed and updated its properties, and deleted it. To learn more about Payment HSM and how to integrate it with your applications, continue on to these articles.
149
149
150
150
- Read an [Overview of Payment HSM](overview.md)
151
151
- Find out how to [get started with Azure Payment HSM](getting-started.md)
Copy file name to clipboardExpand all lines: articles/payment-hsm/register-payment-hsm-resource-providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Register-AzProviderFeature -FeatureName "FastPathEnabled" -ProviderNamespace Mic
67
67
```
68
68
69
69
> [!IMPORTANT]
70
-
> After registering the "FastPathEnabled" feature flag, you **must** contact the [Azure Payment HSM support team](support-guide.md#microsoft-support) team to have your registration approved. In your message to Microsoft support, include your subscription ID. If multiple subsciptions must connect with the payment HSM, you must include **all** the subscriopts IDs.
70
+
> After registering the "FastPathEnabled" feature flag, you **must** contact the [Azure Payment HSM support team](support-guide.md#microsoft-support) team to have your registration approved. In your message to Microsoft support, include the subscription IDs of **every** subscription you want to connect to the payment HSM.
71
71
72
72
You can verify that your registrations are complete with the Azure PowerShell [Get-AzProviderFeature](/powershell/module/az.resources/get-azproviderfeature) cmdlet:
0 commit comments