Skip to main content

Posts

Deploying D365 Finance and Operations Build Machine | F&O | Dynamics

  Hello Everyone, We have a requirement for the deployment of D365 Build machine. Build machine are normally created as an additional machine with an additional cost to make/create deployable packages which will be further deployed on different environment. Prerequisites: 1) Create Team foundation version control(TFVC) version control setup on DevOps as this is required while creating build machines otherwise It will result in below error. To create it, navigate to Repos(You should have correct user roles than you will be able to see it) in devOps. Open the dropdown and you will see "+ New repository " option. 2) On LCS level Permission to manage and create VMs should be assigned Steps to create Build machine Open LCS and navigate to cloud hosted environments after entering into the project. Then press + to add VM Select DevTest Again select the build and test Based on requirement, select Size of the VM in my case its B8ms (standard) Name your build agent . Set data...

Adding D365 F&O Extension in Visual Studio 2022 | Dynamics

  Hello Devs! This is a very common scenario when it comes to enabling D365 extension within VS 2022, so for that below are list of steps needs to be done to enable extension for development. Please note for Older VS versions please refer to my blog below : https://www.linkedin.com/feed/update/urn:li:ugcPost:7033677029451440128/ Prerequisites: Visual Studio 2022 should be installed before performing below steps. Step # 1: Login to LCS (Microsoft Dynamics lifecycle services). In the main page after login there is a option of Shared asset library (without entering into project folder). Step # 2: In the list of sub menus , Select Software deployment package and search for latest Service update. For my case I am downloading 10.0.41 Step # 3 : Once you have downloaded it. Unzip the folder and search for FinanceAndOperations_10.0.2015.54_Application\DevToolsService\Scripts Before installation you will not be able to see Dynamics 365 option within VS 2022. Now please clos...