问题
Using Azure ARM template, you can create Azure SQL databases. But how can you deploy table schemas or import databases.
回答1:
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')]"
来源:https://stackoverflow.com/questions/35776888/import-databases-using-azure-arm-template