/azure-django-postgres-aca

Creates a Demo Django Application Deployable to Azure using Azure Container Apps. Really easy to deploy through Azure Container apps.

Primary LanguageCSSMIT LicenseMIT

Deploy a Django Application via Azure Container Apps

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.

Visualization of Application

Prerequisites

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.

Deploy to Azure

You can deploy your application from your cloned repo using Azure Developer CLI and the azd up command.

Resources

Check out the resources to Learn more about: