Skip to content

Commit b058880

Browse files
committed
update
1 parent d93853e commit b058880

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/security/fundamentals/paas-applications-using-sql.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,24 @@ title: Securing PaaS Databases in Azure | Microsoft Docs
33
description: "Learn about Azure SQL Database and Azure Synapse Analytics security best practices for securing your PaaS web and mobile applications. "
44
services: security
55
documentationcenter: na
6-
author: techlake
7-
manager: barbkess
8-
editor: ''
6+
author: TerryLanfear
7+
manager: rkarlin
98

109
ms.assetid:
11-
ms.service: information-protection
12-
ms.subservice: aiplabels
10+
ms.service: security
11+
ms.subservice: security-fundamentals
1312
ms.topic: article
1413
ms.tgt_pltfrm: na
1514
ms.workload: na
16-
ms.date: 09/28/2018
15+
ms.date: 03/31/2023
1716
ms.author: terrylan
1817

1918
---
2019
# Best practices for securing PaaS databases in Azure
2120

2221
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.
2322

24-
Azure SQL Database and Azure Synapse Analytics provide a relational database service for your internet-based applications. Lets 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:
2524

2625
- Azure Active Directory authentication (instead of SQL Server authentication)
2726
- Azure SQL firewall
@@ -45,7 +44,7 @@ Azure SQL Database can be configured to use one of two types of authentication:
4544
- Uses contained database users to authenticate identities at the database level.
4645
- Supports token-based authentication for applications connecting to SQL Database.
4746
- 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).
4948

5049
To learn more about Azure AD authentication, see:
5150

@@ -84,4 +83,4 @@ You can use additional precautions to help secure the database, such as designin
8483
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:
8584

8685
- [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

Comments
 (0)