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/release-notes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ This article describes limitations and issues with Azure Synapse Analytics (work
24
24
- Issue and customer impact: Workspaces created by SDK can't launch Synapse Studio
25
25
26
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")`
27
+
1. Create workspace by running `az synapse workspace create`
28
+
2. Extract managed identity id by running `$identity=$(az synapse workspace show --name {workspace name} --resource-group {resource group name} --query "identity.principalId")`
28
29
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
30
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 `
0 commit comments