Forum Discussion
How to auto sync reports connected to Azure Git Repo
Does anyone know how to automatically synchronize changes in workspaces connected to Azure Git repo?
- Anonymous2 years ago
Hi Johonnatan ,
Your requirement is to automatically synchronize changes in the workspace connected to the Azure Git repository. Am I right?
To achieve this requirement, you can use Azure Pipelines and Azure Repos integration.
Azure Pipelines allows continuous building, testing, and deployment to any platform and cloud. Azure Repos provides unlimited cloud-hosted private Git repositories for projects. Integrating Azure Pipelines with Azure Repos can achieve automatic synchronization process.
For detailed configuration steps, you can refer to this document:
Azure DevOps Repos and Pipelines - OWiki
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
4 Replies
- AnonymousNot applicable
Hi Johonnatan ,
Your requirement is to automatically synchronize changes in the workspace connected to the Azure Git repository. Am I right?
To achieve this requirement, you can use Azure Pipelines and Azure Repos integration.
Azure Pipelines allows continuous building, testing, and deployment to any platform and cloud. Azure Repos provides unlimited cloud-hosted private Git repositories for projects. Integrating Azure Pipelines with Azure Repos can achieve automatic synchronization process.
For detailed configuration steps, you can refer to this document:
Azure DevOps Repos and Pipelines - OWiki
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot! - Johonnatan
Helper I
Anonymous .
Thank you for all details posted.
How can I have access to the wiki?
- Johonnatan
Helper I
Anonymous
How can I get access to this documentation? I do not have permission though.
- AnonymousNot applicable
Hi Johonnatan ,
Sorry, if you can't access the link, here is my alternative for you.
Azure Repo can synchronize changes to a remote Git repository. You can use the "Sync" option or the "Push" command to upload commits to a remote repository.
For the relevant steps, you can check the official document below. This document is official and will not be restricted:
Sync your changes to a remote Git repo - Azure Repos | Microsoft Learn
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!