From 7444c8d3b0df756d8836b215c428960515582f03 Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Mon, 22 Apr 2019 15:17:22 -0700 Subject: [PATCH] Update README.md Updated title to use new MI branding --- solution_template/vm-linux-terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution_template/vm-linux-terraform/README.md b/solution_template/vm-linux-terraform/README.md index af8c23c3..e7a05523 100644 --- a/solution_template/vm-linux-terraform/README.md +++ b/solution_template/vm-linux-terraform/README.md @@ -18,7 +18,7 @@ Steps to Enable Remote State --- Copy `~/tfTemplate/remoteState.tf` from home directory to the root of the `Terraform` scripts to enable remote state management. -Steps to Enable MSI +Steps to Enable Managed Identities(MI) --- 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`.