Skip to content

Commit 27b1f05

Browse files
Merge pull request #193277 from SnehaGunda/SparkCDM
Adding Cosmos DB TOC
2 parents fe1b91a + 0cd2f30 commit 27b1f05

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

articles/synapse-analytics/security/synapse-workspace-understand-what-role-you-need.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: meenalsri
55
ms.service: synapse-analytics
66
ms.topic: conceptual
77
ms.subservice: security
8-
ms.date: 3/07/2022
8+
ms.date: 03/23/2022
99
ms.author: mesrivas
1010
ms.reviewer: sngun, wiassaf
1111
ms.custom: ignite-fall-2021
@@ -18,17 +18,17 @@ This article will help you understand which Synapse RBAC (role-based access cont
1818

1919
### Access Synapse Studio
2020

21-
You can open Synapse Studio and view details of the workspace and list any of its Azure resources (SQL pools, Spark pools, or Integration runtimes) if you've been assigned any Synapse RBAC role or have the Azure Owner, Contributor, or Reader role on the workspace.
21+
You can open Synapse Studio and view details of the workspace and list any of its Azure resources such as SQL pools, Spark pools, or Integration runtimes. You will see if you've been assigned any Synapse RBAC role or have the Azure Owner, Contributor, or Reader role on the workspace.
2222

2323
### Resource management
2424

2525
You can create SQL pools, Data Explorer pools, Apache Spark pools, and Integration runtimes if you're an Azure Owner or Contributor on the workspace. When using ARM templates for automated deployment, you need to be an Azure Contributor on the resource group.
2626

27-
You can pause or scale a dedicated SQL pool, configure a Spark pool or an integration runtime if you're an Azure Owner or Contributor on the workspace or that resource.
27+
You can pause or scale a dedicated SQL pool, configure a Spark pool, or an integration runtime if you're an Azure Owner or Contributor on the workspace or that resource.
2828

2929
### View and edit code artifacts
3030

31-
With access to Synapse Studio, you can create new code artifacts, such as SQL scripts, KQL scripts, notebooks, spark jobs, linked services, pipelines, dataflows, triggers, and credentials. (These artifacts can be published or saved with additional permissions.)
31+
With access to Synapse Studio, you can create new code artifacts, such as SQL scripts, KQL scripts, notebooks, spark jobs, linked services, pipelines, dataflows, triggers, and credentials. These artifacts can be published or saved with additional permissions.
3232

3333
If you're a Synapse Artifact User, Synapse Artifact Publisher, Synapse Contributor, or Synapse Administrator you can list, open, and edit already published code artifacts.
3434

@@ -54,7 +54,6 @@ You can commit code artifacts to a working branch of a Git repository if the wor
5454

5555
If you close Synapse Studio without publishing or committing changes to code artifacts, then those changes will be lost.
5656

57-
5857
## Tasks and required roles
5958

6059
The table below lists common tasks and for each task, the Synapse RBAC, or Azure RBAC roles required.
@@ -74,7 +73,7 @@ All Synapse RBAC permissions/actions shown in the table are prefixed `Microsoft/
7473

7574
Task (I want to...) |Role (I need to be...)|Synapse RBAC permission/action
7675
--|--|--
77-
|Open Synapse Studio on a workspace|Synapse User, or|read
76+
|Open Synapse Studio on a workspace|Synapse User, or |read
7877
| |Azure Owner, Contributor, or Reader on the workspace|none
7978
|List SQL pools, Data Explorer pools, Apache Spark pools, Integration runtimes and access their configuration details|Synapse User, or|read|
8079
||Azure Owner, Contributor, or Reader on the workspace|none

articles/synapse-analytics/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@ items:
343343
- name: Performance tuning guidance
344344
href: ./sql-data-warehouse/performance-tuning-result-set-caching.md
345345
- name: Set for a database
346-
href: /sql/t-sql/statements/alter-database-transact-sql-set-options?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest
346+
href: /sql/t-sql/statements/alter-database-transact-sql-set-options?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest&preserve-view=true
347347
- name: Set for a session
348-
href: /sql/t-sql/statements/set-result-set-caching-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest
348+
href: /sql/t-sql/statements/set-result-set-caching-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest&preserve-view=true
349349
- name: Check cache size
350-
href: /sql/t-sql/database-console-commands/dbcc-showresultcachespaceused-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest
350+
href: /sql/t-sql/database-console-commands/dbcc-showresultcachespaceused-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest&preserve-view=true
351351
- name: Clean up cache
352-
href: /sql/t-sql/database-console-commands/dbcc-dropresultsetcache-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest
352+
href: /sql/t-sql/database-console-commands/dbcc-dropresultsetcache-transact-sql?context=/azure/synapse-analytics/context/context&view=azure-sqldw-latest&preserve-view=true
353353
- name: Machine learning predictions
354354
href: ./sql-data-warehouse/sql-data-warehouse-predict.md?context=/azure/synapse-analytics/context/context
355355
- name: Tables
@@ -832,6 +832,8 @@ items:
832832
href: ../cosmos-db/configure-synapse-link.md?context=/azure/synapse-analytics/context/context
833833
- name: Connect to Azure Synapse Link for Cosmos DB
834834
href: ./synapse-link/how-to-connect-synapse-link-cosmos-db.md
835+
- name: Synapse Link and integrated Power BI
836+
href: ../cosmos-db/integrated-power-bi-synapse-link.md?context=/azure/synapse-analytics/context/context
835837
- name: Use Power BI and serverless SQL pool to analyze Azure Cosmos DB
836838
href: ../cosmos-db/synapse-link-power-bi.md?context=/azure/synapse-analytics/context/context
837839
- name: Query Azure Cosmos DB analytical store with Apache Spark 3

0 commit comments

Comments
 (0)