Skip to content

Commit b3aeb8f

Browse files
Merge pull request #86621 from MashaMSFT/20190826_rainbow
updated images for project rainbow (AzB 1578599)
2 parents 33b4266 + 45f4eb7 commit b3aeb8f

File tree

41 files changed

+65
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+65
-62
lines changed

articles/sql-database/includes/sql-database-create-single-database.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In this step, you will create an Azure SQL Database single database.
1818

1919
Create your resource group and single database using the Azure portal.
2020

21-
1. Select **Azure SQL** in the left-hand menu of the Azure portal. If **Azure SQL** is not in the list, select **All services**, then type *Azure SQL* in the search box.
22-
2. Select **+Add** to open the **Select SQL deployment option** page. You can view additional information about the different databases by selecting **Show details** on the **Databases** tile.
21+
1. Select **Azure SQL** in the left-hand menu of the [Azure portal](https://portal.azure.com). If **Azure SQL** is not in the list, select **All services**, then type *Azure SQL* in the search box. (Optional) Select the star next to **Azure SQL** to favorite it and add it as an item in the left-hand navigation.
22+
2. Select **+ Add** to open the **Select SQL deployment option** page. You can view additional information about the different databases by selecting **Show details** on the **Databases** tile.
2323
3. Select **Create**:
2424

2525
![Create single database](../media/sql-database-get-started-portal/create-single-database.png)
@@ -38,7 +38,7 @@ Create your resource group and single database using the Azure portal.
3838
- **Server name**: Type `mysqlserver`; along with some numbers for uniqueness.
3939
- **Server admin login**: Type `azureuser`.
4040
- **Password**: Type a complex password that meets password requirements.
41-
- **Location**: Choose a location from the drop-down, such as `West US 2`.
41+
- **Location**: Choose a location from the drop-down, such as `West US`.
4242

4343
![New server](../media/sql-database-get-started-portal/new-server.png)
4444

@@ -81,7 +81,7 @@ Create your resource group and single database using PowerShell.
8181
# Set variables for your server and database
8282
$subscriptionId = '<SubscriptionID>'
8383
$resourceGroupName = "myResourceGroup-$(Get-Random)"
84-
$location = "West US 2"
84+
$location = "West US"
8585
$adminLogin = "azureuser"
8686
$password = "PWD27!"+(New-Guid).Guid
8787
$serverName = "mysqlserver-$(Get-Random)"
40.2 KB
Loading
Loading
42.6 KB
Loading
36.5 KB
Loading
63.5 KB
Loading

0 commit comments

Comments
 (0)