How can I install sql server 2019 standard to azure vm from image manually?

Szabó Zsolt 1 Reputation point
2020-11-11T10:06:20.74+00:00

I would like to install three SQL server 2019 standard instance to Azure VM. I would like to do the whole installation process by myself. Are there any solution to do this?

SQL Server on Azure Virtual Machines
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 18,647 Reputation points Microsoft Employee
    2020-11-14T01:49:40.397+00:00

    There are three ways to do this. If you're an Enterprise Agreement (EA) customer, you can provision one of the virtual machine images that supports licenses, which is also known as bring-your-own-license (BYOL). If you have Software Assurance, you can enable the Azure Hybrid Benefit on an existing pay-as-you-go (PAYG) image. Or you can copy the SQL Server installation media to a Windows Server VM, and then install SQL Server on the VM. Be sure to register your SQL Server VM with the extension for features such as portal management, automated backup and automated patching.

    Please refer to these documentation links for details:
    https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/frequently-asked-questions-faq#licensing

    Similar thread posted here which might help as well : https://learn.microsoft.com/en-us/answers/questions/90678/byol-for-manually-installing-sql-server-on-azure-v.html

    1 person found this answer helpful.
    0 comments No comments