Installation of SQL server inside an existing Azure VM

Maurizio Colli 21 Reputation points
2021-11-29T11:25:36.487+00:00

Good morning,

isi it possibile to install SQL server on an existing Base Azure VM (without naive SQL instance)?

I can supply SQL to this Virtual Machine?

Best regards,

Murizio

SQL Server | Other
{count} votes

Accepted answer
  1. Alan Kinane 16,951 Reputation points MVP Volunteer Moderator
    2021-11-29T12:59:23.1+00:00

    Yes, it is possible but if it is a licensed edition of SQL Server then you may need to pay for the licensing once installed.

    If this is a new VM then it would be easier to create a VM from an image that has SQL Server pre-installed and configured for licensing - https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-vm-create-portal-quickstart

    If you want to install SQL Server yourself then I would recommend to register the VM with the SQL IaaS extension. This will give you more management options including the option to pay for the SQL licensing on a per-minute basis if this is required.

    https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm


2 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2021-11-29T13:01:23.48+00:00

    It doesn't matter if it is a physical or virtual machine, as long as SQL Server supports the installed OS, you can install it everywhere.

    0 comments No comments

  2. Seeya Xi-MSFT 16,586 Reputation points
    2021-11-30T02:42:25.023+00:00

    Hi @Maurizio Colli ,

    Welcome to Microsoft Q&A!
    Yes. Agree with them.
    Please see this link: SQL Server on Azure Virtual Machines FAQ.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.