generated from NHSDigital/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Ppha 417 create infra as code for hub resources #227
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
Merged
mrlockstar
merged 3 commits into
main
from
PPHA-417-Create-infra-as-code-for-Hub-resources-v3
Jan 27, 2026
Merged
Ppha 417 create infra as code for hub resources #227
mrlockstar
merged 3 commits into
main
from
PPHA-417-Create-infra-as-code-for-Hub-resources-v3
Jan 27, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3c508c2 to
247e21a
Compare
e66b2a1 to
f150c3b
Compare
f150c3b to
19c8936
Compare
19c8936 to
0ae6040
Compare
Themitchell
previously approved these changes
Jan 27, 2026
4f2b4c3 to
df0e241
Compare
d4ab25b to
c65cc56
Compare
jamiefalcus
requested changes
Jan 27, 2026
e66d1b3 to
2f5b720
Compare
jamiefalcus
approved these changes
Jan 27, 2026
This is an update to the Bicep code to deploy the foundation in hub subscription for Terraform to take over the rest of the deployment. This will update: The Managed DevOps Pool (with ADO Org integration) necessary to run the ADO Terraform deployment pipelines inside the private network. The Compute Gallary to store the AVD images
This will include the terraform root module that will deploy an Azure Virtual Desktop (AVD) An ADO pipeline to deploy the hub terraform Frontdoor log analytics workspace DNS Firewall Subnets
2f5b720 to
0c1aa66
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



What is the change?
This is an update to the Bicep code to deploy the foundation in hub subscription for Terraform to take over the rest of the deployment. This will update:
This PR will also include the terraform root module that will deploy an Azure Virtual Desktop (AVD)
To deploy the bootstrap run: -
az login
make hub-nonlive bootstrap
Why are we making this change?