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?
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?