Click here to Skip to main content
15,891,607 members
Articles / Hosted Services / Azure

Modernizing Python Apps and Data on Azure Part 2: Migrating Data

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
8 Mar 2022CPOL5 min read 3.7K   2  
In this article, we demonstrate how to set up an Azure PostgreSQL database, migrate the app’s data to Azure, and ensure the application still works.
Here we set up an Azure PostgreSQL database, migrate our local PostgreSQL database to Azure Database for PostgreSQL, and connect our on-premises app to our cloud database. Then, we run the Django app locally while connected to the Azure Postgres database.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Modernizing Python Apps and Data on Azure View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer Alura Cursos Online
Brazil Brazil

Comments and Discussions