You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql/on-demand-workspace-overview.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: filippopovic
6
6
ms.service: azure-synapse-analytics
7
7
ms.topic: overview
8
8
ms.subservice: sql
9
-
ms.date: 12/06/2022
9
+
ms.date: 09/12/2024
10
10
ms.author: fipopovi
11
11
ms.reviewer: whhender
12
12
---
@@ -23,13 +23,13 @@ Serverless SQL pool is a distributed data processing system, built for large-sca
23
23
24
24
Serverless SQL pool is serverless, hence there's no infrastructure to setup or clusters to maintain. A default endpoint for this service is provided within every Azure Synapse workspace, so you can start querying data as soon as the workspace is created.
25
25
26
-
There is no charge for resources reserved, you are only being charged for the data processed by queries you run, hence this model is a true pay-per-use model.
26
+
There's no charge for resources reserved. You are only being charged for the data processed by queries you run, hence this model is a true pay-per-use model.
27
27
28
-
If you use Apache Spark for Azure Synapse in your data pipeline, for data preparation, cleansing or enrichment, you can [query external Spark tables](develop-storage-files-spark-tables.md) you've created in the process, directly from serverless SQL pool. Use [Private Link](../security/how-to-connect-to-workspace-with-private-links.md) to bring your serverless SQL pool endpoint into your [managed workspace VNet](../security/synapse-workspace-managed-vnet.md).
28
+
If you use Apache Spark for Azure Synapse in your data pipeline, for data preparation, cleansing or enrichment, you can [query external Spark tables](develop-storage-files-spark-tables.md) you've created in the process, directly from serverless SQL pool. Use [Private Link](../security/how-to-connect-to-workspace-with-private-links.md) to bring your serverless SQL pool endpoint into your [managed workspace virtual network](../security/synapse-workspace-managed-vnet.md).
29
29
30
30
## Serverless SQL pool benefits
31
31
32
-
If you need to explore data in the data lake, gain insights from it or optimize your existing data transformation pipeline, you can benefit from using serverless SQL pool. It is suitable for the following scenarios:
32
+
If you need to explore data in the data lake, gain insights from it or optimize your existing data transformation pipeline, you can benefit from using serverless SQL pool. It's suitable for the following scenarios:
33
33
34
34
- Basic discovery and exploration - Quickly reason about the data in various formats (Parquet, CSV, JSON) in your data lake, so you can plan how to extract insights from it.
35
35
- Logical data warehouse – Provide a relational abstraction on top of raw or disparate data without relocating and transforming data, allowing always up-to-date view of your data. Learn more about [creating logical data warehouse](tutorial-logical-data-warehouse.md).
@@ -44,9 +44,9 @@ Different professional roles can benefit from serverless SQL pool:
44
44
45
45
## How to start using serverless SQL pool
46
46
47
-
Serverless SQL pool endpoint is provided within every Azure Synapse workspace. You can create a workspace and start querying data instantly using tools you are familiar with.
47
+
Serverless SQL pool endpoint is provided within every Azure Synapse workspace. You can create a workspace and start querying data instantly using tools you're familiar with.
48
48
49
-
Make sure that you are applying [the best practices](best-practices-serverless-sql-pool.md) to get the best performance.
49
+
Make sure that you're applying [the best practices](best-practices-serverless-sql-pool.md) to get the best performance.
50
50
51
51
## Client tools
52
52
@@ -116,9 +116,9 @@ Serverless SQL pool offers mechanisms to secure access to your data.
### Microsoft Entra integration and multi-factor authentication
119
+
### Microsoft Entra integration and multifactor authentication
120
120
121
-
Serverless SQL pool enables you to centrally manage identities of database user and other Microsoft services with [Microsoft Entra integration](/azure/azure-sql/database/authentication-aad-configure). This capability simplifies permission management and enhances security. Microsoft Entra ID supports [multi-factor authentication](/azure/azure-sql/database/authentication-mfa-ssms-configure) (MFA) to increase data and application security while supporting a single sign-on process.
121
+
Serverless SQL pool enables you to centrally manage identities of database user and other Microsoft services with [Microsoft Entra integration](/azure/azure-sql/database/authentication-aad-configure). This capability simplifies permission management and enhances security. Microsoft Entra ID supports [multifactor authentication](/azure/azure-sql/database/authentication-mfa-ssms-configure) (MFA) to increase data and application security while supporting a single sign-on process.
122
122
123
123
#### Authentication
124
124
@@ -130,7 +130,7 @@ Serverless SQL pool authentication refers to how users prove their identity when
130
130
131
131
-**Microsoft Entra authentication**:
132
132
133
-
This authentication method uses identities managed by Microsoft Entra ID. For Microsoft Entra users, multi-factor authentication can be enabled. Use Active Directory authentication (integrated security) [whenever possible](/sql/relational-databases/security/choose-an-authentication-mode?view=azure-sqldw-latest&preserve-view=true).
133
+
This authentication method uses identities managed by Microsoft Entra ID. For Microsoft Entra users, multifactor authentication can be enabled. Use Active Directory authentication (integrated security) [whenever possible](/sql/relational-databases/security/choose-an-authentication-mode?view=azure-sqldw-latest&preserve-view=true).
134
134
135
135
#### Authorization
136
136
@@ -142,7 +142,7 @@ If Microsoft Entra authentication is used, a user can sign in to serverless SQL
142
142
143
143
### Access to storage accounts
144
144
145
-
A user that is logged into the serverless SQL pool service must be authorized to access and query the files in Azure Storage. serverless SQL pool supports the following authorization types:
145
+
A user that is logged into the serverless SQL pool service must be authorized to access and query the files in Azure Storage. Serverless SQL pool supports the following authorization types:
146
146
147
147
-**[Shared access signature (SAS)](develop-storage-files-storage-access-control.md?tabs=shared-access-signature)** provides delegated access to resources in storage account. With a SAS, you can grant clients access to resources in storage account, without sharing account keys. A SAS gives you granular control over the type of access you grant to clients who have the SAS: validity interval, granted permissions, acceptable IP address range, acceptable protocol (https/http).
0 commit comments