From 8c249d2f4ce84c6abb2285e9fdf9bb9073b185ad Mon Sep 17 00:00:00 2001 From: Delyan Raychev Date: Thu, 22 Apr 2021 18:53:28 -0700 Subject: [PATCH] Removing the adding features section --- docs/get-started.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/get-started.md b/docs/get-started.md index d563417b..e4f944df 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -21,31 +21,11 @@ WHEEL="" az extension add --source $WHEEL --yes || true ``` -## Enable Arc Features -The following steps need to be run only once for a given subscription: - _Optional_: set default Azure subscription for the `az` CLI: ```bash az account set --subscription= ``` -```bash -az feature register \ - --namespace Microsoft.KubernetesConfiguration \ - --name sourceControlConfiguration -``` - -```bash -az provider register \ - --namespace Microsoft.ExtendedLocation -``` - -```bash -az feature register \ - --namespace Microsoft.ExtendedLocation \ - --name CustomLocations-ppauto -``` - ## Connect Cluster and Install Arc Extension Install the Arc agent and connect the Kubernetes cluster to Azure: