Skip to content

Commit 2ee637c

Browse files
committed
update
1 parent c488262 commit 2ee637c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/release-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ This article describes limitations and issues with Azure Synapse Analytics (work
2424
- Issue and customer impact: Workspaces created by SDK can't launch Synapse Studio
2525

2626
- Workaround: Complete the following steps:
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")`
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}`
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 `
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")`.
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}`.
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 `.
3131

3232
## Next steps
3333

0 commit comments

Comments
 (0)