Skip to content

Instantly share code, notes, and snippets.

@ivanbuzyka
Created September 2, 2022 06:42
Show Gist options
  • Save ivanbuzyka/f5855a359d0a187ba147a0a85425a33a to your computer and use it in GitHub Desktop.
Save ivanbuzyka/f5855a359d0a187ba147a0a85425a33a to your computer and use it in GitHub Desktop.
Deploy dacpac file to Microsoft Azure SQL Database
msdeploy.exe -Verb:Sync -Source:dbDacFx="C:\path\to\dacpac\Sitecore.Xdb.Collection.Shard0.dacpac" -Dest:dbDacFx="Data Source=sqlservername.database.windows.net;Database=shard0; User ID=sa; Password=hereissupersecretpassword"
@ivanbuzyka
Copy link
Author

Ensure DacFX ins installed before running deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment