Skip to content

Commit 42823dd

Browse files
committed
added more includes
1 parent 3361e7f commit 42823dd

File tree

97 files changed

+119
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+119
-64
lines changed

articles/azure-sql/database/aad-authentication-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ ms.author: mireks
1212
ms.reviewer: vanto, carlrab
1313
ms.date: 04/23/2020
1414
---
15-
# Use Azure Active Directory Authentication for authentication with Azure SQL
15+
# Use Azure Active Directory Authentication
16+
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]
1617

1718
Azure Active Directory authentication is a mechanism of connecting to [Azure SQL Database](sql-database-paas-overview.md), [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md), and [Azure Synapse Analytics (formerly Azure SQL Data Warehouse)](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) by using identities in Azure Active Directory (Azure AD).
1819

articles/azure-sql/database/active-directory-interactive-connect-azure-sql-db.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.reviewer: vanto
1313
ms.date: 04/23/2020
1414
---
1515
# Connect to Azure SQL Database with Azure Multi-Factor Authentication
16+
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
1617

1718
This article provides a C# program that connects to Azure SQL Database. The program uses interactive mode authentication, which supports [Azure Multi-Factor Authentication](https://docs.microsoft.com/azure/active-directory/authentication/concept-mfa-howitworks).
1819

articles/azure-sql/database/active-geo-replication-configure-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.date: 02/13/2019
1414
---
1515
# Tutorial: Configure active geo-replication & failover in portal (Azure SQL Database)
1616

17+
1718
This article shows you how to configure [active geo-replication for Azure SQL Database](active-geo-replication-overview.md#active-geo-replication-terminology-and-capabilities) using the [Azure portal](https://portal.azure.com) and to initiate failover.
1819

1920
For best practices using auto-failover groups, see [Best practices for Azure SQL Database](auto-failover-group-overview.md#best-practices-for-sql-database) and [Best practices for Azure SQL Managed Instance](auto-failover-group-overview.md#best-practices-for-sql-managed-instance).

articles/azure-sql/database/adonet-v12-develop-direct-route-ports.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.reviewer: sstein
1313
ms.date: 04/03/2019
1414
---
1515
# Ports beyond 1433 for ADO.NET 4.5
16+
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
1617

1718
This topic describes the Azure SQL Database connection behavior for clients that use ADO.NET 4.5 or a later version.
1819

articles/azure-sql/database/advanced-data-security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ms.reviewer: vanto
1414
ms.date: 04/23/2020
1515
---
1616
# Advanced data security
17+
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]
1718

1819
Advanced data security (ADS) is a unified package for advanced SQL security capabilities. ADS is available for for Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse. It includes functionality for discovering and classifying sensitive data, surfacing and mitigating potential database vulnerabilities, and detecting anomalous activities that could indicate a threat to your database. It provides a single go-to location for enabling and managing these capabilities.
1920

articles/azure-sql/database/alerts-insights-configure-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.reviewer: jrasnik, carlrab
1313
ms.date: 05/04/2020
1414
---
1515
# Create alerts for Azure SQL Database and Azure Synapse using Azure portal
16+
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
1617

1718
## Overview
1819

articles/azure-sql/database/arm-templates-content-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ ms.reviewer: sstein
1414
ms.date: 02/04/2019
1515
---
1616

17-
# Azure Resource Manager templates for Azure SQL Database
17+
# Azure Resource Manager templates for Azure SQL Database & SQL Managed Instance
18+
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]
1819

1920
Azure Resource Manager templates enable you to define your infrastructure as code and deploy your solutions to Azure cloud for your Azure SQL Database and Azure SQL Managed Instance.
2021

articles/azure-sql/database/audit-log-format.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: sqldbrb=1
1212
ms.date: 04/28/2020
1313
---
1414
# SQL Database Audit Log Format
15+
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
16+
1517

1618
[Azure SQL Database auditing](auditing-overview.md) tracks database events and writes them to an audit log in your Azure storage account, or sends them to Event Hub or Log Analytics for downstream processing and analysis.
1719

articles/azure-sql/database/audit-write-storage-account-behind-vnet-firewall.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 03/19/2020
1212
ms.custom: azure-synapse
1313
---
1414
# Write audit to a storage account behind VNet and firewall
15+
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
16+
1517

1618
Auditing for [Azure SQL Database](sql-database-paas-overview.md) and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) supports writing database events to an [Azure Storage account](../../storage/common/storage-account-overview.md) behind a virtual network and firewall.
1719

articles/azure-sql/database/auditing-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 04/28/2020
1212
ms.custom: azure-synapse, sqldbrb=1
1313
---
1414
# Azure SQL Auditing
15+
[!INCLUDE[appliesto-sqldb-asa](../includes/appliesto-sqldb-asa.md)]
16+
1517

1618
Auditing for [Azure SQL Database](sql-database-paas-overview.md) and [Azure Synapse Analytics](../../synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is.md) tracks database events and writes them to an audit log in your Azure storage account, Log Analytics workspace, or Event Hubs.
1719

0 commit comments

Comments
 (0)