-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds ACA LZA updates #156
base: main
Are you sure you want to change the base?
adds ACA LZA updates #156
Conversation
@v-xuto Could you validate and test this template when you get a chance? |
@hemarina Sure. But please contact the author to add a Readme for this template (https://github.com/Azure/aca-landing-zone-accelerator), so that we can test it. |
@v-xuto I think https://github.com/Azure/aca-landing-zone-accelerator will be a collection of many scenarios and its reference implementations. Currently there is only one scenario being added here https://github.com/Azure/aca-landing-zone-accelerator#rocket-reference-implementation and it contains Bicep and Terraform based deployments which has its respective ReadMe's. @aarthiem can you clarify on the above and let us know if Bicep and Terraform based deployments are azd compatible and ready for testing? |
https://github.com/Azure/aca-landing-zone-accelerator/tree/main/scenarios/aca-internal/bicep This doc starts with azd, but goes into manual deployment making it seem like the user has to do both of those things. Can we rearrange this so there are two options:
azd up, etc
az commands, etc |
This sample should be rearranged so it is easy for a user to either deploy with terraform or with bicep. Right now, there's a hint of using azd with bicep, but nothing for azd with terraform (all those steps are manual). The structure should be something like: |
This line should be driven by env vars: https://github.com/Azure/aca-landing-zone-accelerator/blob/main/scenarios/aca-internal/bicep/main.parameters.json#L6 |
Is this secret that needs to be removed? https://github.com/Azure/aca-landing-zone-accelerator/blob/main/scenarios/aca-internal/bicep/main.parameters.json#L42 |
Shouldn't this be env var driven? https://github.com/Azure/aca-landing-zone-accelerator/blob/main/scenarios/aca-internal/bicep/main.parameters.json#L72 |
There are many bicep modules in this repo, that could potentially be adopted to the form of and moved over to our bicep core - or the public bicep registry. |
Please fill out this template! There are three different types of contributions, feel free to delete the checklists that are not applicable to your contribution type.
If you are submitting a new
azd
template to the galleryFill this out if you want your template to be added to the awesome-azd gallery!
[x ] Added an entry to https://github.com/Azure/awesome-azd/blob/main/website/src/data/users.tsx that includes:
website/src/data/images/
.In the PR comment, if you can also add a link to the PR where you made your repo
azd
compatible this will allow us to provide feedback on your template and speed up the review process.If you are submitting a resource to be added to the awesome-azd README: