Skip to content

Commit 6e335b7

Browse files
authored
Merge pull request #26142 from MikeRayMSFT/20230223-arcee-features-by-os-type
Add features by operating system
2 parents 0841924 + 7727b27 commit 6e335b7

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.date: 02/22/2023
5+
ms.topic: include
6+
ms.service: sql
7+
---
8+
9+
The following table identifies features available by operating system:
10+
11+
|Feature |Windows|Linux|
12+
|---------|---------|---------|
13+
|[Discover and register SQL Servers in Azure](../prerequisites.md) |Yes |Yes |
14+
|[Best practices assessment](../assess.md) |Yes |No |
15+
|[Detailed database inventory](../view-databases.md#inventory-databases) |Yes |No |
16+
|[Azure Active Directory authentication](../../../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-overview.md) |Yes |Yes |
17+
|[Microsoft Defender for Cloud](/azure/defender-for-cloud/defender-for-sql-usage)|Yes |No |
18+
|[Microsoft Purview](/azure/purview/tutorial-register-scan-on-premises-sql-server)|Yes |Yes |

docs/sql-server/azure-arc/overview.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ Azure Arc-enabled SQL Server extends Azure services to SQL Server instances host
1515

1616
## Manage your SQL Servers at-scale from a single point of control
1717

18-
Azure Arc enables you to manage all of your SQL Servers from a single point of control: Azure. As you connect your SQL Servers to Azure, you get a single place to view the detailed inventory of your SQL Servers and databases. You can look at details for a given SQL Server in the Azure Portal such as the name, version, edition, number of cores, and host operating system. At scale, you can query across all of your SQL Servers using Azure Resource Graph Explorer to answer questions like 'How many SQL Servers do I have that are SQL Server 2014? or "What are the names of all the SQL Servers that are running on Linux?" You can even quickly create charts from these queries and pin them to customizable dashboards. Go a level deeper and you can view a list of every database on a SQL Server and do cross-SQL Server queries of databases to get insights into which databases haven't been backed up recently or that are not encrypted.
18+
Azure Arc enables you to manage all of your SQL Servers from a single point of control: Azure. As you connect your SQL Servers to Azure, you get a single place to view the detailed inventory of your SQL Servers and databases.
19+
20+
- Look at details for a given SQL Server in the Azure portal such as the name, version, edition, number of cores, and host operating system.
21+
- Query across all of your SQL Servers using Azure Resource Graph Explorer to answer questions like:
22+
- "How many SQL Servers do I have that are SQL Server 2014?"
23+
- "What are the names of all the SQL Servers that are running on Linux?"
24+
- Quickly create charts from these queries and pin them to customizable dashboards.
25+
- View a list of every database on a SQL Server and do cross-SQL Server queries of databases to see:
26+
- Databases that haven't been backed up recently.
27+
- Databases that aren't encrypted.
1928

2029
![A screenshot of the Arc-enabled SQL Server dashboard from Azure portal.](media/overview/arc-sql-server-dashboard.png)
2130

@@ -38,7 +47,7 @@ When you enable Microsoft Defender through Azure Arc-enabled SQL Server, you can
3847

3948
## Microsoft Purview
4049

41-
Microsoft Purview provides a unified data governance solution to help manage and govern your on-premises, multi-cloud, and software as a service (SaaS) data. Easily create a holistic, up-to-date map of your data landscape with automated data discovery, sensitive data classification, and end-to-end data lineage. Enable data consumers to access valuable, trustworthy data management.
50+
Microsoft Purview provides a unified data governance solution to help manage and govern your on-premises, multicloud, and software as a service (SaaS) data. Easily create a holistic, up-to-date map of your data landscape with automated data discovery, sensitive data classification, and end-to-end data lineage. Enable data consumers to access valuable, trustworthy data management.
4251

4352
Azure Arc-enabled SQL Server powers some of the Microsoft Purview features such as access policies and it generally makes it easier for you to get your SQL Servers connected into Purview.
4453

@@ -60,6 +69,9 @@ The following diagram illustrates the architecture of Azure Arc-enabled SQL Serv
6069

6170
[!INCLUDE [license-types](includes/license-types.md)]
6271

72+
## Feature availability by operating system
73+
74+
[!INCLUDE [features-operating-systems](includes/features-operating-system.md)]
6375
## Supported Azure regions
6476

6577
[!INCLUDE [azure-arc-data-regions](includes/azure-arc-data-regions.md)]

0 commit comments

Comments
 (0)