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
+17-26Lines changed: 17 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,15 @@ This tutorial will guide you through all the basic steps needed to setup and use
17
17
18
18
## Prepare a storage account for use with a Synapse workspace
19
19
20
-
1. Open the [Azure portal](https://portal.azure.com)
21
-
1. 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
-
||||
20
+
* Open the [Azure portal](https://portal.azure.com)
21
+
* Create a new storage account with the following settings:
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
1. Once the storage account is created, select **Access control (IAM)** from the left navigation. Then assign the following roles or ensure they are already assigned.
39
31
a. * Assign yourself to the **Owner** role on the storage account
@@ -42,16 +34,15 @@ This tutorial will guide you through all the basic steps needed to setup and use
42
34
43
35
## Create a Synapse workspace
44
36
45
-
1. Open the [Azure portal](https://portal.azure.com) and at the top search for `Synapse`.
46
-
1. In the search results under **Services**, select **Azure Synapse Analytics (workspaces preview)**
47
-
1. Select **+ Add**
48
-
1.**Basics** tab:
37
+
* Open the [Azure portal](https://portal.azure.com) and at the top search for `Synapse`.
38
+
* In the search results under **Services**, select **Azure Synapse Analytics (workspaces preview)**
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
1. Under **Select Data Lake Storage Gen 2**, select the account and container you previously created.
0 commit comments