Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the adding features section #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,11 @@ WHEEL="<location of the Azure CLI Python wheel file>"
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=<your-Azure-subscription-ID>
```

```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:
Expand Down