Using Azure ARM template, you can create Azure SQL databases. But how can you deploy table schemas or import databases.
Asked
Active
Viewed 1,304 times
1
1 Answers
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