Skip to content

Commit fc0e6ad

Browse files
authored
Merge pull request #285650 from whhender/synapse-freshness-august-2024
Freshness
2 parents adf0691 + 972c72a commit fc0e6ad

File tree

2 files changed

+71
-59
lines changed

2 files changed

+71
-59
lines changed

articles/synapse-analytics/get-started-create-workspace.md

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,42 @@
11
---
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.
44
author: whhender
55
ms.author: whhender
66
ms.reviewer: whhender
77
ms.service: azure-synapse-analytics
88
ms.subservice: workspace
9-
ms.topic: tutorial
10-
ms.date: 11/18/2022
9+
ms.topic: quickstart
10+
ms.date: 08/27/2024
1111
---
1212

13-
# Creating a Synapse workspace
13+
# Quickstart: Create a Synapse workspace
1414

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

1717
## Prerequisites
1818

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.
2021

2122
## Create a Synapse workspace in the Azure portal
2223

2324
### Start the process
25+
2426
1. Open the [Azure portal](https://portal.azure.com), in the search bar enter **Synapse** without hitting enter.
2527
1. In the search results, under **Services**, select **Azure Synapse Analytics**.
2628
1. Select **Create** to create a workspace.
2729

2830
## Basics tab > Project Details
31+
2932
Fill in the following fields:
3033

3134
1. **Subscription** - Pick any subscription.
3235
1. **Resource group** - Use any resource group.
3336
1. **Managed Resource group** - Leave this blank.
3437

3538
## Basics tab > Workspace details
39+
3640
Fill in the following fields:
3741

3842
1. **Workspace name** - Pick any globally unique name. In this tutorial, we'll use **myworkspace**.
@@ -44,10 +48,15 @@ Fill in the following fields:
4448
Under **Select Data Lake Storage Gen 2**:
4549

4650
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+
4755
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.
4957

5058
## Completing the process
59+
5160
Select **Review + create** > **Create**. Your workspace is ready in a few minutes.
5261

5362
> [!NOTE]
@@ -66,21 +75,24 @@ After your Azure Synapse workspace is created, you have two ways to open Synapse
6675
> 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).
6776
6877
## 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.
7078

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.
7889

7990
Once the parquet file is uploaded, it's available through two equivalent URIs:
8091
* `https://contosolake.dfs.core.windows.net/users/NYCTripSmall.parquet`
8192
* `abfss://[email protected]/NYCTripSmall.parquet`
8293

83-
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.
8496
8597
## Next steps
8698

0 commit comments

Comments
 (0)