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
@@ -92,8 +92,8 @@ In this quickstart, you learn how to create an Azure Synapse Analytics workspace
92
92
93
93
1. After it's deployed, more permissions are required:
94
94
95
-
- In the Azure portal, assign other users of the workspace to the Contributor role in the workspace. For instructions, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
96
-
- Assign other users the appropriate [Synapse role-based access control roles](security/synapse-workspace-synapse-rbac-roles.md) by using Synapse Studio.
95
+
- In the Azure portal, assign other users of the workspace to the Contributor role in the workspace. For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
96
+
- Assign other users the appropriate [Azure Synapse Analytics role-based access control roles](security/synapse-workspace-synapse-rbac-roles.md) by using Synapse Studio.
97
97
- A member of the Owner role of the Azure Storage account must assign the Storage Blob Data Contributor role to the Azure Synapse Analytics workspace managed service identity and other users.
title: 'Quickstart: Create a Synapse workspace using Azure PowerShell'
3
-
description: Create an Azure Synapse workspace using Azure PowerShell by following the steps in this guide.
2
+
title: 'Quickstart: Create an Azure Synapse Analytics workspace using PowerShell'
3
+
description: Create an Azure Synapse Analytics workspace using Azure PowerShell by following the steps in this article.
4
4
author: WilliamDAssafMSFT
5
5
ms.service: azure-synapse-analytics
6
6
ms.topic: quickstart
@@ -11,11 +11,11 @@ ms.reviewer: whhender
11
11
ms.custom: devx-track-azurepowershell, mode-api
12
12
---
13
13
14
-
# Quickstart: Create an Azure synapse workspace with Azure PowerShell
14
+
# Quickstart: Create an Azure Synapse Analytics workspace with Azure PowerShell
15
15
16
16
Azure PowerShell is a set of cmdlets for managing Azure resources directly from PowerShell. You can use it in your browser with Azure Cloud Shell. You can also install it on macOS, Linux, or Windows.
17
17
18
-
In this quickstart, you learn to create a Synapse workspace using Azure PowerShell.
18
+
In this quickstart, you learn to create an Azure Synapse Analytics workspace by using Azure PowerShell.
19
19
20
20
If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
21
21
@@ -24,52 +24,49 @@ If you don't have an Azure subscription, create a [free Azure account](https://a
24
24
-[Azure Data Lake Storage Gen2 storage account](../storage/common/storage-account-create.md)
25
25
26
26
> [!IMPORTANT]
27
-
> The Azure Synapse workspace needs to be able to read and write to the selected ADLS Gen2
28
-
> account. For any storage account that you link as the primary storage account, you must enable
29
-
> **hierarchical namespace** at the creation of the storage account as described in
30
-
> [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-powershell#create-a-storage-account).
27
+
> An Azure Synapse Analytics workspace needs to be able to read and write to the selected Azure Data Lake Storage Gen2 account. For any storage account that you link as the primary storage account, you must enable **hierarchical namespace** at the creation of the storage account as described in [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-powershell#create-a-storage-account).
31
28
32
29
If you choose to use Cloud Shell, see [Overview of Azure Cloud Shell](../cloud-shell/overview.md) for more information.
33
30
34
31
### Install the Azure PowerShell module locally
35
32
36
-
If you choose to use PowerShell locally, this article requires that you install the Az PowerShell module and connect to your Azure account using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information about installing the Az PowerShell module, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
33
+
If you choose to use PowerShell locally, this article requires that you install the Az PowerShell module and connect to your Azure account by using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet. For more information about installing the Az PowerShell module, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
37
34
38
35
For more information about authentication with Azure PowerShell, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).
39
36
40
37
### Install the Azure Synapse PowerShell module
41
38
42
39
> [!IMPORTANT]
43
-
> While the **Az.Synapse** PowerShell module is in preview, you must install it separately using the `Install-Module` cmdlet. After this PowerShell module becomes generally available, it will be part of future Az PowerShell module releases and available by default from within Azure Cloud Shell.
40
+
> While the `Az.Synapse` PowerShell module is in preview, you must install it separately by using the `Install-Module` cmdlet. After this PowerShell module becomes generally available, it will be part of future Az PowerShell module releases and available by default from within Cloud Shell.
44
41
45
42
```azurepowershell-interactive
46
43
Install-Module -Name Az.Synapse
47
44
```
48
45
49
-
## Create an Azure Synapse workspace using Azure PowerShell
46
+
## Create an Azure Synapse Analytics workspace by using Azure PowerShell
50
47
51
-
1. Define necessary environment variables to create resources for Azure Synapse workspace.
48
+
1. Define necessary environment variables to create resources for an Azure Synapse Analytics workspace.

116
113
114
+
1. After it's deployed, more permissions are required.
117
115
118
-
1. Once deployed, additional permissions are required.
119
-
- In the Azure portal, assign other users of the workspace to the **Contributor** role in the workspace. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
120
-
- Assign other users the appropriate **[Synapse RBAC roles](security/synapse-workspace-synapse-rbac-roles.md)** using Synapse Studio.
121
-
- A member of the **Owner** role of the Azure Storage account must assign the **Storage Blob Data Contributor** role to the Azure Synapse workspace MSI and other users.
116
+
- In the Azure portal, assign other users of the workspace to the Contributor role in the workspace. For instructions, see [Assign Azure roles by using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
117
+
- Assign other users the appropriate [Azure Synapse Analytics role-based access control roles](security/synapse-workspace-synapse-rbac-roles.md) by using Synapse Studio.
118
+
- A member of the Owner role of the Azure Storage account must assign the Storage Blob Data Contributor role to the Azure Synapse Analytics workspace managed service identity and other users.
122
119
123
120
## Clean up resources
124
121
125
-
Follow the steps below to delete the Azure Synapse workspace.
122
+
Follow these steps to delete the Azure Synapse Analytics workspace.
126
123
127
124
> [!WARNING]
128
-
> Deleting an Azure Synapse workspace will remove the analytics engines and the data stored in the
129
-
> database of the contained SQL pools and workspace metadata. It will no longer be possible to
130
-
> connect to the SQL or Apache Spark endpoints. All code artifacts will be deleted (queries,
131
-
> notebooks, job definitions and pipelines). Deleting the workspace will **not** affect the data in
132
-
> the Data Lake Store Gen2 linked to the workspace.
125
+
> Deleting an Azure Synapse Analytics workspace removes the analytics engines and the data stored in the database of the contained SQL pools and workspace metadata. It will no longer be possible to connect to the SQL or Apache Spark endpoints. All code artifacts will be deleted (queries, notebooks, job definitions, and pipelines).
126
+
>
127
+
> Deleting the workspace won't affect the data in the Azure Data Lake Store Gen2 linked to the workspace.
133
128
134
-
If the Azure Synapse workspace created in this article isn't needed, you can delete it by running
135
-
the following example.
129
+
If the Azure Synapse Analytics workspace created in this article isn't needed, you can delete it by running
Next, you can [create SQL pools](quickstart-create-sql-pool-studio.md) or [create Apache Spark pools](quickstart-create-apache-spark-pool-studio.md) to start analyzing and exploring your data.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/quickstart-create-workspace.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
@@ -45,7 +45,7 @@ After your Azure Synapse Analytics workspace is created, you have two ways to op
45
45
1. Go to an existing ADLSGEN2 storage account.
46
46
1. Select **Access control (IAM)**.
47
47
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
48
-
1. Assign the following role. For instructions, see [Assign Azure roles by using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
48
+
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).
49
49
50
50
| Setting | Value |
51
51
| --- | --- |
@@ -65,7 +65,7 @@ Managed identities for your Azure Synapse Analytics workspace might already have
65
65
1. Open the [Azure portal](https://portal.azure.com) and the primary storage account chosen for your workspace.
66
66
1. Select **Access control (IAM)**.
67
67
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
68
-
1. Assign the following role. For instructions, see [Assign Azure roles by using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
68
+
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