Skip to content

Commit

Permalink
update azure cli setup (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Dec 5, 2024
1 parent ed1ea15 commit 340dc60
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 340dc60

Please sign in to comment.