We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2017cb8 commit bd64cbdCopy full SHA for bd64cbd
pages/reference/configuring-cloud-provider.md
@@ -111,6 +111,11 @@ Failure to do this could result in `project requested not found` or permission r
111
112
- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) to install your Azure CLI.
113
- Follow the instructions [here](https://docs.microsoft.com/en-us/cli/azure/get-started-with-azure-cli) to sign into your Azure CLI.
114
+- Install `aks-preview` extension for your Azure CLI:
115
+
116
+```
117
+az extension update -n aks-preview --allow-preview true
118
119
120
{% callout severity="warning" %}
121
Keep in mind that your Azure subscription type can limit the availability of your VMs, so make sure to tailor your subscription
0 commit comments