I saw on different forums people having troubles on connecting to their brand new Docker containers created with the new … More
Category: Powershell
Creating a Dynamics 365 Business Central Docker container with artifacts on Azure Container Instances
Azure Container Instances (ACI) is a great service offered by Azure that permits you to run serverless Docker containers in … More
Automating the creation of work items in Azure DevOps (from Powershell and from Dynamics 365 Business Central)
If you’re using Azure DevOps in yor organization for the entire product lifecycle, you know for sure that you can … More
A quick way to deploy your Azure Functions in the cloud
After my last webcast about Azure Functions, I received an interesting question: how can I quickly deploy a function to … More
Executing your .exe tasks on a Cloud environment by using Azure Functions
I think that many of you on your Dynamics NAV or Dynamics 365 Business Central projects have tasks executed by … More
Dynamics 365 Business Central APIs, Powershell, CSV and a bit of fancy notifications
In one of my last development workshops for Microsoft Italy, when talking about Dynamics 365 Business Central APIs, I’ve done … More
Dynamics 365 Business Central on-premise: checking extension’s status via Powershell
An interesting question pops out yesterday: with Dynamics 365 Business Central on-premise, how can I programmatically check if a particular … More
Moving an on-premise Dynamics 365 Business Central database to Azure SQL via Powershell
If I have an on-premise installation of Dynamics 365 Business Central, can I move my database from a local SQL … More
Enabling Remote Powershell connections to a Dynamics 365 Business Central Azure VM sandbox
When developing with Dynamics 365 Business Central in teams, you could have in-place different sandbox environments for developing or testing … More
Using C# classes on your NAV Powershell tasks
After yesterday’s post about scheduling Microsoft Dynamics NAV tasks in parallel with Powershell, I’ve received an interesting question: If I … More
Running Microsoft Dynamics NAV tasks in parallel with Powershell
As you know, in many scenarios I like to schedule NAV tasks by using Powershell instead of using the standard … More
An alternative Job Scheduler for NAV
As all of you (NAV developers) already knows, Microsoft Dynamics NAV has a built-in job scheduler (Job Queue) useful if … More