You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Such as:
We are updating this template to support new features in
Github Action
andAzd Devcontainer
..github/workflow/azure-dev.yml
file. (Shown as below).devcontainer
folder and add the following code indevcontainer.json
file,and image also need to be add instead of build. Such as:
@rajeshkamal5050 , @sabbour for notification.
The text was updated successfully, but these errors were encountered: