From 35eef43623668a65ebd521ea1591827271aa4936 Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Mon, 22 Apr 2019 15:16:22 -0700 Subject: [PATCH] Update README.md Updated MSI to use new branding term --- solution_template/vm-linux-terraform/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solution_template/vm-linux-terraform/README.md b/solution_template/vm-linux-terraform/README.md index 4451a6f3..af8c23c3 100644 --- a/solution_template/vm-linux-terraform/README.md +++ b/solution_template/vm-linux-terraform/README.md @@ -6,7 +6,6 @@ This template provisions a `Linux` Virtual Machine(VM) to `Azure` pre-configured Template Deployment Steps: --- * Creates a VM with system assigned identity based on the `Ubuntu 16.04 LTS` image -* Installs the [MSI](https://docs.microsoft.com/en-us/azure/active-directory/msi-overview) extension on the VM to allow OAuth tokens to be issued for `Azure` resources * Assign [RBAC](https://docs.microsoft.com/en-us/azure/active-directory/role-based-access-control-what-is) permissions to the Managed Identity, granting owner rights for the resource group * Creates a `Terraform` template folder (tfTemplate) * Pre-configures `Terraform` remote state with the `Azure` backend @@ -21,7 +20,7 @@ Copy `~/tfTemplate/remoteState.tf` from home directory to the root of the `Terra 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`. You only need to perform this step once, the first time you connect to the VM, once the script has been ran the changes are persisted to `Azure`. +Once the template has finished deployment, log into the VM via `SSH` and run the following command to enable [MI](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview) with `Terraform`. You only need to perform this step once, the first time you connect to the VM, once the script has been ran the changes are persisted to `Azure`. ```bash . ~/tfEnv.sh