Posts

Showing posts from December, 2022

Dynamics 365 FinOps development using GIT

Image
In this article I will be going over how we can setup a git repository for managing our customizations for D365 FinOps within Azure DevOps. Create a new model This step is only required for the purpose of this article. If you already have an existing model you can use that for further steps.  See this article for details on how to create a new model. D365 FinOps Creating, updating, deleting and deploying model For example,  Copy the contents of the model folder created with your AOSSerive/PackagesLocalDirectory folder and store it somewhere. We will use this later to upload the contents of the model to git source control. Remove the model from the environment so that it longer exists under AOSSerive/PackagesLocalDirectory. This is so that we can clone the source controlled version of the model on this location.  Setting up a GIT repository Navigate to your Azure DevOps project and click on the repos tab page. Click on new repository Provide an appropriate name for your re...