-
Notifications
You must be signed in to change notification settings - Fork 36
[User Guide] Quick Start Phase 2
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.
- Check if you already have the ALZ module installed by runnung
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. Click through to the relevant page for detailed instructions:
Once the steps in the VCS specific section are completed, head to Phase 3.
This wiki is being actively developed
If you discover any documentation bugs or would like to request new content, please raise them as an issue or feel free to contribute to the wiki via a pull request. The wiki docs are located in the repository in the docs/wiki/
folder.
- Home
-
User guide
- Getting started
- Quick Start
- Starter Modules
- Input Files
- Azure DevOps Bicep Complete
- Azure DevOps Terraform Complete Multi Region
- Azure DevOps Terraform Sovereign Landing Zone
- Azure DevOps Terraform Basic
- Azure DevOps Terraform Hub Networking
- Azure DevOps Terraform Complete
- GitHub Bicep Complete
- GitHub Terraform Complete Multi Region
- GitHub Terraform Sovereign Landing Zone
- GitHub Terraform Basic
- GitHub Terraform Hub Networking
- GitHub Terraform Complete
- Local Bicep Complete
- Local Terraform Complete Multi Region
- Local Terraform Sovereign Landing Zone
- Local Terraform Basic
- Local Terraform Hub Networking
- Local Terraform Complete
- Frequently Asked Questions
- Upgrade Guide
- Advanced Scenarios
- Troubleshooting
- Contributing