Skip to content

Commit 5152e85

Browse files
committed
update prerequisites
1 parent 892a33b commit 5152e85

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

articles/frontdoor/standard-premium/how-to-enable-private-link-apim.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: 'Connect Azure Front Door Premium to an Azure API Management origin with Private Link'
3-
titleSuffix: Azure Private Link
2+
title: 'Connect Front Door Premium to an Azure API Management origin with Private Link'
43
description: Learn how to connect your Azure Front Door Premium to an Azure API Management privately.
54
author: halkazwini
65
ms.author: halkazwini
76
ms.service: azure-frontdoor
87
ms.topic: how-to
9-
ms.date: 09/26/2024
8+
ms.date: 04/28/2025
109
ms.custom: ai-usage
1110
zone_pivot_groups: front-door-dev-exp-portal-ps-cli
1211
---
@@ -20,9 +19,11 @@ This article guides you through the steps to configure an Azure Front Door Premi
2019
## Prerequisites
2120

2221
- 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.
2524

25+
> [!NOTE]
26+
> Private endpoint support in the API Management Standard v2 tier is currently in preview.
2627
2728
## Create an origin group and add the API Management instance as an origin
2829

@@ -72,18 +73,16 @@ This article guides you through the steps to configure an Azure Front Door Premi
7273
## Prerequisites
7374

7475
- 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.
7579

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.
7781

78-
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
82+
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.
7983

80-
[!INCLUDE [cloud-shell-try-it.md](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
81-
82-
- 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.
8786
8887
## Create an origin group and add the API Management instance as an origin
8988

@@ -176,15 +175,17 @@ Your Azure Front Door profile is now fully functional after completing the final
176175

177176
::: zone pivot="front-door-cli"
178177

179-
[!INCLUDE[azure-cli-prepare-your-environment](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
180-
181178
- 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.
182182

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.
184184

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.
186186

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.
188189
189190
## Create an origin group and add the API Management instance as an origin
190191

@@ -262,6 +263,7 @@ Your Azure Front Door profile is now fully functional after completing the final
262263

263264
::: zone-end
264265

265-
## Next steps
266+
## Next step
266267

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

Comments
 (0)