Skip to content

Commit c42bf7f

Browse files
Merge pull request #231987 from apwestgarth/apw_issue76695
Changes in response to issue 76995 - Customer Feedback
2 parents 3de10d7 + fbf9ff4 commit c42bf7f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.md#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

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.md#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)