Skip to content

Commit 20d525f

Browse files
Add Troubleshoot refernces in Automation docs
1 parent 2afe30c commit 20d525f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

articles/automation/add-user-assigned-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to set up a user-assigned managed identi
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell
7-
ms.date: 11/17/2025
7+
ms.date: 04/14/2026
88
ms.topic: how-to
99
ms.service: azure-automation
1010
ms.author: v-rochak2
@@ -425,3 +425,5 @@ print(response.text)
425425
- If you need to disable a managed identity, see [Disable your Azure Automation account managed identity](disable-managed-identity-for-automation.md).
426426

427427
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).
428+
429+
- For troubleshooting issues related to user assigned managed identity, see [Troubleshoot Azure Automation managed identity issues](troubleshoot/managed-identity.md).

articles/automation/disable-managed-identity-for-automation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Disable system-assigned managed identity for Azure Automation account
33
description: This article explains how to disable a system-assigned managed identity for an Azure Automation account.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 11/17/2025
6+
ms.date: 04/14/2026
77
ms.topic: how-to
88
ms.service: azure-automation
99
ms.author: v-rochak2
@@ -127,3 +127,5 @@ Perform the following steps.
127127
- For more information about enabling managed identities in Azure Automation, see [Enable and use managed identity for Automation](enable-managed-identity-for-automation.md).
128128
129129
- For an overview of Automation account security, see [Automation account authentication overview](automation-security-overview.md).
130+
131+
- For troubleshooting managed identity related issues, see [Troubleshoot Azure Automation managed identity issues](troubleshoot/managed-identity.md).

articles/automation/learn/powershell-runbook-managed-identity.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial, you learn how to use managed identities with a Po
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell
7-
ms.date: 06/27/2025
7+
ms.date: 04/14/2026
88
ms.topic: tutorial
99
#Customer intent: As a developer, I want PowerShell runbooks to execute code using a manged identity.
1010
ms.service: azure-automation
@@ -272,3 +272,5 @@ In this tutorial, you created a [PowerShell runbook](../automation-runbook-types
272272

273273
> [!div class="nextstepaction"]
274274
> [Tutorial: Create a PowerShell Workflow runbook](automation-tutorial-runbook-textual.md)
275+
276+
- For troubleshooting managed identity related issues during PowerShell runbook creation, see [Troubleshoot Azure Automation managed identity issues](../troubleshoot/managed-identity.md).

0 commit comments

Comments
 (0)