1

Using Azure ARM template, you can create Azure SQL databases. But how can you deploy table schemas or import databases.

Notlikethat
  • 20,095
  • 3
  • 40
  • 77
Jonathan Gao
  • 599
  • 3
  • 9

1 Answers1

0

The answer and a sample ARM template can be found at https://stackoverflow.com/questions/34987911/import-a-database-using-azurerm-powershell/34989636#=

The following is an example of using a public container instead of a private container:

"storageKey": "?", "storageKeyType": "SharedAccessKey", "storageUri": "[variables('bacpacURL')]"

Community
  • 1
  • 1
Jonathan Gao
  • 599
  • 3
  • 9