Steps Summary

In a few words, in order to deploy a PowerServer project into Azure containers:

  1. Create a PostgreSQL Flexible Database on Azure

  2. Upload the data to the Database through a remote connection

  3. Create the .NET App Service for the Web APIs on Azure

  4. Plug in the URLs of the Database container and the App Service into the PowerServer configuration’s Database Server and Web APIs URL properties.

  5. Deploy the PowerServer project (using ZIP file for the Cloud App Installer)

  6. Create a Static Web App container on Azure

  7. Upload the Web APIs to the App Service container through FTP

  8. 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.