Nonprofits

πŸš€ Power Apps Portal Deployment Guide

This guide provides step-by-step instructions to deploy a Power Platform Portal from a local environment using the Power Platform CLI (pac).

πŸ“Œ Prerequisites

Before deploying a Power Platform Portal solution, ensure you have the following installed:

πŸ›  Required Software

Tool Version Installation Link
Power Platform CLI Latest Install Guide

βš™οΈ Environment configuration

πŸ”‘ Authentication Requirements

πŸ“‹ Deploy Instructions

1. Authenticate to Power Platform

Run the following command to authenticate:

  pac auth create

2. Deploy the Portal

  pac powerpages upload --path PORTAL_FOLDER_PATH --modelVersion 1

3. Verify Portal Deployed

After deploying the solution, verify that it is successfully deployed:

  pac powerpages list

Your solution should be displayed in the list.

4. Prepare Configuration Data package

5. Open Configuration Migration Tool

  pac tool CMT

6. Import Prepared Configuration Zip

Using Configuration Migration Tool which is opened by PAC CLI, import configuration to your environment.

βœ… Troubleshooting

πŸ“ Additional Resources

🎯 You’re Ready Deploy!

If you have any questions, feel free to create an issue in the repository. πŸš€