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
description: "Use custom locations to deploy Azure PaaS services on Azure Arc-enabled Kubernetes clusters"
@@ -231,9 +231,16 @@ Optional parameters:
231
231
To delete a custom location, use the following command:
232
232
233
233
```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>
235
235
```
236
236
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
+
237
244
## Troubleshooting
238
245
239
246
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