How to Set Up Pay-As-You-Go SQL on an Azure VM?

0
11
Asked By CuriousCoder42 On

I'm trying to set up a pay-as-you-go SQL Server on an Azure Virtual Machine. From what I've gathered, simply installing SQL on a VM won't allow me to use this pricing model. It seems like I need to utilize a marketplace image for a particular version of SQL Server on a corresponding Windows Server version. However, I'm not sure how to select the licensing option correctly. I began the setup with SQL Server 2022 on Windows Server 2022, but I can't find where to choose the licensing plan for pay-as-you-go. Is there a default setting I'm missing, or do I need to adjust something to switch to a 'normal' license?

3 Answers

Answered By CloudWanderer23 On

When you're in the Azure portal, search for 'Azure SQL' and navigate to 'SQL Server on Azure VMs'. After selecting 'Create', you should be taken to the wizard where you can choose your specific image. Make sure to check the SQL Server License section; it should allow you to confirm your license status. But if you select 'no' there, it usually means pay-as-you-go is the default. Can you confirm if that’s how it looks on your setup?

Answered By DatabaseDiva88 On

I'm curious why you opted for a VM instead of using Azure SQL's PaaS options? They tend to be cheaper and more secure. But if you're tied to using IaaS for something like SCCM, that's understandable. Wish Azure made it easier for those needing serverless options!

Answered By TechGuru99 On

Check out the Azure documentation on setting up SQL Server on VMs. It has a lot of helpful information on options and configurations you might need. Here's a link that should help: https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview?view=azuresql

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.