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
@@ -20,9 +19,11 @@ This article guides you through the steps to configure an Azure Front Door Premi
20
19
## Prerequisites
21
20
22
21
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23
-
-Have a functioning Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door](../create-front-door-portal.md).
24
-
-Have a functioning Azure API Management instance deployed in public mode (Virtual Network mode will not work). For more information on how to create an API Management instance, see [Create a new Azure API Management instance](../../api-management/get-started-create-service-instance.md)
22
+
-An Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door using the Azure portal](../create-front-door-portal.md).
23
+
-An Azure API Management instance. For more information on how to create an API Management instance, see [Create a new Azure API Management instance](../../api-management/get-started-create-service-instance.md). For v1 tiers, the instance should be deployed in public mode and not in virtual network mode.
25
24
25
+
> [!NOTE]
26
+
> Private endpoint support in the API Management Standard v2 tier is currently in preview.
26
27
27
28
## Create an origin group and add the API Management instance as an origin
28
29
@@ -72,18 +73,16 @@ This article guides you through the steps to configure an Azure Front Door Premi
72
73
## Prerequisites
73
74
74
75
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
76
+
- An Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door using Azure PowerShell](../create-front-door-powershell.md)
77
+
- An Azure API Management instance. For more information on how to create an API Management instance, see [Create a new Azure API Management instance using PowerShell](../../api-management/powershell-create-service-instance.md). For v1 tiers, the instance should be deployed in public mode and not in virtual network mode.
78
+
- Azure Cloud Shell or Azure PowerShell.
75
79
76
-
-Azure PowerShell installed locally or Azure Cloud Shell.
80
+
The steps in this article run the Azure PowerShell cmdlets interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the cmdlets in the Cloud Shell, select **Open Cloud Shell** at the upper-right corner of a code block. Select **Copy** to copy the code and then paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
You can also [install Azure PowerShell locally](/powershell/azure/install-azure-powershell) to run the cmdlets. If you run PowerShell locally, sign in to Azure using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet.
- Have a functioning Azure API Management instance. For more information on how to create an API Management instance, see [Create a new Azure API Management instance by using PowerShell](../../api-management/powershell-create-service-instance.md)
83
-
84
-
- Have a functioning Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door - PowerShell](../create-front-door-powershell.md)
85
-
86
-
- Private endpoint support for Azure API Management Standard v2 tier is currently in public preview.
84
+
> [!NOTE]
85
+
> Private endpoint support in the API Management Standard v2 tier is currently in preview.
87
86
88
87
## Create an origin group and add the API Management instance as an origin
89
88
@@ -176,15 +175,17 @@ Your Azure Front Door profile is now fully functional after completing the final
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
179
+
- An Azure Front Door Premium profile and an endpoint. For more information on how to create an Azure Front Door profile, see [Create a Front Door using the Azure CLI](../create-front-door-cli.md).
180
+
- An Azure API Management instance. For more information on how to create an API Management instance, see [Create a new Azure API Management instance by using the Azure CLI](../../api-management/get-started-create-service-instance-cli.md). For v1 tiers, the instance should be deployed in public mode and not in virtual network mode.
181
+
- Azure Cloud Shell or Azure CLI.
182
182
183
-
- A functioning Azure Front Door Premium profile and endpoint. See [Create a Front Door - CLI](../create-front-door-cli.md).
183
+
The steps in this article run the Azure CLI commands interactively in [Azure Cloud Shell](/azure/cloud-shell/overview). To run the commands in the Cloud Shell, select **Open Cloud Shell** at the upper-right corner of a code block. Select **Copy** to copy the code, and paste it into Cloud Shell to run it. You can also run the Cloud Shell from within the Azure portal.
184
184
185
-
- A functioning Azure API Management instance. See [Create a new Azure API Management instance by using the Azure CLI](../../api-management/get-started-create-service-instance-cli.md)
185
+
You can also [install Azure CLI locally](/cli/azure/install-azure-cli) to run the commands. If you run Azure CLI locally, sign in to Azure using the [az login](/cli/azure/reference-index#az-login) command.
186
186
187
-
- Private endpoint support for Azure API Management Standard v2 tier is currently in public preview.
187
+
> [!NOTE]
188
+
> Private endpoint support in the API Management Standard v2 tier is currently in preview.
188
189
189
190
## Create an origin group and add the API Management instance as an origin
190
191
@@ -262,6 +263,7 @@ Your Azure Front Door profile is now fully functional after completing the final
262
263
263
264
::: zone-end
264
265
265
-
## Next steps
266
+
## Next step
266
267
267
-
Learn about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).
268
+
> [!div class="nextstepaction"]
269
+
> [Private Link service with storage account](../../storage/common/storage-private-endpoints.md)
0 commit comments