Skip to content

Commit b4f0358

Browse files
Merge pull request #84591 from clayton006/patch-1
Updated titles and syntax for az arcdata command
2 parents 7d8ef65 + f3a89c8 commit b4f0358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-arc/data/create-custom-configuration-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These profiles are template JSON files that have various settings for the Azure
2323

2424
However, in some cases, you may want to customize those configuration templates to meet your requirements and pass the customized configuration template using the `--path` parameter to the `az arcdata dc create` command rather than pass a preconfigured configuration template using the `--profile-name` parameter.
2525

26-
## Create custom.json file
26+
## Create control.json file
2727

2828
Run `az arcdata dc config init` to initiate a control.json file with pre-defined settings based on your distribution of Kubernetes cluster.
2929
For instance, a template control.json file for a Kubernetes cluster based on the `azure-arc-kubeadm` template in a subdirectory called `custom` in the current working directory can be created as follows:
@@ -38,10 +38,10 @@ The created control.json file can be edited in any editor such as Visual Studio
3838
Once the template file is created, the file can be applied during Azure Arc-enabled data controller create command as follows:
3939

4040
```azurecli
41-
az arcdata dc create --path ./custom --namespace arc --name arc --subscription <subscription id> --resource-group <resource group name> --location <location> --connectivity-mode indirect --k8s-namespace <namespace> --use-k8s
41+
az arcdata dc create --path ./custom --name arc --subscription <subscription id> --resource-group <resource group name> --location <location> --connectivity-mode indirect --k8s-namespace <namespace> --use-k8s
4242
4343
#Example:
44-
#az arcdata dc create --path ./custom --namespace arc --name arc --subscription <subscription ID> --resource-group my-resource-group --location eastus --connectivity-mode indirect --k8s-namespace <namespace> --use-k8s
44+
#az arcdata dc create --path ./custom --name arc --subscription <subscription ID> --resource-group my-resource-group --location eastus --connectivity-mode indirect --k8s-namespace <namespace> --use-k8s
4545
```
4646

4747
## Use custom control.json file for deploying Azure Arc data controller using Azure portal

0 commit comments

Comments
 (0)