-
Notifications
You must be signed in to change notification settings - Fork 39
[User Guide] Starter Module Bicep Complete
github-actions edited this page Oct 3, 2024
·
10 revisions
The complete
starter module is currently the only option available for Bicep.
The following table describes the inputs required for the complete
starter module.
Input | Placeholder | Description |
---|---|---|
Prefix |
landing-zone |
This is the defaut prefix for names of resources and management groups. |
SecondaryLocation |
westus2 |
The secondary location for the landing zone. Only used if the networkType has a multi-region configuration specified. |
Environment |
live |
The environment name for the landing zone. This can be any lower case string. (e.g. live or canary ) |
networkType |
hubNetworking |
The type of network configuration to deploy. Currently only hubNetworking , hubNetworkingMultiRegion , vwanConnectivity, vwanConnectivityMultiRegion or none are supported. |
SecurityContact |
<email-address> |
The email address of the security contact for the landing zone. |
Example input files can be found here:
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 Financial Services Industry Landing Zone
- 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 Financial Services Industry Landing Zone
- 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 Financial Services Industry Landing Zone
- Local Terraform Sovereign Landing Zone
- Local Terraform Basic
- Local Terraform Hub Networking
- Local Terraform Complete
- Frequently Asked Questions
- Upgrade Guide
- Advanced Scenarios
- Troubleshooting
- Contributing