Merge pull request #93 from Azure/mos-mov-bicep
fix the areas where bicepwithavm was called out
This commit is contained in:
Коммит
8c1e2166ee
|
@ -14,7 +14,7 @@ The deployment of this solution can be done individually through various means.
|
|||
|
||||
* [Terraform](./terraform/README.md)
|
||||
* [Bicep](./bicep/README.md) (Experimental, still in development)
|
||||
* [Bicep with Azure Verified Modules (AVM)](./bicepWithAVM/README.md)
|
||||
* [Bicep with Azure Verified Modules (AVM)](./bicep/README.md)
|
||||
|
||||
Below is the architecture of this scenario:
|
||||
![Architectural diagram for the secure baseline scenario.](../../media/aro_landing_zone_Architecture.png)
|
||||
|
@ -30,6 +30,6 @@ For more information about the architecture, please check out the [ARO Landing Z
|
|||
|
||||
Pick one of these options below
|
||||
|
||||
:arrow_forward: [Bicep with AVM](./bicepWithAVM/README.md)
|
||||
:arrow_forward: [Bicep with AVM](./bicep/README.md)
|
||||
|
||||
:arrow_forward: [Terraform](./terraform/README.md)
|
||||
|
|
|
@ -87,7 +87,7 @@ To deploy this hub, follow these steps:
|
|||
1. Navigate to the directory containing the Bicep file.
|
||||
|
||||
```bash
|
||||
cd ARO-Landing-Zone-Accelerator/Scenarios/Secure-Baseline/bicepWithAVM/01-Hub/
|
||||
cd ARO-Landing-Zone-Accelerator/Scenarios/Secure-Baseline/bicep/01-Hub/
|
||||
```
|
||||
|
||||
1. Deploy the template:
|
||||
|
|
|
@ -436,7 +436,7 @@ module linuxVM 'br/public:avm/res/compute/virtual-machine:0.6.0' = if (deployLin
|
|||
enabled: true
|
||||
fileData:[
|
||||
{
|
||||
uri: 'https://raw.githubusercontent.com/Azure/ARO-Landing-Zone-Accelerator/main/Scenarios/Secure-Baseline/bicepWithAVM/vm-scripts/linux/install_packages.sh'
|
||||
uri: 'https://raw.githubusercontent.com/Azure/ARO-Landing-Zone-Accelerator/main/Scenarios/Secure-Baseline/bicep/vm-scripts/linux/install_packages.sh'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче