Updates docs with Preview features and how to enable them

This commit is contained in:
Rob Gil 2020-01-09 12:39:18 -05:00
parent 3986f3c91f
commit 1a9ff0e02b

View File

@ -51,6 +51,19 @@ For Ubuntu 19.10
snap install powershell --classic
```
# Preview Features
To create all the resources we need for this environment we'll need to enable some _Preview_ features.
This registers the specific feature for _SystemAssigned_ principals
```
az feature register --namespace Microsoft.ContainerService --name MSIPreview
```
To apply the registration, run the following
```
az provider register -n Microsoft.ContainerService
```
# Running Terraform
First, you'll need to log in to Azure. With the Azure CLI installed, you can run the following.