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": {}
And remove the relevant code for installing azd in Dockerfile under .devcontainer folder.
RUN curl -fsSL https://aka.ms/install-azd.sh | bash \
@rajeshkamal5050 , @Gordonby for notification.
We are updating this template to support new features in
Github ActionandAzd Devcontainer..github/workflow/azure-dev.ymlfile. (Shown as below)devcontainer.jsonfile.And remove the relevant code for installing
azdinDockerfileunder.devcontainerfolder.@rajeshkamal5050 , @Gordonby for notification.