Skip to content

Commit 91919ce

Browse files
committed
fix one
1 parent 531d1c9 commit 91919ce

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/sql-database/sql-database-single-database-get-started.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ The serverless compute tier is only available in the vCore-based purchasing mode
3434

3535
Once your database is created, you can use the built-in **Query editor** in the Azure portal to connect to the database and query the data.
3636

37-
1. In the 1. On the **SQL Database** page for your database, select **Query editor (preview)** in the left menu.
38-
2. Enter your server admin login information, and select **OK**.
37+
1. In the portal, search for and select **SQL databases**, and then select your database from the list.
38+
1. On the **SQL Database** page for your database, select **Query editor (preview)** in the left menu.
39+
1. Enter your server admin login information, and select **OK**.
3940

4041
![Sign in to Query editor](./media/sql-database-single-database-get-started/query-editor-login.png)
4142

42-
3. Enter the following query in the **Query editor** pane.
43+
1. Enter the following query in the **Query editor** pane.
4344

4445
```sql
4546
SELECT TOP 20 pc.Name as CategoryName, p.name as ProductName
@@ -48,11 +49,11 @@ Once your database is created, you can use the built-in **Query editor** in the
4849
ON pc.productcategoryid = p.productcategoryid;
4950
```
5051

51-
4. Select **Run**, and then review the query results in the **Results** pane.
52+
1. Select **Run**, and then review the query results in the **Results** pane.
5253

5354
![Query editor results](./media/sql-database-single-database-get-started/query-editor-results.png)
5455

55-
5. Close the **Query editor** page, and select **OK** when prompted to discard your unsaved edits.
56+
1. Close the **Query editor** page, and select **OK** when prompted to discard your unsaved edits.
5657

5758
## Clean up resources
5859

@@ -64,9 +65,9 @@ When you're finished using these resources, you can delete the resource group yo
6465

6566
To delete **myResourceGroup** and all its resources using the Azure portal:
6667

67-
1. From the portal, search for and select **Resource groups**, and then select **myResourceGroup** from the list.
68-
2. On the resource group page, select **Delete resource group**.
69-
3. Under **Type the resource group name**, enter *myResourceGroup*, and then select **Delete**.
68+
1. In the portal, search for and select **Resource groups**, and then select **myResourceGroup** from the list.
69+
1. On the resource group page, select **Delete resource group**.
70+
1. Under **Type the resource group name**, enter *myResourceGroup*, and then select **Delete**.
7071

7172
# [Azure CLI](#tab/azure-cli)
7273

0 commit comments

Comments
 (0)