In a few words, in order to deploy a PowerServer project into 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 ZIP file for the Cloud App Installer)
-
Create a Static Web App container on Azure
-
Upload the Web APIs to the App Service container through FTP
-
Use SWA CLI to upload the Cloud App Installer to the Static Web App container
The rest of this document will go with more detail overreach of these steps.