Merge pull request #93 from Azure/mos-mov-bicep

fix the areas where bicepwithavm was called out
This commit is contained in:
Ayobami Ayodeji 2024-09-30 15:00:27 -07:00 коммит произвёл GitHub
Родитель 7c22a85bd8 9dbc0b33f2
Коммит 8c1e2166ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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'
}
]
}