How to take powerapps back environment in Azure devops?

Viewed 23

How to take powerapps back environment in Azure devops ?

I need to take backup of environment before solution import into production environment so please explain the detailed steps.

1 Answers

There are 2 techniques you can do backup.

  1. Backup your entire enviornment (i.e each and every Table, it's customization)
  2. Backup your soluttion (i.e only compoenet which you want to backup). In dynamics world we deploy solution i.e components. If you want to backup only account entity. Then create a empty solution in your target env, add account entity and export it as unmanaged. This will also be considered as backup (but only for your account entity). Note: In this case data is not backed up rather only customization (medatadat).

But I think you are looking for 1. technique. Take a look at this Ms article This will help you out

There is Pipeline Build Tools called power platform build tools created by Ms Power Platform Backup Environment

Related