Skip to content

Commit 5f3b1f4

Browse files
authored
Merge pull request #116196 from saveenr/patch-4
Update get-started.md
2 parents 94ad5f6 + 9c4a1eb commit 5f3b1f4

File tree

1 file changed

+17
-26
lines changed

1 file changed

+17
-26
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@ This tutorial will guide you through all the basic steps needed to setup and use
1717

1818
## Prepare a storage account for use with a Synapse workspace
1919

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+
|||||
3729

3830
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.
3931
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
4234

4335
## Create a Synapse workspace
4436

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
4940

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+
||||
5546

5647
1. Under **Select Data Lake Storage Gen 2**, select the account and container you previously created.
5748
> [!NOTE]

0 commit comments

Comments
 (0)