Import databases using Azure ARM template

南笙酒味 提交于 2019-12-11 10:43:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!