Skip to content

Commit d19f173

Browse files
committed
added new scenario
1 parent 26c233d commit d19f173

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

articles/automation/troubleshoot/managed-identity.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,30 @@ title: Troubleshoot Azure Automation managed identity issues
33
description: This article tells how to troubleshoot and resolve issues when using a managed identity with an Automation account.
44
services: automation
55
ms.subservice:
6-
ms.date: 10/26/2021
6+
ms.date: 04/22/2024
77
ms.topic: troubleshooting
88
---
99

1010
# Troubleshoot Azure Automation managed identity issues
1111

1212
This article discusses solutions to problems that you might encounter when you use a managed identity with your Automation account. For general information about using managed identity with Automation accounts, see [Azure Automation account authentication overview](../automation-security-overview.md#managed-identities).
1313

14+
15+
## Scenario: Runbook with system assigned managed identity fails with 400 error message
16+
17+
### Issue
18+
19+
Runbook with system assigned managed identity fails with 400 error message.
20+
21+
:::image type="content" source="./media/managed-identity/error-runbooks-system-assigned-managed-identity.png" alt-text="screenshot of failure of Runbook with system assigned managed identity." lightbox="./media/managed-identity/error-runbooks-system-assigned-managed-identity.png":::
22+
23+
### Cause
24+
You haven't assigned permissions after creating the system-assigned managed identity.
25+
26+
### Resolution
27+
Ensure to assign the appropriate permissions for system-assigned managed identity. [Learn more](../enable-managed-identity-for-automation.md)
28+
29+
1430
## Scenario: Managed Identity in a Runbook cannot authenticate against Azure
1531

1632
### Issue
275 KB
Loading

0 commit comments

Comments
 (0)