Skip to content

Commit c488262

Browse files
committed
update to numbering
1 parent 404e59b commit c488262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/synapse-analytics/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ 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`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")`
2829
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}`
2930
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 `
3031

0 commit comments

Comments
 (0)