microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
388 stars 247 forks source link

Question - Can BCContainerhelper / Nav-ARMTemplates work with dacpac files? #3751

Open RonKoppelaar opened 3 weeks ago

RonKoppelaar commented 3 weeks ago

For internal environments we use bacpac files to deploy using the ARMTemplate. For EmbedApp we dacpac files to deploy to LCS. In the pipeline we now create both bacpac and dacpac, using the BCCOntainerhelper.

As you might know, creating bac/dacpac files is quite slow, especially with large schema's like the tenant DB So if possible I would like to stop creating bacpacs and only rely on dacpac.

This requires the ARM templates and bccontainerhelper to also work with this format. I'm not sure if this is the case?

freddydk commented 3 weeks ago

I would think they would just work - have you tried?