openai-plugin-fastapi
openai-plugin-fastapi copied to clipboard
Updating/work-with this template for GHA and Azd Devcontainer feature.
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.ymlfile. (Shown as below) -
For the Azd Devcontainer feature: We will remove dockerfile in
.devcontainerfolder and add the following code indevcontainer.jsonfile,
"ghcr.io/azure/azure-dev/azd:latest": {}
and image also need to be add instead of build.
@rajeshkamal5050 , @digitarald , @jongio for notification.
Please use GA version of devcontainer, not test-azd
@jongio - Updated to GA version.