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/security/fundamentals/paas-applications-using-sql.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,24 @@ title: Securing PaaS Databases in Azure | Microsoft Docs
3
3
description: "Learn about Azure SQL Database and Azure Synapse Analytics security best practices for securing your PaaS web and mobile applications. "
4
4
services: security
5
5
documentationcenter: na
6
-
author: techlake
7
-
manager: barbkess
8
-
editor: ''
6
+
author: TerryLanfear
7
+
manager: rkarlin
9
8
10
9
ms.assetid:
11
-
ms.service: information-protection
12
-
ms.subservice: aiplabels
10
+
ms.service: security
11
+
ms.subservice: security-fundamentals
13
12
ms.topic: article
14
13
ms.tgt_pltfrm: na
15
14
ms.workload: na
16
-
ms.date: 09/28/2018
15
+
ms.date: 03/31/2023
17
16
ms.author: terrylan
18
17
19
18
---
20
19
# Best practices for securing PaaS databases in Azure
21
20
22
21
In this article, we discuss a collection of [Azure SQL Database](/azure/azure-sql/database/sql-database-paas-overview) and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) security best practices for securing your platform-as-a-service (PaaS) web and mobile applications. These best practices are derived from our experience with Azure and the experiences of customers like yourself.
23
22
24
-
Azure SQL Database and Azure Synapse Analytics provide a relational database service for your internet-based applications. Let’s look at services that help protect your applications and data when using Azure SQL Database and Azure Synapse Analytics in a PaaS deployment:
23
+
Azure SQL Database and Azure Synapse Analytics provide a relational database service for your internet-based applications. Let's look at services that help protect your applications and data when using Azure SQL Database and Azure Synapse Analytics in a PaaS deployment:
25
24
26
25
- Azure Active Directory authentication (instead of SQL Server authentication)
27
26
- Azure SQL firewall
@@ -45,7 +44,7 @@ Azure SQL Database can be configured to use one of two types of authentication:
45
44
- Uses contained database users to authenticate identities at the database level.
46
45
- Supports token-based authentication for applications connecting to SQL Database.
47
46
- Supports domain federation with Active Directory Federation Services (ADFS) or native user/password authentication for a local Azure AD without domain synchronization.
48
-
- Supports connections from SQL Server Management Studio that use Active Directory Universal Authentication, which includes [Multi-Factor Authentication (MFA)](../../active-directory/authentication/concept-mfa-howitworks.md). MFA includes strong authentication with a range of easy verification options — phone call, text message, smart cards with pin, or mobile app notification. For more information, see [Universal Authentication with SQL Database and Azure Synapse Analytics](/azure/azure-sql/database/authentication-mfa-ssms-overview).
47
+
- Supports connections from SQL Server Management Studio that use Active Directory Universal Authentication, which includes [Multi-Factor Authentication (MFA)](../../active-directory/authentication/concept-mfa-howitworks.md). MFA includes strong authentication with a range of easy verification options. Verification options are phone call, text message, smart cards with pin, or mobile app notification. For more information, see [Universal Authentication with SQL Database and Azure Synapse Analytics](/azure/azure-sql/database/authentication-mfa-ssms-overview).
49
48
50
49
To learn more about Azure AD authentication, see:
51
50
@@ -84,4 +83,4 @@ You can use additional precautions to help secure the database, such as designin
84
83
This article introduced you to a collection of SQL Database and Azure Synapse Analytics security best practices for securing your PaaS web and mobile applications. To learn more about securing your PaaS deployments, see:
85
84
86
85
-[Securing PaaS deployments](paas-deployments.md)
87
-
-[Securing PaaS web and mobile applications using Azure App Services](paas-applications-using-app-services.md)
86
+
-[Securing PaaS web and mobile applications using Azure App Services](paas-applications-using-app-services.md)
0 commit comments