The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Does anyone know how to automatically synchronize changes in workspaces connected to Azure Git repo?
Solved! Go to Solution.
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 Team
If 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!
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 Team
If 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!
@Anonymous
How can I get access to this documentation? I do not have permission though.
@Anonymous .
Thank you for all details posted.
How can I have access to the wiki?
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 Team
If 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!