Skip to content

Commit 79945b9

Browse files
Merge pull request #278650 from PriskeyJeronika-MS/issueTS
Added issue
2 parents 265f7ba + 5aa4e4c commit 79945b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/azure-monitor/scom-manage-instance/troubleshoot-scom-managed-instance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article describes the errors that might occur when you deploy
55
author: PriskeyJeronika-MS
66
ms.author: v-gjeronika
77
manager: jsuri
8-
ms.date: 05/22/2024
8+
ms.date: 06/19/2024
99
ms.service: azure-monitor
1010
ms.subservice: operations-manager-managed-instance
1111
ms.topic: troubleshooting-general
@@ -92,6 +92,18 @@ This article describes the errors that might occur when you deploy or use Azure
9292

9393
**Resolution**: Provide an available IP from the subnet range and retry the operation.
9494

95+
### Issue: Identity isn’t a system admin on SQL Managed Instance: '%instance'.
96+
97+
**Cause**: Occurs due to the following reasons:
98+
99+
1. User Managed Identity isn’t SQL Admin on the SQL MI.
100+
2. User Managed Identity is confirmed as SQL Admin on the SQL MI, and this is deployed using ARM, BICEP, Terraform or other deployment solution.
101+
102+
**Resolution**: Ensure that the User Managed Identity is deployed using the AppId and not the ObjectId. You can confirm if this is applicable by navigating to the SQL MI, Microsoft Entra ID admin pane. Check if the guid that is listed with the User Managed Identity is the ObjectId or AppId of the Service Principal. When this is the ObjectId:
103+
104+
- Set it using the portal
105+
- Redeploy with your preferred solution using the AppId.
106+
95107
## Scenario: Deploy Reports on Power BI
96108

97109
### Issue: SQL Managed Instance isn't reachable

0 commit comments

Comments
 (0)