Category: MS Dynamics NAV

Upgrade to Business Central V17 (part 1) – The Workflow

Recently, we have been going through upgrading our 65 apps to the newest release (v17). You might wonder: upgrade? Wasn’t this supposed to be seemless? Well, let me explain what we did, how we handle stuff internally – and then maybe it does make sense to you why we take the steps we took for …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/10/28/upgrade-to-business-central-v17-part-1-the-workflow/

Microsoft Dynamics 365 Business Central 2020 release wave 2 is Released!

Just a small reminder for you that yet another major release has been thrown our direction: v17 aka “Business Central 2020 Release Wave 2“. Old news, I know. But I blame the pandemic ;-). I already blogged about this upcoming release, and basically the list is quite the same.In fact, besides the official Microsoft Docs …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/10/08/microsoft-dynamics-365-business-central-2020-release-wave-2-is-released/

You wonder how? The answer is “DevOps”!

You must have seen this blog post from Microsoft: Maintain AppSource apps and per-tenant extensions in Dynamics 365 Business Central (online) And/or this blog of AJ: Business Central App maintenance policy tightened And/or this post from James: SaaS enables progress, why block it? If you didn’t, please do. Because as a Microsoft Dynamics 365 Business …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/09/28/microsoft-dynamics-365-business-central-partner-devops-is-the-answer/

Use Azure KeyVault in AzureDevops for sharing licensing and other secrets

You are probably aware on how “secrets” work in AzureDevops. In a way, it’s simple: you can create variables, and store the value of the variable as a secret or not, simply by tapping the “lock” when creating a variable. To share variables over multiple repos, you can create a variable group, and use that …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/09/18/use-azure-keyvault-in-azuredevops-for-sharing-licensing-and-other-secrets/

Using Microsoft Dynamics 365 Business Central Artifacts to get to the source code of the default apps

A question I get a lot – especially from people that come from C/AL, and only take their first steps into AL – is: How do I get to Microsoft’s source code of the BaseApp (and other)? Well, there are multiple ways, really. You can download symbols, and unpack the symbols. You can download the …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/08/28/using-microsoft-dynamics-365-business-central-artifacts-to-get-to-the-source-code-of-the-default-apps/

Using DevOps Agent for prepping your Docker Images

I have yet another option for you that might be interesting for you to handle the artifacts that Microsoft (Freddy) is providing in stead of actual Docker Images on a Docker Registry. What changed? Well, this shouldn’t be new to you anymore. You must have read the numerous blogposts from Freddy announcing a new way …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/08/18/using-devops-agent-for-prepping-your-docker-images/

New Upcoming Conference: DynamicsCon

I just wanted to raise some attention to a new Conference in town: DynamicsCon. Quite interesting, because it’s perfectly aligned with the current world situation regarding COVID-19 issues: it’s a virtual event .. and it’s free! I’m not saying I prefer virtual events. I don’t. But given the circumstances, I guess it makes sense – …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/07/30/new-upcoming-conference-dynamicscon/

Installing a DevOps Agent (with Docker) with the most chance of success

You might have read my previous blog on DevOps build agents. Since then, I’ve been quite busy with DevOps – and especially with ALOps. And I had to conclude that one big bottleneck keeps being the same: a decent (stable) installation of a DevOps Build server that supports Docker with the images from Microsoft. Or …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/07/13/installing-a-devops-agent-with-docker-with-the-most-chance-of-success/

Microsoft Dynamics 365: 2020 release wave 2 plan

That’s right. It’s time again for the next round of features that Microsoft is planning for the next major release. It’s weird this time, lacking most info from conferences .. the kind of “silent” release of Wave 1 .. it’s almost like flying blind. Although, there is a crapload of information online. And of course, …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/07/09/microsoft-dynamics-365-2020-release-wave-2-plan/

Deploying from DevOps the right way (Part 2): Deploying to OnPrem Business Central environments with the automation API

You might have read my previous blogpost on how to enable the “external deployment” in an OnPrem Business Central environment. Well, that post deserved an “extension” as I didn’t provide examples on how to deploy with PowerShell – which you would be able to do within Azure DevOps. Scenario The scenario is still the same: …

Continue reading

Permanent link to this article: https://www.waldo.be/2020/06/30/deploying-from-devops-the-right-way-part-2-deploying-to-onprem-business-central-environments-with-the-automation-api/