Skip to main content

Posts

Showing posts from 2025

Power Platform Deployment Pipeline - reading blog

 https://www.matthewdevaney.com/the-complete-power-platform-pipelines-alm-setup-guide/ https://www.matthewdevaney.com/the-complete-power-platform-pipelines-alm-setup-guide/create-power-platform-environments-for-dev-test-prod/ Create an Environement from PP admin center For Dev env add suffix xyz(Dev) for understanding purpose choose type as Sandbox for development env add dataverse to store data(Yes) Setup for Test and Prod as well. Make sure enable it as managed environment. Test and production environments are known as target environments. All target environments are required to be  managed environments  to use Power Platform Pipelines. Test env type should be sandbox Prod env type should be production ----------------------------- https://www.matthewdevaney.com/the-complete-power-platform-pipelines-alm-setup-guide/install-power-platform-pipelines-in-the-host-environment/ Install Power Platform Pipelines In The Host Environment The  Power Platform Pipelines  a...

Power Pages

Power Pages deployment process: 1st method - We can do import and export to Dev-Test-Prod env. 2nd method - Native power platform pilelines 3rd method - Powershell. Now we learn about Navtive Power platform pipeline. prerequisites:  Go to solution, Start creating new solution. (Test22)  We need to add power pages site to our new solution "Test22" under Objects tab. Solution is one thing that is supporting the ALM in powerapps. Add existing Site->PowerPages sites will show->Select site It will add webfiles, html, javascript all the files or objects related to it Click on Site on left navigation->3 dots->add required objects. It will add all the dependecies. Manual deployment->Export solution and publish->export as managed solution for testing->Production. Now how to do with pipeline process. Enterprise level it is popular method with pros and cons. Choose route of power platform pipeline method from left navigation. It is fast but it needs managed environm...