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
+3-3Lines changed: 3 additions & 3 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: 08/27/2024
12
12
13
13
# Quickstart: Create a Synapse workspace
14
14
15
-
In this Quickstart, you will 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
@@ -50,7 +50,7 @@ Under **Select Data Lake Storage Gen 2**:
50
50
1. By **Account name**, select **Create New** and name the new storage account **contosolake** or similar as the name must be unique.
51
51
52
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 you subscription. Under the **Settings** list select **Resource providers**. Search for **Microsoft.Synapse**, select it, and select **Register**.
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
54
55
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.
56
56
1. Check the **Assign myself the Storage Blob Data Contributor role on the Data Lake Storage Gen2 account** box.
@@ -81,7 +81,7 @@ We're going to use a small 100k row sample dataset of NYC Taxi Cab data for many
81
81
1. Download the [NYC Taxi - green trip dataset](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets#additional-information) to your computer:
82
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
83
1. Rename the downloaded file to *NYCTripSmall.parquet*.
84
-
1. In Synapse Studio, navigate to the **Data**Hub.
84
+
1. In Synapse Studio, navigate to the **Data**hub.
85
85
1. Select **Linked**.
86
86
1. Under the category **Azure Data Lake Storage Gen2**, you'll see an item with a name like **myworkspace ( Primary - contosolake )**.
87
87
1. Select the container named **users (Primary)**.
0 commit comments