Phase 2 - Bootstrap
Phase 2 of the accelerator is to run the bootstrap. Follow the steps below to do that.
The ALZ PowerShell module is used to run the bootstrap phase. It is available on the PowerShell Gallery. You can install it using the following steps:
Open a PowerShell Core (pwsh) terminal.
Double check you are running in a PowerShell Core terminal. Run$psversiontable
to check.Check if you already have the ALZ module installed by running
Get-InstalledModule -Name ALZ
. You’ll see something like this if it is already installed:
Version Name Repository Description
------- ---- ---------- -----------
1.0.0 ALZ PSGallery Azure Landing Zones Powershell Module
- If the module is already installed, run
Update-Module -Name ALZ
to ensure you have the latest version. - If the module is not installed, run
Install-Module -Name ALZ
.
You are now ready to run the bootstrap and setup your environment. If you want to use custom names for your resources or automate the bootstrap, please refer to our FAQs section.
The inputs differ depending on the version control system and infrastructure as code tooling you have chosen.
We provide a spreadsheet that you can use to help gather the required information to fill out the configuration files. You can download it HERE.
Click through to the relevant page for detailed instructions:
Click through to the relevant page for detailed instructions:
Once the steps in the VCS specific section are completed, head to Phase 3.