Skip to content

Commit d32f7f3

Browse files
authored
Merge pull request #110520 from julieMSFT/20200407_releasenotes
adding release notes
2 parents 5ec91e0 + f5e8530 commit d32f7f3

File tree

3 files changed

+45
-8
lines changed

3 files changed

+45
-8
lines changed

articles/synapse-analytics/overview-what-is.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Azure Synapse provides a single way for enterprises to manage analytics resource
7777

7878
## Next steps
7979

80-
* Explore [Azure Synapse architecture](sql-data-warehouse/massively-parallel-processing-mpp-architecture.md)
81-
* Quickly [create a SQL pool](sql-data-warehouse/create-data-warehouse-portal.md)
82-
* [Load sample data](sql-data-warehouse/load-data-from-azure-blob-storage-using-polybase.md)
83-
* Explore [Videos](https://azure.microsoft.com/documentation/videos/index/?services=sql-data-warehouse)
80+
* [Create a workspace](quickstart-create-workspace.md)
81+
* [Use Synapse Studio](quickstart-synapse-studio.md)
82+
* [Create a SQL pool](quickstart-create-sql-pool.md)
83+
* [Use SQL on-demand](quickstart-sql-on-demand.md)
84+
* [Create an Apache Spark pool](quickstart-create-apache-spark-pool.md)
85+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Release notes
3+
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)
34+
* [Use Synapse Studio](quickstart-synapse-studio.md)
35+
* [Create a SQL pool](quickstart-create-sql-pool.md)
36+
* [Use SQL on-demand](quickstart-sql-on-demand.md)
37+
* [Create an Apache Spark pool](quickstart-create-apache-spark-pool.md)

articles/synapse-analytics/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@
1212
href: overview-cheat-sheet.md
1313
- name: FAQ
1414
href: overview-faq.md
15-
- name: Release notes
16-
items:
17-
# - name: Recent release
18-
# href: ../sql-data-warehouse/release-notes-10-0-10106-0.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json
15+
- name: Release notes
16+
href: release-notes.md
1917
- name: Quickstarts
2018
items:
2119
- name: Create an Azure Synapse workspace

0 commit comments

Comments
 (0)