Leveraging Azure DevOps for source control
Azure DevOps provides two types of source control: Git and Team Foundation Version Control (previously known as TFS). A source control repository is created by default when a new Azure DevOps project is instantiated, where the user is presented with the aforementioned version control options:
Additional repositories may be added, which may differ from the default. The following screenshot shows an additional repository being created within an existing project:
Source control is an essential part of the Power Platform implementation process, typically storing the following artifacts:
- Dataverse plugin source code
- Model-Driven Apps customization source code (PCFs, web resources, and images)
- Dataverse exported solutions
- Data (master data...