Skip to content
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