Refactoring Azure Blob Storage API

After publishing the first version of the Azure Blob Storage API for Dynamics 365 Business Central yesterday I wanted to check if I find time some to add some more API-methods to it. When I wanted to add the handling for “Delete Container” and “Delete Blob” I also noticed the different optional URI-parameters and Request … Read more

Yet another update for D365BCAppHelper / Read information from Runtime packages

In the last post I introduced you to a new function in the D365BCAppHelper-module – Get-D365BCManifestFromAppFile. I also informed you that it is limited to “regular” App-packages (meaning “non-Runtime-Packages” that weren’t created with Get-NAVAppRuntimePackage). But I also said that I would try to figure out if it is possible to include these as well. Spoiler … Read more

Update for D365BCAppHelper

Sample Screenshot (crop)

When I initially started with the D365BCAppHelper-module I did not only want to easily see a representation of existing Dependencies between installed Apps. I also wanted to use it for scenarios like easily updating Apps with said dependencies (e.g. replacing “Base Application”). I know that there are already posts out there explaining the replacement of … Read more

Show app dependencies with D365BCAppHelper

It’s been quiet for some time here, but I didn’t abandon the blog. There was just a lot to do and there was little time for new stuff. This post won’t be very long, just a quick introduction of a little helper Module I created. I wanted an easy way to visualize app-dependencies for Business … Read more