Skip to content

Commit 2e20c35

Browse files
committed
edit pass: synapse-workspace-quickstarts
1 parent bafaad1 commit 2e20c35

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

articles/synapse-analytics/quickstart-create-workspace-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you learn how to create an Azure Synapse Analytics workspace
2525
- [Azure Data Lake Storage Gen2 storage account](../storage/common/storage-account-create.md).
2626

2727
> [!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).
2929
3030
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3131

@@ -88,7 +88,7 @@ In this quickstart, you learn how to create an Azure Synapse Analytics workspace
8888
echo "Open your Azure Synapse Workspace Web URL in the browser: $WorkspaceWeb"
8989
```
9090
91-
[![Screenshot that shows the Azure Synapse Analytics workspace web.](media/quickstart-create-synapse-workspace-cli/create-workspace-cli-1.png) ](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":::
9292
9393
1. After it's deployed, more permissions are required:
9494

articles/synapse-analytics/quickstart-create-workspace.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ This quickstart describes the steps to create an Azure Synapse Analytics workspa
2121
1. In the search results, under **Services**, select **Azure Synapse Analytics**.
2222
1. Select **Add** to create a workspace.
2323
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).
2930
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*.
3031
1. Select **Review + create** > **Create**. Your workspace is ready in a few minutes.
3132

@@ -42,7 +43,7 @@ After your Azure Synapse Analytics workspace is created, you have two ways to op
4243
## Prepare an existing storage account for use with Azure Synapse Analytics
4344

4445
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.
4647
1. Select **Access control (IAM)**.
4748
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
4849
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

Comments
 (0)