- Lab
- A Cloud Guru
Deploying a SQL Server on Windows VM in Azure
One great advantage of the cloud is the ability to quickly spin up resources with minimum effort. The same holds true with database resources in Azure. In this hands-on lab scenario, you are the DBA for Awesome Company. An application has been fast-tracked for development, and you are required to provide a SQL Server backend today by close of business. This application will require instance-level features and have other software installed alongside it, so a full VM is needed. You will rise to the challenge by utilizing an image from the Azure Marketplace. This lab will help you become familiar with how to quickly provision SQL Server VMs running on Windows within Azure.
Path Info
Table of Contents
-
Challenge
Log in to the Azure Portal
Log in to the Azure Portal using the provided credentials.
-
Challenge
Create a SQL Server on Windows VM from the Azure Marketplace
- In the search box at the top of the page, search for "Azure SQL", and click on Azure SQL under Services.
- Click Create Azure SQL resource.
- Under SQL virtual machines, select the image Free SQL Server License: SQL 2019 Developer on Windows Server 2019.
- Click Create.
- Select the resource group created by the lab.
- Provide a virtual machine name.
- Set the region as (US) West US.
- Click Select size.
- Select B2s, and click Select.
- Provide a username and password.
- For Public inbound ports, select None.
- Click Review + create.
- Verify all is well, and click Create.
- Once the deployment is complete, click Go to resource.
Congratulations! You now have a fully functional SQL Server with minimal effort. You could RDP to the machine to interact with it via tools on the local server, or configure it to accept connections from remote clients.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.