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-create-workspace.md
+29-17Lines changed: 29 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,42 @@
1
1
---
2
-
title: 'Quickstart: Get started - create a Synapse workspace'
3
-
description: In this tutorial, you'll learn how to create a Synapse workspace, a dedicated SQL pool, and a serverless Apache Spark pool.
2
+
title: 'Quickstart: Create a Synapse workspace'
3
+
description: In this quickstart, you'll learn how to create a Synapse workspace, a dedicated SQL pool, and a serverless Apache Spark pool.
4
4
author: whhender
5
5
ms.author: whhender
6
6
ms.reviewer: whhender
7
7
ms.service: azure-synapse-analytics
8
8
ms.subservice: workspace
9
-
ms.topic: tutorial
10
-
ms.date: 11/18/2022
9
+
ms.topic: quickstart
10
+
ms.date: 08/27/2024
11
11
---
12
12
13
-
# Creating a Synapse workspace
13
+
# Quickstart: Create a Synapse workspace
14
14
15
-
In this tutorial, you'll learn how to create a Synapse workspace, a dedicated SQL pool, and a serverless Apache Spark pool.
15
+
In this Quickstart, you will create a Synapse workspace, and you can follow along with the rest of the tutorials to create a dedicated SQL pool, and a serverless Apache Spark pool.
16
16
17
17
## Prerequisites
18
18
19
-
To complete this tutorial's steps, you need to have access to a resource group for which you're assigned the **Owner** role. Create the Synapse workspace in this resource group.
19
+
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
20
+
- To complete this tutorial's steps, you need to have access to a resource group for which you're assigned the **Owner** role. Create the Synapse workspace in this resource group.
20
21
21
22
## Create a Synapse workspace in the Azure portal
22
23
23
24
### Start the process
25
+
24
26
1. Open the [Azure portal](https://portal.azure.com), in the search bar enter **Synapse** without hitting enter.
25
27
1. In the search results, under **Services**, select **Azure Synapse Analytics**.
26
28
1. Select **Create** to create a workspace.
27
29
28
30
## Basics tab > Project Details
31
+
29
32
Fill in the following fields:
30
33
31
34
1.**Subscription** - Pick any subscription.
32
35
1.**Resource group** - Use any resource group.
33
36
1.**Managed Resource group** - Leave this blank.
34
37
35
38
## Basics tab > Workspace details
39
+
36
40
Fill in the following fields:
37
41
38
42
1.**Workspace name** - Pick any globally unique name. In this tutorial, we'll use **myworkspace**.
@@ -44,10 +48,15 @@ Fill in the following fields:
44
48
Under **Select Data Lake Storage Gen 2**:
45
49
46
50
1. By **Account name**, select **Create New** and name the new storage account **contosolake** or similar as the name must be unique.
51
+
52
+
>[!TIP]
53
+
>If you get an error reading *"The Azure Synapse resource provider (Microsoft.Synapse) needs to be registered with the selected subscription"*, open the Azure portal and select **Subscriptions**. Select your subscription. Under the **Settings** list select **Resource providers**. Search for **Microsoft.Synapse**, select it, and select **Register**.
54
+
47
55
1. By **File system name**, select **Create New** and name it **users**. This will create a storage container called **users**. The workspace will use this storage account as the "primary" storage account to Spark tables and Spark application logs.
48
-
1. Check the "Assign myself the Storage Blob Data Contributor role on the Data Lake Storage Gen2 account" box.
56
+
1. Check the **Assign myself the Storage Blob Data Contributor role on the Data Lake Storage Gen2 account** box.
49
57
50
58
## Completing the process
59
+
51
60
Select **Review + create** > **Create**. Your workspace is ready in a few minutes.
52
61
53
62
> [!NOTE]
@@ -66,21 +75,24 @@ After your Azure Synapse workspace is created, you have two ways to open Synapse
66
75
> To sign into your workspace, there are two **Account selection methods**. One is from **Azure subscription**, the other is from **Enter manually**. If you have the Synapse Azure role or higher level Azure roles, you can use both methods to log into the workspace. If you don't have the related Azure roles, and you were granted as the Synapse RBAC role, **Enter manually** is the only way to log into the workspace. To learn more about the Synapse RBAC, refer to [What is Synapse role-based access control (RBAC)](./security/synapse-workspace-synapse-rbac.md).
67
76
68
77
## Place sample data into the primary storage account
69
-
We're going to use a small 100 K row sample dataset of NYC Taxi Cab data for many examples in this getting started guide. We begin by placing it in the primary storage account you created for the workspace.
70
78
71
-
* Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the link, choose a specific year and download the Green taxi trip records in Parquet format.
72
-
* Rename the downloaded file to *NYCTripSmall.parquet*.
73
-
* In Synapse Studio, navigate to the **Data** Hub.
74
-
* Select **Linked**.
75
-
* Under the category Azure Data Lake Storage Gen2,** you'll see an item with a name like **myworkspace ( Primary - contosolake )**.
76
-
* Select the container named **users (Primary)**.
77
-
* Select **Upload** and select the `NYCTripSmall.parquet` file you downloaded.
79
+
We're going to use a small 100k row sample dataset of NYC Taxi Cab data for many examples in this getting started guide. We begin by placing it in the primary storage account you created for the workspace.
80
+
81
+
1. Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer:
82
+
1. Navigate to the [original dataset location](https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page) from the link, choose a specific year and download the Green taxi trip records in Parquet format.
83
+
1. Rename the downloaded file to *NYCTripSmall.parquet*.
84
+
1. In Synapse Studio, navigate to the **Data** hub.
85
+
1. Select **Linked**.
86
+
1. Under the category **Azure Data Lake Storage Gen2**, you'll see an item with a name like **myworkspace ( Primary - contosolake )**.
87
+
1. Select the container named **users (Primary)**.
88
+
1. Select **Upload** and select the `NYCTripSmall.parquet` file you downloaded.
78
89
79
90
Once the parquet file is uploaded, it's available through two equivalent URIs:
In the examples that follow in this tutorial, make sure to replace **contosolake** in the UI with the name of the primary storage account that you selected for your workspace.
94
+
>[!TIP]
95
+
>In the examples that follow in this tutorial, make sure to replace **contosolake** in the UI with the name of the primary storage account that you selected for your workspace.
0 commit comments