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 environment of target environemnt. It should mark as managed environement.
pipeline deployment process is huge, It is not limited just power pages, automate, apps as well.
we can deploy with service principle.
https://www.youtube.com/watch?v=ddYpJ1b-bjc&list=PLib8Q64STW-unZ5c7t-DetiUxtRQcIHVZ
Create Pipeline:
Development, UAT, Prod
Click on UAT ->Deployemnet as managed->required pipelines will add before deployment and we can define if anything.
Click on Deploy here before click it, check in the environement whether deployed or not. Lets go to the site and check open the power pages site.
Comments
Post a Comment