Added ARM_MSI_ENDPOINT env var

This commit is contained in:
Jeffrey Cline
2018-02-27 15:53:10 -08:00
parent 8c367f9306
commit de76e7ab5d
2 changed files with 2 additions and 1 deletions

View File

@ -24,5 +24,5 @@ Steps to Enable MSI
Once the template has finished deployment, log into the VM via `SSH` and run the following command to enable `MSI` with `Terraform`.
```bash
source ~/tfEnv.sh
. ~/tfEnv.sh
```