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
# Connect Azure Front Door Premium to an Azure API Management with Private Link (Preview)
15
+
# Connect Azure Front Door Premium to an Azure API Management with Private Link
16
16
17
17
This article guides you through the steps to configure an Azure Front Door Premium to connect privately to your Azure API Management origin using Azure Private Link.
18
18
@@ -23,6 +23,7 @@ This article guides you through the steps to configure an Azure Front Door Premi
23
23
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
24
24
- 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).
25
25
- 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](../../api-management/get-started-create-service-instance.md)
26
+
- Private endpoint support for Azure API Management Standard v2 tier is currently in limited preview. If you want to enable an Azure API Management Standard v2 tier instance as a private link enabled origin for Azure Front Door Premium, you must first sign up for the preview via this [this form](https://aka.ms/privateendpointpreview). This step isn't needed if you're using an API Management instance with Developer, Basic, Standard or Premium tier.
26
27
27
28
## Create an origin group and add the API Management instance as an origin
28
29
@@ -83,6 +84,8 @@ This article guides you through the steps to configure an Azure Front Door Premi
83
84
84
85
- 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
87
+
- Private endpoint support for Azure API Management Standard v2 tier is currently in limited preview. If you want to enable an Azure API Management Standard v2 tier instance as a private link enabled origin for Azure Front Door Premium, you must first sign up for the preview via this [this form](https://aka.ms/privateendpointpreview). This step isn't needed if you're using an API Management instance with Developer, Basic, Standard or Premium tier.
88
+
86
89
## Create an origin group and add the API Management instance as an origin
87
90
88
91
1. Use [New-AzFrontDoorCdnOriginGroupHealthProbeSettingObject](/powershell/module/az.cdn/new-azfrontdoorcdnorigingrouphealthprobesettingobject) to create an in-memory object for storing the health probe settings.
@@ -182,6 +185,8 @@ Your Azure Front Door profile is now fully functional after completing the final
182
185
183
186
- 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)
184
187
188
+
- Private endpoint support for Azure API Management Standard v2 tier is currently in limited preview. If you want to enable an Azure API Management Standard v2 tier instance as a private link enabled origin for Azure Front Door Premium, you must first sign up for the preview via this [this form](https://aka.ms/privateendpointpreview). This step isn't needed if you're using an API Management instance with Developer, Basic, Standard or Premium tier.
189
+
185
190
## Create an origin group and add the API Management instance as an origin
186
191
187
192
1. Run [az afd origin-group create](/cli/azure/afd/origin-group#az-afd-origin-group-create) to create an origin group.
@@ -260,4 +265,4 @@ Your Azure Front Door profile is now fully functional after completing the final
260
265
261
266
## Next steps
262
267
263
-
Learn about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).
268
+
Learn about [Private Link service with storage account](../../storage/common/storage-private-endpoints.md).
0 commit comments