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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started.md
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,13 @@ This tutorial will guide you through all the basic steps needed to setup and use
19
19
20
20
* Open the [Azure portal](https://portal.azure.com)
21
21
* Create a new storage account with the following settings:
22
-
* In the **Basics** tab
23
-
24
-
|Setting | Suggested value | Description |
25
-
|---|---|---|
26
-
|**Storage account name**| You can give it any name.|In this document, we'll refer to it as `contosolake`.
27
-
|**Account kind**|Must be set to `StorageV2`||
28
-
|**Location**|You can pick any location| We recommend your Synapse workspace and Azure Data Lake Storage (ADLS) Gen2 account are in the same region.|
29
-
||||
30
-
31
-
* In the **Advanced** tab
32
-
33
-
|Setting | Suggested value | Description |
34
-
|---|---|---|
35
-
|**Data Lake Storage Gen2**|`Enabled`| Azure Synapse only works with storage accounts where this setting is enabled.|
36
-
||||
22
+
|Tab|Setting | Suggested value | Description |
23
+
|---|---|---|---|
24
+
|Basics|**Storage account name**| You can give it any name.|In this document, we'll refer to it as `contosolake`.|
25
+
|Basics|**Account kind**|Must be set to `StorageV2`||
26
+
|Basics|**Location**|You can pick any location| We recommend your Synapse workspace and Azure Data Lake Storage (ADLS) Gen2 account are in the same region.|
27
+
|Advanced|**Data Lake Storage Gen2**|`Enabled`| Azure Synapse only works with storage accounts where this setting is enabled.|
28
+
|||||
37
29
38
30
* Once the storage account is created, make these role assignments or ensure they are already assigned. While in the storage account, select **Access control (IAM)** from the left navigation.
39
31
* Assign yourself to the **Owner** role on the storage account
@@ -44,14 +36,13 @@ This tutorial will guide you through all the basic steps needed to setup and use
44
36
45
37
* Open the [Azure portal](https://portal.azure.com) and at the top search for `Synapse`.
46
38
* In the search results under **Services**, select **Azure Synapse Analytics (workspaces preview)**
47
-
* Select **+ Add**
48
-
***Basics** tab:
39
+
* Select **+ Add** to create a new workspace with these settings
49
40
50
-
|Setting | Suggested value | Description |
51
-
|---|---|---|
52
-
|**Workspace name**|You can call it anything.| In this document, we will use `myworkspace`
53
-
|**Region**|Match the region of the storage account||
54
-
|||
41
+
|Tab|Setting | Suggested value | Description |
42
+
|---|---|---|---|
43
+
|Basics|**Workspace name**|You can call it anything.| In this document, we will use `myworkspace`|
44
+
|Basics|**Region**|Match the region of the storage account|
45
+
||||
55
46
56
47
* Under **Select Data Lake Storage Gen 2** select the account and container you previously created
57
48
@@ -85,6 +76,7 @@ Once your Synapse workspace is created, you have two ways to open Synapse Studio
85
76
|---|---|---|
86
77
|**SQL pool name**|`SQLDB1`|
87
78
|**Performance level**|`DW100C`|
79
+
|||
88
80
* Select **Review+create** and then select **Create**.
0 commit comments