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
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] doesn't currently support the following configurations:
10
12
11
-
- Windows Server 2012 or older versions of Windows Server. They do not have the minimum required versions of TLS to securely authenticate to Azure.
12
-
- Windows Server 2012 R2 is supported for DPS because it supports TLS 1.2. Windows Server 2012 R2 does not support the telemetry endpoint. Therefore features such as performance dashboard, migration assessment, and others are not supported.
13
+
- Windows Server 2012 or older versions of Windows Server. They don't have the minimum required versions of TLS to securely authenticate to Azure.
14
+
- Windows Server 2012 R2 is supported for DPS because it supports TLS 1.2. Windows Server 2012 R2 doesn't support the telemetry endpoint. Therefore features such as performance dashboard, migration assessment, and others aren't supported.
13
15
-[!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] running in containers.
14
16
-[!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
15
17
- Private Link connections to the Azure Arc data processing service at the `<region>.arcdataservices.com` endpoint used for inventory and usage upload.
- An Always On availability group where one or more replicas is on a failover cluster instance.
21
23
- SQL Server Reporting Services (SharePoint Mode).
22
24
-[DBCC CLONEDATABASE (Transact-SQL)](../../../t-sql/database-console-commands/dbcc-clonedatabase-transact-sql.md) throws error on the default installation of the Azure extension for SQL Server. To run the `DBCC CLONEDATABASE`, the Azure extension must be run in [least privilege mode](../configure-least-privilege.md).
25
+
- SQL Server instance names containing a `#` symbol aren't supported. For a complete list of naming rules and restrictions, review [naming rules and restrictions](/azure/azure-resource-manager/management/resource-name-rules).
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/view-inventory.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Manage inventory
2
+
title: Manage Inventory
3
3
description: Learn how to inventory SQL Server services, instances, databases, and view properties centrally, as Azure Arc-enabled resources.
4
4
author: anosov1960
5
5
ms.author: sashan
6
6
ms.reviewer: mikeray, randolphwest
7
-
ms.date: 03/04/2025
7
+
ms.date: 10/29/2025
8
8
ms.topic: how-to
9
9
ms.custom:
10
10
- ignite-2023
@@ -27,7 +27,7 @@ Verify that the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] se
27
27
28
28
## Inventory databases
29
29
30
-
To inventory SQL Server databases, make sure that database names adhere to naming conventions and don't contain reserved words. For a list of reserved words, see [Resolve errors for reserved resource names](/azure/azure-resource-manager/troubleshooting/error-reserved-resource-name).
30
+
To inventory SQL Server databases, make sure that database names adhere to naming conventions and don't contain reserved words. For a list of reserved words, see [Resolve errors for reserved resource names](/azure/azure-resource-manager/troubleshooting/error-reserved-resource-name). For a complete list of naming rules and restrictions, review [naming rules and restrictions](/azure/azure-resource-manager/management/resource-name-rules).
31
31
32
32
To inventory databases:
33
33
@@ -36,7 +36,7 @@ To inventory databases:
36
36
1. Under **Data management**, select **Databases**.
37
37
1. Use the **SQL Server databases - Azure Arc** area to view the databases that belong to the instance.
38
38
39
-
To view the database size and space available, make sure that the built-in [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] login **NT AUTHORITY\SYSTEM** is a member of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]**sysadmin** server role for all the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances running on the machine.
39
+
To view the database size and space available, make sure that the built-in [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] login `NT AUTHORITY\SYSTEM` is a member of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]**sysadmin** server role for all the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances running on the machine.
40
40
41
41
### View database properties
42
42
@@ -142,6 +142,7 @@ resources
142
142
| summarize count() by tostring(properties.compatibilityLevel)
143
143
| order by properties_compatibilityLevel asc
144
144
```
145
+
145
146
## Inventory associated services
146
147
147
148
SQL Server associated services include:
@@ -152,7 +153,8 @@ SQL Server associated services include:
152
153
- SQL Server Reporting Services (SSRS)
153
154
- Power BI Report Server (PBIRS)
154
155
155
-
Each installation of an associated service is represented in Azure Resource Manager (ARM) as a SQL Server instance with `serviceType` property showing the specific service. The property is defined as follows:
156
+
Each installation of an associated service is represented in Azure Resource Manager (ARM) as a SQL Server instance with `serviceType` property showing the specific service. The property is defined as follows:
157
+
156
158
```json
157
159
"serviceType": {
158
160
"type": "string",
@@ -173,7 +175,7 @@ Resources deleted on-premises might not be immediately deleted in Azure. For exa
173
175
174
176
## Related content
175
177
176
-
-[Migration Dashboard](migration-inventory.md)
178
+
-[Track migration journey by using migration dashboard - SQL Server enabled by Azure Arc](migration-inventory.md)
177
179
-[Feature availability by service type](overview.md#feature-availability-by-service-type)
178
180
-[Protect SQL Server with Microsoft Defender for Cloud](configure-advanced-data-security.md)
179
181
-[Configure best practices assessment for SQL Server enabled by Azure Arc](assess.md)
0 commit comments