You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: