Skip to content

Commit edcdbc1

Browse files
author
Saveen Reddy
authored
Update get-started.md
1 parent 38b025a commit edcdbc1

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 05/19/2020
1212
---
1313

1414
# 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.
1616

1717
## Prepare a storage account for use with a Synapse workspace
1818
* 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
2323
* **Location** - you can pick any location but its recommended your Synapse workspace and ADLSGEN2 account are in the same region
2424
* Key settings in the **Advanced** tab
2525
* **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`
3030
* Click **Review + create**. Click **Create**.
3131

3232
## Create a Synapse workspace
3333
* 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)**
3535
* Click **+ Add**
36-
Key settings in the **Basics** tab enter
36+
* Key settings in the **Basics** tab:
3737
* **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
3939
* 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
4041
* Click **Review + create**. Click **Create**. Your workspace will be ready in a few minutes
4142

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+
4250
## Launch Synapse Studio
4351
Once your Synapse workspace is created, you have two ways to open Synapse Studio:
4452
* 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

Comments
 (0)