Automated deploy of apps to Business Central with dependencies

One of the things that can be really annoying in Dynamics NAV or Business Central is the dependent apps.

What are dependent apps?

Some partners have made a base app that will contain all the basic functionality, that they use with all customers. Then they create apps that can be added to the solution but basing the solution on some data or functionality from the base app.

Source : PEIK’S CORNER
Read more…

Dynamics 365 Business Central SaaS (Cloud) Test: Deploy the same PTE to different Tenants/Customers

As you might know, there are two kinds of extensions in Business Central world: AppSource Extensions and Per-Tenant Extensions (PTE).

When you have finished developing and testing your tenant customization, you must deploy the extension (.app file) containing the customization to your customer’s production tenant. Recently I saw some discussions about whether it is possible to deploy a same PTE in the same version into different Tenants/Customers?

Source : Dynamics 365 Lab
Read 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 Azure? Or maybe to different Azure subscriptions or regions?

We saw in the webcast how you can deploy an Azure Function by using Visual Studio or Visual Studio Code directly. But Azure Functions have also a full range of continuous deployment and integration options provided by Azure App Service and you can deploy an Azure Function directly from a CI/CD pipeline in Azure DevOps. But there’s also a quickest way in my opinion: Zip deployment.

Source : Stefano Demiliani
Read more…

Deploying from Visual Studio, update

A few days ago I have published my PowerShell script that streamlines and automates deployment of control add-ins from Visual Studio. Over the past couple of days I have improved it a little bit, and fixed a few bugs, so here’s an updated version that is more resilient to your project structure, produces resource zips that NST not only extracts, but actually understands, and does a little more.

Bron : Vjeko.com
Lees meer…