简体   繁体   中英

Deploy Database to Azure VM - but not on a Classic VM

When using a VM(classic) , i am able to Deploy my SQL Server DB to Azure VM, by simply clicking onto it from the Tasks list:

将数据库部署到Azure VM(经典)

I then simply choose the resource Group and then the VM name:

在此处输入图片说明

But now, i created a new VM (not a CLASSIC one), and it doesnt show in the list because the new VMs do not belong to a Resource group

So, how can i manage to Deploy my DB to Azure VM (possibly without extracting the dacpac):

在此处输入图片说明

Migrate a SQL Server database to SQL Server in an Azure VM lists all the methods to do the job. You can use Backup to file and copy to VM and restore when you cannot use the Deploy a SQL Server Database to a Microsoft Azure VM wizard shown in your posts.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM