This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Description
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 remove dockerfile in
.devcontainer folder and add the following code in devcontainer.json file,
"ghcr.io/azure/azure-dev/azd:latest": {}
and image also need to be add instead of build.

@rajeshkamal5050 , @digitarald , @jongio for notification.