You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solution_template/vm-linux-terraform/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This template provisions a `Linux` Virtual Machine(VM) to `Azure` pre-configured
6
6
Template Deployment Steps:
7
7
---
8
8
* 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
11
11
* Creates a `Terraform` template folder (tfTemplate)
12
12
* Pre-configures `Terraform` remote state with the `Azure` backend
13
13
@@ -17,7 +17,7 @@ Post Deployment Configuration Steps
17
17
===
18
18
Steps to Enable Remote State
19
19
---
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.
0 commit comments