Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

US 30535 - Terraform - FSLogix with ADDS v2 #429 #570

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

sihbher
Copy link

@sihbher sihbher commented Jan 11, 2024

Overview/Summary

Adds the Management VM module to Terraform, including joining the storage account to the domain and a user assigned managed identity.

This PR fixes/adds/changes/removes

  1. Adds Mgmt VM module to Terraform workload.
  2. Adds some variables used for Mgmt VM

Testing Evidence

image image

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues
  • (AVD LZA Team Only) Associated it with relevant ADO Items
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Performed testing and provided evidence.
  • Updated relevant and associated documentation (e.g. Contribution Guide, Module READMEs, Docs etc.)

@sihbher
Copy link
Author

sihbher commented Jan 12, 2024

Talked to @danycontre and I added a feature to run custom script "Set-SessionHostConfiguration.ps1" in order to configure fslogix on for every host.

image image

@danycontre
Copy link
Collaborator

@jensheerin checking with you on this one.

@jensheerin
Copy link
Contributor

do not merge until review is completed.

}
time = {
source = "hashicorp/time"
}
}
}

provider "azuread" {
tenant_id = "b7b812fe-be8c-4adc-883f-2a3c36d753d7"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tenant_id needs to be removed, it is not needed here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

ou_for_fslogix_storage = "OU=AvdStorage,DC=avd,DC=local" # If you want to use a different OU for FSLogix storage
ou_name_for_fslogix_storage = "AvdStorage" # Name of the OU for FSLogix storage


############## Do not modify below this line unless you want to change naming convention#####################
# Resource Groups
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 16 should be ou_for_session_hosts

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted

@jensheerin
Copy link
Contributor

also run fmt

@sihbher
Copy link
Author

sihbher commented Feb 12, 2024

@jensheerin I've done the requested adjustments, please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants