Skip to content

Files

Latest commit

d0525da · Jan 28, 2021

History

History
30 lines (19 loc) · 1.43 KB

delete-run-as-account.md

File metadata and controls

30 lines (19 loc) · 1.43 KB
title description services ms.subservice ms.date ms.topic
Delete an Azure Automation Run As account
This article tells how to delete a Run As account with PowerShell or from the Azure portal.
automation
process-automation
01/06/2021
conceptual

Delete an Azure Automation Run As account

Run As accounts in Azure Automation provide authentication for managing resources on the Azure Resource Manager or Azure Classic deployment model using Automation runbooks and other Automation features. This article describes how to delete a Run As or Classic Run As account. When you perform this action, the Automation account is retained. After you delete the Run As account, you can re-create it in the Azure portal or with the provided PowerShell script.

Delete a Run As or Classic Run As account

  1. In the Azure portal, open the Automation account.

  2. In the left pane, select Run As Accounts in the account settings section.

  3. On the Run As Accounts properties page, select either the Run As account or Classic Run As account that you want to delete.

  4. On the Properties pane for the selected account, click Delete.

    Delete Run As account

  5. While the account is being deleted, you can track the progress under Notifications from the menu.

Next steps

To recreate your Run As or Classic Run As account, see Create Run As accounts.