Skip to content

Commit 6e89800

Browse files
authored
Merge pull request #112883 from julieMSFT/20200427_updatereleasenotes
update to numbering
2 parents 434fc2b + 2ee637c commit 6e89800

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/synapse-analytics/release-notes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +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`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 `
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 `.
3031

3132
## Next steps
3233

0 commit comments

Comments
 (0)