Skip to content

Commit 30b7243

Browse files
authored
Added note similar to that in App Service docs
in reference to situations in which custom location features need to be enabled on the cluster manually in response to feedback item #76695
1 parent 899a164 commit 30b7243

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/azure-arc-enable-cluster.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cebundy
66
ms.service: container-apps
77
ms.custom: devx-track-azurecli
88
ms.topic: tutorial
9-
ms.date: 3/20/2023
9+
ms.date: 3/24/2023
1010
ms.author: v-bcatherine
1111
---
1212
---
@@ -429,6 +429,10 @@ The [custom location](../azure-arc/kubernetes/custom-locations.md) is an Azure l
429429

430430
---
431431

432+
> [!NOTE]
433+
> 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.
434+
>
435+
432436
1. Validate that the custom location is successfully created with the following command. The output should show the `provisioningState` property as `Succeeded`. If not, rerun the command after a minute.
433437

434438
```azurecli

0 commit comments

Comments
 (0)