In a few words, in order to deploy a PowerServer project to Azure containers:
- 
                     
Create a PostgreSQL Flexible Database on Azure
 - 
                     
Upload the data to the Database through a remote connection
 - 
                     
Create the .NET App Service for the Web APIs on Azure
 - 
                     
Plug in the URLs of the Database container and the App Service into the PowerServer configuration's Database Server and Web APIs URL properties.
 - 
                     
Deploy the PowerServer project (using Folder > Folder to package the Cloud App)
 - 
                     
Upload the Web APIs to the App Service container through FTP
 - 
                     
Deploy the Cloud App as an Azure static web app, or an Azure blob storage site.
 
The rest of this document will provide more details of these steps.


