Skip to content

Commit 5a0082f

Browse files
authored
Merge pull request #35672 from nhebbar2011/dev/nhebbar/resourceNameFix
Add note about supported naming rules and conventions.
2 parents adebd23 + 49145de commit 5a0082f

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
author: MikeRayMSFT
33
ms.author: mikeray
4-
ms.date: 07/28/2025
4+
ms.reviewer: randolphwest
5+
ms.date: 10/29/2025
56
ms.topic: include
6-
ms.custom: ignite-2023
7+
ms.custom:
8+
- ignite-2023
79
---
810

911
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] doesn't currently support the following configurations:
1012

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.
1315
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] running in containers.
1416
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
1517
- Private Link connections to the Azure Arc data processing service at the `<region>.arcdataservices.com` endpoint used for inventory and usage upload.
@@ -20,3 +22,4 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md
2022
- An Always On availability group where one or more replicas is on a failover cluster instance.
2123
- SQL Server Reporting Services (SharePoint Mode).
2224
- [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).

docs/sql-server/azure-arc/view-inventory.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Manage inventory
2+
title: Manage Inventory
33
description: Learn how to inventory SQL Server services, instances, databases, and view properties centrally, as Azure Arc-enabled resources.
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest
7-
ms.date: 03/04/2025
7+
ms.date: 10/29/2025
88
ms.topic: how-to
99
ms.custom:
1010
- ignite-2023
@@ -27,7 +27,7 @@ Verify that the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] se
2727

2828
## Inventory databases
2929

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).
3131

3232
To inventory databases:
3333

@@ -36,7 +36,7 @@ To inventory databases:
3636
1. Under **Data management**, select **Databases**.
3737
1. Use the **SQL Server databases - Azure Arc** area to view the databases that belong to the instance.
3838

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.
4040

4141
### View database properties
4242

@@ -142,6 +142,7 @@ resources
142142
| summarize count() by tostring(properties.compatibilityLevel)
143143
| order by properties_compatibilityLevel asc
144144
```
145+
145146
## Inventory associated services
146147

147148
SQL Server associated services include:
@@ -152,7 +153,8 @@ SQL Server associated services include:
152153
- SQL Server Reporting Services (SSRS)
153154
- Power BI Report Server (PBIRS)
154155

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+
156158
```json
157159
"serviceType": {
158160
"type": "string",
@@ -173,7 +175,7 @@ Resources deleted on-premises might not be immediately deleted in Azure. For exa
173175

174176
## Related content
175177

176-
- [Migration Dashboard](migration-inventory.md)
178+
- [Track migration journey by using migration dashboard - SQL Server enabled by Azure Arc](migration-inventory.md)
177179
- [Feature availability by service type](overview.md#feature-availability-by-service-type)
178180
- [Protect SQL Server with Microsoft Defender for Cloud](configure-advanced-data-security.md)
179181
- [Configure best practices assessment for SQL Server enabled by Azure Arc](assess.md)

0 commit comments

Comments
 (0)