You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,79 +32,82 @@ Sign in to the [Azure portal](https://portal.azure.com/)
33
32
34
33
1. Navigate to the Synapse workspace where the dedicated SQL pool will be created by typing the service name (or resource name directly) into the search bar.
35
34
36
-

35
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-00a.png" alt-text="A screenshot of the Azure portal search bar with Synapse workspaces typed in.":::
37
36
1. From the list of workspaces, type the name (or part of the name) of the workspace to open. For this example, we'll use a workspace named **contosoanalytics**.
38
37
39
-

38
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-00b.png" alt-text="A screenshot of the Synapse workspaces filtered to show those containing the name Contoso.":::
40
39
41
40
## Launch Synapse Studio
42
41
43
42
1. From the workspace overview, select the **Workspace web URL** to launch Synapse Studio.
44
43
45
-

44
+
:::image type="content" source="media/quickstart-create-apache-spark-pool/create-spark-pool-studio-20.png" alt-text="A screenshot of the Azure portal Synapse workspace overview with Workspace web URL highlighted.":::
46
45
47
46
## Create a dedicated SQL pool in Synapse Studio
48
47
49
48
1. On the Synapse Studio home page, navigate to the **Management Hub** in the left navigation by selecting the **Manage** icon.
50
49
51
-

50
+
:::image type="content" source="media/quickstart-create-apache-spark-pool/create-spark-pool-studio-21.png" alt-text="A screenshot of the Synapse Studio home page with Management Hub section highlighted.":::
52
51
53
52
1. Once in the Management Hub, navigate to the **SQL pools** section to see the current list of SQL pools that are available in the workspace.
54
53
55
-

54
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-22.png" alt-text="A screenshot of the Synapse Studio management hub with SQL pools navigation selected.":::
56
55
57
-
1. Select **+ New** command and the new SQL pool create wizard will appear.
56
+
1. Select **+ New** command and the new SQL pool create wizard will appear.
58
57
59
-

58
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-23.png" alt-text="A screenshot of the Synapse Studio Management Hub listing of SQL pools.":::
60
59
61
60
1. Enter the following details in the **Basics** tab:
62
61
63
-
| Setting | Suggested value | Description |
64
-
| :------| :--------------| :---------- |
65
-
|**SQL pool name**| contosoedw | This is the name that the dedicated SQL pool will have. |
62
+
| Setting | Suggested value | Description |
63
+
| :--- | :--- | :--- |
64
+
|**SQL pool name**|`contosoedw`| This is the name that the dedicated SQL pool will have. |
66
65
|**Performance level**| DW100c | Set this to the smallest size to reduce costs for this quickstart |
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-24.png" alt-text="A screenshot of the SQL pools create flow - basics tab.":::
68
+
69
+
> [!IMPORTANT]
70
70
> Note that there are specific limitations for the names that dedicated SQL pools can use. Names can't contain special characters, must be 60 or less characters, not contain reserved words, and be unique in the workspace.
71
71
72
-
4. In the next tab, **Additional settings**, select **none** to provision the SQL pool without data. Leave the default collation as selected.
72
+
1. In the next tab, **Additional settings**, select **none** to create the dedicated SQL pool without data. Leave the default collation as selected.
73
73
74
74
If you want to restore your dedicated SQL pool from a restore point, select **Restore point**. For more information on how to perform a restore, see [How-to: Restore an existing dedicated SQL pool](backuprestore/restore-sql-pool.md)
75
75
76
-

76
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-25.png" alt-text="A screenshot of the SQL pool create flow - additional settings tab.":::
77
77
78
78
1. We won't add any tags for now, so next select **Review + create**.
79
79
80
-
1. In the **Review + create** tab, make sure that the details look correct based on what was previously entered, and press **create**.
80
+
1. In the **Review + create** tab, make sure that the details look correct based on what was previously entered, and press **Create**.
81
81
82
-

82
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-26.png" alt-text="A screenshot of the SQL pool create flow - review settings tab.":::
83
83
84
84
1. At this point, the resource provisioning flow will start.
85
85
86
86
1. After the provisioning completes, navigating back to the workspace will show a new entry for the newly created SQL pool.
87
87
88
-

88
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-27.png" alt-text="A screenshot of the SQL pool create flow - resource provisioning.":::
89
89
90
90
1. Once the dedicated SQL pool is created, it will be available in the workspace for loading data, processing streams, reading from the lake, etc.
91
91
92
-
## Clean up dedicated SQL pool using Synapse Studio
92
+
## Clean up dedicated SQL pool using Synapse Studio
93
93
94
94
Follow the steps below to delete the dedicated SQL pool from the workspace using Synapse Studio.
95
-
> [!WARNING]
95
+
96
+
> [!WARNING]
96
97
> Deleting a dedicated SQL pool will remove the analytics engine from the workspace. It will no longer be possible to connect to the pool, and all queries, pipelines, scripts that use this dedicated SQL pool will no longer work.
97
98
98
99
If you want to delete the dedicated SQL pool, do the following:
99
100
100
101
1. Navigate to the SQL pools in the Management Hub in Synapse Studio.
101
102
1. Select the ellipsis in the dedicated SQL pool to be deleted (in this case, **contosoedw**) to show the commands for the dedicated SQL pool:
102
103
103
-

104
-
1. Press **delete**.
104
+
:::image type="content" source="media/quickstart-create-sql-pool/create-sql-pool-studio-28.png" alt-text="A screenshot of all SQL pools, with the recently created pool selected.":::
105
+
1. Press **Delete**.
105
106
1. Confirm the deletion, and press **Delete** button.
106
107
1. When the process completes successfully, the dedicated SQL pool will no longer be listed in the workspace resources.
107
108
108
109
## Next steps
109
-
110
+
110
111
- See [Quickstart: Create an Apache Spark notebook](quickstart-apache-spark-notebook.md).
111
112
- See [Quickstart: Create a dedicated SQL pool using the Azure portal](quickstart-create-sql-pool-portal.md).
113
+
- See [Quickstart: Scale compute for dedicated SQL pools in Azure Synapse Workspaces with Azure PowerShell](sql-data-warehouse/quickstart-scale-compute-workspace-powershell.md)
0 commit comments