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

docs: Update Azure CLI setup #337

Merged
merged 1 commit into from
Dec 5, 2024
Merged
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
5 changes: 5 additions & 0 deletions pages/reference/configuring-cloud-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ Failure to do this could result in `project requested not found` or permission r

- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) to install your Azure CLI.
- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli) to sign into your Azure CLI.
- Install `aks-preview` extension for your Azure CLI:

```
az extension update -n aks-preview --allow-preview true
```

{% callout severity="warning" %}
Keep in mind that your Azure subscription type can limit the availability of your VMs, so make sure to tailor your subscription
Expand Down
Loading