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/quickstart-create-workspace-cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In this quickstart, you learn how to create an Azure Synapse Analytics workspace
25
25
-[Azure Data Lake Storage Gen2 storage account](../storage/common/storage-account-create.md).
26
26
27
27
> [!IMPORTANT]
28
-
> An Azure Synapse Analytics workspace needs to be able to read and write to the selected Data Lake Storage Gen2 account. In addition, for any storage account that you link as the primary storage account, you must have enabled **hierarchical namespace**at the creation of the storage account, as described on the [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal#create-a-storage-account) page.
28
+
> An Azure Synapse Analytics workspace needs to be able to read and write to the selected Data Lake Storage Gen2 account. In addition, for any storage account that you link as the primary storage account, you must have enabled **hierarchical namespace** at the creation of the storage account, as described in [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal#create-a-storage-account).
@@ -88,7 +88,7 @@ In this quickstart, you learn how to create an Azure Synapse Analytics workspace
88
88
echo "Open your Azure Synapse Workspace Web URL in the browser: $WorkspaceWeb"
89
89
```
90
90
91
-
[ ](media/quickstart-create-synapse-workspace-cli/create-workspace-cli-1.png#lightbox)
91
+
:::image type="content" source="media/quickstart-create-synapse-workspace-cli/create-workspace-cli-1.png" alt-text="Screenshot that shows the Azure Synapse Analytics workspace web." lightbox="media/quickstart-create-synapse-workspace-cli/create-workspace-cli-1.png":::
92
92
93
93
1. After it's deployed, more permissions are required:
Copy file name to clipboardExpand all lines: articles/synapse-analytics/quickstart-create-workspace.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ This quickstart describes the steps to create an Azure Synapse Analytics workspa
21
21
1. In the search results, under **Services**, select **Azure Synapse Analytics**.
22
22
1. Select **Add** to create a workspace.
23
23
1. On the **Basics** tab, give the workspace a unique name. We use **mysworkspace** in this document.
24
-
1. You need an ADLSGEN2 account to create a workspace. The simplest choice is to create a new one. If you want to reuse an existing one, you need to perform extra configuration.
25
-
1. Option 1: Create a new ADLSGEN2 account:
26
-
1. Under **Select Data Lake Storage Gen 2** > **Account Name**, select **Create New**. Provide a global unique name, such as **contosolake**.
27
-
1. Under **Select Data Lake Storage Gen 2** > **File system name**, select **File System** and name it **users**.
28
-
1. Option 2: See the instructions in [Prepare an existing storage account for use with Azure Synapse Analytics](#prepare-an-existing-storage-account-for-use-with-azure-synapse-analytics).
24
+
1. You need an Azure Data Lake Storage Gen2 account to create a workspace. The simplest choice is to create a new one. If you want to reuse an existing one, you need to perform extra configuration:
25
+
26
+
- Option 1: Create a new Data Lake Storage Gen2 account:
27
+
1. Under **Select Data Lake Storage Gen 2** > **Account Name**, select **Create New**. Provide a global unique name, such as **contosolake**.
28
+
1. Under **Select Data Lake Storage Gen 2** > **File system name**, select **File System** and name it **users**.
29
+
- Option 2: See the instructions in [Prepare an existing storage account for use with Azure Synapse Analytics](#prepare-an-existing-storage-account-for-use-with-azure-synapse-analytics).
29
30
1. Your Azure Synapse Analytics workspace uses this storage account as the primary storage account and the container to store workspace data. The workspace stores data in Apache Spark tables. It stores Spark application logs under a folder named */synapse/workspacename*.
30
31
1. Select **Review + create** > **Create**. Your workspace is ready in a few minutes.
31
32
@@ -42,7 +43,7 @@ After your Azure Synapse Analytics workspace is created, you have two ways to op
42
43
## Prepare an existing storage account for use with Azure Synapse Analytics
43
44
44
45
1. Open the [Azure portal](https://portal.azure.com).
45
-
1. Go to an existing ADLSGEN2 storage account.
46
+
1. Go to an existing Data Lake Storage Gen2 storage account.
46
47
1. Select **Access control (IAM)**.
47
48
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
48
49
1. Assign the following role. For more information, see [Assign Azure roles by using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
0 commit comments