MicrosoftLearning / dp-300-database-administrator

Repository for lab exercises and instructions for Microsoft DP-300 learning content
https://microsoftlearning.github.io/dp-300-database-administrator/
MIT License
81 stars 89 forks source link

Lab 02-provision-sql-database: add a step to get the Resource Group "Location" #3

Closed vipaiva closed 2 years ago

vipaiva commented 2 years ago

Module: 01

Lab/Demo: 02

Task: Provision an Azure SQL Database

Step: 00

Description of issue: I suggest adding a step to check the Resource Group information before start provisioning the SQL DB as the information is asked in step 3. Or even before creating the Vnet.

While creating the Logical Server:

The instruction says: Location: <your local region, same as the selected region for your resource group, otherwise it may fail>

By default, this field maybe pre-populated with wrong information. Therefore, it is important to check the correct Resource Group Region/Location.

Suggestion: From the Azure Portal, search for “Resource groups” in the search box at the top, then click Resource groups from the list of options. Keep a note of the Location of your Resource Group which you will use in subsequent steps while creating resources.

JulianePadrao commented 2 years ago

Thanks for your submission. The instruction has been updated with the steps to find the resource group location.