Skip to content

Commit 899a164

Browse files
authored
Comment to address feedback in issue #76695
1 parent a613b7f commit 899a164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/app-service/manage-create-arc-environment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Set up Azure Arc for App Service, Functions, and Logic Apps'
33
description: For your Azure Arc-enabled Kubernetes clusters, learn how to enable App Service apps, function apps, and logic apps.
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 11/02/2021
6+
ms.date: 03/24/2023
77
---
88
# Set up an Azure Arc-enabled Kubernetes cluster to run App Service, Functions, and Logic Apps (Preview)
99

@@ -397,6 +397,9 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) in Azure is u
397397
---
398398

399399
<!-- --kubeconfig ~/.kube/config # needed for non-Azure -->
400+
> [!NOTE]
401+
> If you experience issues creating a custom location on your cluster, you may need to [enable the custom location feature on your cluster](../azure-arc/kubernetes/custom-locations#enable-custom-locations-on-your-cluster). This is required if logged into the CLI using a Service Principal or if you are logged in with an Azure Active Directory user with restricted permissions on the cluster resource.
402+
>
400403

401404
3. Validate that the custom location is successfully created with the following command. The output should show the `provisioningState` property as `Succeeded`. If not, run it again after a minute.
402405

0 commit comments

Comments
 (0)