This project will walkthrough the steps to deploy a Django application to Azure Container Apps. The Django application is a simple web application for a space travel agency. The application is built using the Django web framework and uses a PostgreSQL database. The application can be deployed to Azure using Azure Developer CLI. With the command azd up.
You'll need a GitHub account. If you don't have a GitHub account, create a free account
If you're using VS Code we recommend that you develop in a dev container. This will ensure that you have all the tools you need to build and run the application. You will need docker installed and running. To learn more about dev containers, see Developing inside a Container.
You can deploy your application from your cloned repo using Azure Developer CLI and the azd up command.
Check out the resources to Learn more about:
