Azure-Samples / azure-django-postgres-flexible-aca

Web app using Python Django backend, set up for deployment to Azure Container Apps with Azure PostgreSQL Flexible Server.
MIT License
17 stars 31 forks source link

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

Closed zedy-wj closed 1 year ago

zedy-wj commented 1 year ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

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 add the following code in devcontainer.json file.

"ghcr.io/azure/azure-dev/azd:latest": {}

@rajeshkamal5050 , @kjaymiller , @pamelafox for notification.

zedy-wj commented 1 year ago

Close it as Azd Devcontainer feature has supported and GHA feature is no longer needed (azd in currently not installed).