Skip to main content

Posts

Showing posts from September, 2021

Power Portals Deployment Using Git Repos from VS Code

  Open Visual Code - Open New Workspace  In Vs Code - Extension - Search for -  Power Platform VS Code Extension -> Install  Open Terminal - check for command  pac  (It gives the version of power cli) check for Authorization pac auth list   ( if list is there delete the list for fresh start) pac auth delete --index 1     ( if no list is found create auth ) pac auth create --url https://org.crm.dynamics.com/   ( it will ask for user name and password  ) After successful of creation  -  check for the auth pac auth list  To download portals check for paportal Microsoft Power Platform CLI command for portals is “paportal”. on the terminal - enter pac pac ( if paportal is there check for the portal list ) pac paportal list  ( It will give the website ids of paportals of the organisation ) Connected to...Portal Environment  Index      WebSiteId          ...