Skip to content

Commit 23c4401

Browse files
committed
Added links to README
1 parent 92e6854 commit 23c4401

File tree

1 file changed

+3
-3
lines changed
  • solution_template/vm-linux-terraform

1 file changed

+3
-3
lines changed

solution_template/vm-linux-terraform/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This template provisions a `Linux` Virtual Machine(VM) to `Azure` pre-configured
66
Template Deployment Steps:
77
---
88
* Creates a VM with system assigned identity based on the `Ubuntu 16.04 LTS` image
9-
* Installs the `MSI` extension on the VM to allow OAuth tokens to be issued for `Azure` resources
10-
* Assign `RBAC` permissions to the Managed Identity, granting owner rights for the resource group
9+
* 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
10+
* 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
1111
* Creates a `Terraform` template folder (tfTemplate)
1212
* Pre-configures `Terraform` remote state with the `Azure` backend
1313

@@ -17,7 +17,7 @@ Post Deployment Configuration Steps
1717
===
1818
Steps to Enable Remote State
1919
---
20-
Copy ~/tfTemplate/remoteState.tf from home directory to the root of the `Terraform` scripts to enable remote state management.
20+
Copy `~/tfTemplate/remoteState.tf` from home directory to the root of the `Terraform` scripts to enable remote state management.
2121

2222
Steps to Enable MSI
2323
---

0 commit comments

Comments
 (0)