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
description: Release notes for Azure Synapse Analytics (workspaces)
4
+
services: synapse-analytics
5
+
author: julieMSFT
6
+
ms.service: synapse-analytics
7
+
ms.topic: overview
8
+
ms.subservice:
9
+
ms.date: 10/09/2019
10
+
ms.author: jrasnick
11
+
ms.reviewer: jrasnick
12
+
---
13
+
14
+
# Azure Synapse Analytics (preview) release notes
15
+
16
+
This article describes limitations and issues with Azure Synapse Analytics (workspaces). For related information, see [What is Azure Synapse Analytics (workspaces)](overview-what-is.md)
17
+
18
+
[!INCLUDE [preview](includes/note-preview.md)]
19
+
20
+
## Azure Synapse (workspaces)
21
+
22
+
### Azure Synapse CLI
23
+
24
+
- Issue and customer impact: Workspaces created by SDK can't launch Synapse Studio
25
+
26
+
- Workaround: Complete the following steps:
27
+
1. Create workspace by running `az synapse workspace create`2. Extract managed identity id by running `$identity=$(az synapse workspace show --name {workspace name} --resource-group {resource group name} --query "identity.principalId")`
28
+
3. Add workspace as role to storage account by running ` az role assignment create --role "Storage Blob Data Contributor" --assignee-object-id {identity } --scope {storage account resource id}`
29
+
4. Add firewall rule by running ` az synapse firewall-rule create --name allowAll --start-ip-address 0.0.0.0 --end-ip-address 255.255.255.255 `
30
+
31
+
## Next steps
32
+
33
+
*[Create a workspace](quickstart-create-workspace.md)
0 commit comments