Skip to content

Commit a969a31

Browse files
Merge pull request #216741 from JnHs/jh-arc-clapi
update delete parameters
2 parents 5a64281 + 1e51a54 commit a969a31

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/azure-arc/kubernetes/custom-locations.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create and manage custom locations on Azure Arc-enabled Kubernetes"
33
ms.service: azure-arc
4-
ms.date: 10/12/2022
4+
ms.date: 11/01/2022
55
ms.topic: how-to
66
ms.custom: references_regions, devx-track-azurecli
77
description: "Use custom locations to deploy Azure PaaS services on Azure Arc-enabled Kubernetes clusters"
@@ -231,9 +231,16 @@ Optional parameters:
231231
To delete a custom location, use the following command:
232232

233233
```azurecli
234-
az customlocation delete -n <customLocationName> -g <resourceGroupName> --namespace <name of namespace> --host-resource-id <connectedClusterId> --cluster-extension-ids <extensionIds>
234+
az customlocation delete -n <customLocationName> -g <resourceGroupName>
235235
```
236236

237+
Required parameters:
238+
239+
| Parameter name | Description |
240+
|----------------|------------|
241+
| `--name, --n` | Name of the custom location |
242+
| `--resource-group, --g` | Resource group of the custom location |
243+
237244
## Troubleshooting
238245

239246
If custom location creation fails with the error 'Unknown proxy error occurred', it may be due to network policies configured to disallow pod-to-pod internal communication.

0 commit comments

Comments
 (0)