
Announcements
Hoping someone can direct me to some information. We have our default environment, and have set one up for DEV and Production. Can someone send me information on what the best practices are to move not only apps, but also connections, flows, etc from one environment to another. Or does apps rely on versioning with there being a "development" version and then the actual "live" version. And does anyone do self-contained deployment areas like setting up a subsite in SharePoint for an app where the app and all related documentation lives (and possible lists for data)?
Thanks for any information and help
Hey @iskguy
I would definitively recommend to work with solutions. A solution is just a place holder where you can put all your artefacts like power apps canvas or model driven app, power automate flow, connections etc...
Then you can either manually export your solution from dev and import it in prod and change the connections to point to prod sharepoint site or dataverse tables etc... Or you can laverage azure devops pipelines to automate deployment from dev to prod.