用于在 Azure 虚拟机中创建新 sql 数据库的 Arm 模板

Arm template for creating new sql database in Azure virtual machine

我可以在 Azure 中创建单个数据库 SQL 使用 ARM 模板的数据库,但是如果不存在,在虚拟机中创建新数据库需要做哪些更改。

参考:https://docs.microsoft.com/en-us/azure/sql-database/sql-database-single-database-get-started-template

在这种情况下不应使用 ARM,因为它用于创建 azure 资源。虚拟机准备就绪后,您将需要其他东西来创建新数据库。您可以 运行 powershell 脚本: Is it possible to create a Database in SQL Server with powershell?