@@ -34,12 +34,13 @@ The serverless compute tier is only available in the vCore-based purchasing mode
34
34
35
35
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.
36
36
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** .
39
40
40
41
![ Sign in to Query editor] ( ./media/sql-database-single-database-get-started/query-editor-login.png )
41
42
42
- 3 . Enter the following query in the ** Query editor** pane.
43
+ 1 . Enter the following query in the ** Query editor** pane.
43
44
44
45
``` sql
45
46
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
48
49
ON pc .productcategoryid = p .productcategoryid ;
49
50
```
50
51
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.
52
53
53
54
![ Query editor results] ( ./media/sql-database-single-database-get-started/query-editor-results.png )
54
55
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.
56
57
57
58
## Clean up resources
58
59
@@ -64,9 +65,9 @@ When you're finished using these resources, you can delete the resource group yo
64
65
65
66
To delete ** myResourceGroup** and all its resources using the Azure portal:
66
67
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** .
70
71
71
72
# [ Azure CLI] ( #tab/azure-cli )
72
73
0 commit comments