Forum Discussion
Deployment Pipline, staging
- Anonymous4 years ago
Ok. I will check out the pipeline extension you referred to. I have now "solved" the issue by creating alternate workspaces with their own pipeline which I now use for staging and swapping when deployting into production.
Anonymous,
to re-iterate on edhans words- as long as there aren't breaking changes, you should be able to deploy it into Production dataset and without any downtime for the users. When there are breaking changes, you will get a notification and you can decide to stop the deployment.
Another option is to use pipeline's ADO extension to schedule deployments at night time, and run a refresh right after that.
- Anonymous4 years agoNot applicable
Ok. I will check out the pipeline extension you referred to. I have now "solved" the issue by creating alternate workspaces with their own pipeline which I now use for staging and swapping when deployting into production.