Uninstall/Remove a Model/Package From Production & UAT Environment of Microsoft Dynamics Finance and operations.
Steps
Create a file that is named ModuleToRemove.txt.
In the file, put the name of each module that you want to remove on a separate line. Make sure that you’ve completed the prerequisites for each module that you’re removing.
Create a valid deployable package, and put the ModuleToRemove.txt file in the package\AOSService\Scripts folder.
Install/Deploy the deployable package in UAT or production environment.
Verify that the package was uninstalled before you complete this procedure in a production environment.
Virtual Machine is like a computer created within a computer.It has guest operating system. Virtual Machine uses hardware level virtualization.Hypervisor controllers enables you to create and run multiple VMs.
Containers virtualizes entire operating system and multiple applications runs in an isolated and secure way on a single operating system.It doesn’t have any guest operating system.The application and all its dependencies is packaged into a “container” and then a standard runtime environment is used to execute the app.
Serverless computing also called as FaaS (Function as a service). Azure Function and AWS Lambda are the most popular serverless platforms.Application is broken into separate functions that run when triggered by some action.You only pay for the processing time used by each function as it executes.
There are many process in Microsoft Dynamics 365 Finance and Operation which run in background as a batch jobs. The Debugging of Batch Jobs In Visual Studio is very common requirement.
Steps
Go the Debug Menu & Click on “Attach To Process”.
Show process from all users should be selected YES
Attach To Value should be -Automatic: Managed (v4.6, v4.5, v4.0) code
Select Process “Batch.exe” from available processes & run your batch job. Breakpoint will hit and you will be able to debug your code.
Developer is consuming an external REST web-service in D365/X++ . Response is in the JSON format. Developer needs to DeSerialize incoming JSON so that values can be used later in the system.
Microsoft Dynamics AX, Microsoft Dynamics 365 for Finance and Operations, D365 FO, Retail, SQL, Microsoft Power Apps, Microsoft Power BI, Microsoft Azure, Logic Apps, Microsoft Flow, Microsoft power automate, Microsoft Power Platform,.Net, X++, C#, Power BI DAX, Data Warehousing, Microsoft Analysis Services, SQL Server Reporting Services