- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
We are updating this template to support new features in Github Action and Azd Devcontainer.
For the Github Action feature: We will remove two lines of code on container image and add GHA code after checkout step in the .github/workflow/azure-dev.yml file. (Shown as below)
For the Azd Devcontainer feature: We will add the following code in devcontainer.json file.
"ghcr.io/azure/azure-dev/azd:latest": {}
@rajeshkamal5050 , @kjaymiller , @pamelafox for notification.
This issue is for a: (mark with an
x
)We are updating this template to support new features in
Github Action
andAzd Devcontainer
.For the Github Action feature: We will remove two lines of code on container image and add GHA code after checkout step in the
.github/workflow/azure-dev.yml
file. (Shown as below)For the Azd Devcontainer feature: We will add the following code in
devcontainer.json
file.@rajeshkamal5050 , @kjaymiller , @pamelafox for notification.