openai-plugin-fastapi icon indicating copy to clipboard operation
openai-plugin-fastapi copied to clipboard

Updating/work-with this template for GHA and Azd Devcontainer feature.

Open zedy-wj opened this issue 2 years ago • 2 comments

We are updating this template to support new features in Github Action and Azd Devcontainer.

  1. 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) image

  2. 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. image

@rajeshkamal5050 , @digitarald , @jongio for notification.

zedy-wj avatar Jul 21 '23 07:07 zedy-wj

Please use GA version of devcontainer, not test-azd

jongio avatar Jul 24 '23 20:07 jongio

@jongio - Updated to GA version.

zedy-wj avatar Jul 26 '23 02:07 zedy-wj