Pierre Malarme
Pierre Malarme
The name of the environment variable should be TF_VAR_. In `04-LZ-SharedResources/main.tf`, we have: jumphost_pass = ( var.jump_host_password == "" ? random_password.jumphostpass.result : var.jump_host_password ) The variable name needs to be...
The script [jumpbox-setup.sh](https://github.com/Azure/aca-landing-zone-accelerator/blob/main/scenarios/shared/scripts/jumpbox-setup.sh) is dedicated to the sample app `Fine Collection Service` and is nor shared nor reusable for other workload. It should be in the `Fine Collection Service` sample...
Container Apps should use managed identities instead of service principal. Update it in the e2e branch
When a PR is created to update the e2e branch, Github actions should be run to deploy the demo and ensure everything is working
Update the documentation of end-2-end branch: - Explain the demo in README.md - Add the diagram of the demo
```[tasklist] ### Tasks - [ ] Create the section - [ ] Add the section in the intro and the README.md - [ ] Add overview and diagram - [...
```[tasklist] ### Tasks - [ ] Create the bonus section - [ ] Add an introduction - [ ] Add SMI - [ ] Update vertical challenge to add SMI...
Add the deployment of secret store to Azure Kubernetes Service
Update fine collection service to be a job for ACA when the feature is GA
Create a procedure to pull the changes in main automatically to the e2e branch: This procedure could be automated and should do the following: - Create a feature branch form...