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
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 05/19/2020
12
12
---
13
13
14
14
# Getting Started with Azure Synapse Analytics
15
-
This tutorial guides your all the basic steps needed to use Azure Synapse Analytics.
15
+
This tutorial guides you through all the basic steps needed to use Azure Synapse Analytics.
16
16
17
17
## Prepare a storage account for use with a Synapse workspace
18
18
* Open the [Azure Portal](https://portal.azure.com)
@@ -23,22 +23,30 @@ This tutorial guides your all the basic steps needed to use Azure Synapse Analyt
23
23
***Location** - you can pick any location but its recommended your Synapse workspace and ADLSGEN2 account are in the same region
24
24
* Key settings in the **Advanced** tab
25
25
***Data Lake Storage Gen2** - set to `Enabled`. Azure Synapse only works with storage accounts where this setting is enabled.
26
-
* Once the storage account is created, perform these steps:
27
-
*Ensure that you are assigned to the **Owner** role on the storage account
28
-
* Assign yourself to the **Azure Blob Storage Owner** role on the Storage Account
29
-
* Create a container. You can give it any name. In this document we will use the name 'users`
26
+
* Once the storage account is created, perform these role assignments or ensure they are already assigned
27
+
*Assign yourself to the **Owner** role on the storage account
28
+
* Assign yourself to the **Storage Blob Data Owner** role on the Storage Account
29
+
* Create a container. You can give it any name. In this document we will use the name 'users`
30
30
* Click **Review + create**. Click **Create**.
31
31
32
32
## Create a Synapse workspace
33
33
* Open the [Azure Portal](https://portal.azure.com) and at the top search for `Synapse`.
34
-
* In the search results, under **Services** click **Azure Synapse Analytics (workspaces preview)**
34
+
* In the search results under **Services**, click **Azure Synapse Analytics (workspaces preview)**
35
35
* Click **+ Add**
36
-
Key settings in the **Basics** tab enter
36
+
*Key settings in the **Basics** tab:
37
37
***Workspace name** - you can call it anything. In this document we will use `myworkspace`
38
-
* **Region** - match the region you chose for the storage account
38
+
***Region** - match the region of the storage account
39
39
* Under **Select Data Lake Storage Gen 2** select the account and container you prevpoiusly creates
40
+
* NOTE: The storage account chosen here will be referred to as the "primary" storage account of the Synapse workspace
40
41
* Click **Review + create**. Click **Create**. Your workspace will be ready in a few minutes
41
42
43
+
## Verify the Synapse workspace MSI has access to the storage account
44
+
This may have already been done for you. In any case, you should verify.
45
+
46
+
* Open the [Azure Portal](https://portal.azure.com) open the primary storage account chosen for your workpace
47
+
* Ensure that the following assignment exists or create it if it doesn't
48
+
* Assign 'myworkspace' - it will always have the same name os the worksapce to the Storage Blob Data Contributor role on the storage account
49
+
42
50
## Launch Synapse Studio
43
51
Once your Synapse workspace is created, you have two ways to open Synapse Studio:
44
52
* Open your Synapse workspace in the [Azure portal](https://portal.azure.com) and at the top of the **Overview** section click **Launch Synapse Studio**
0 commit comments