Skip to content

Commit 3620f6a

Browse files
authored
Merge pull request #178390 from MGoedtel/UpdateAAMIArticle
removed outdated prereq
2 parents 150d653 + 4497808 commit 3620f6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/automation/source-control-integration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use source control integration in Azure Automation
33
description: This article tells you how to synchronize Azure Automation source control with other repositories.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 10/26/2021
6+
ms.date: 11/02/2021
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -27,7 +27,6 @@ Azure Automation supports three types of source control:
2727
* A source control repository (GitHub or Azure Repos)
2828
* A system-assigned [managed identity](automation-security-overview.md#managed-identities) is required. If you have not configured a system-assigned managed identity with your Automation account, see [Enable managed identity](enable-managed-identity-for-automation.md#enable-a-system-assigned-managed-identity-for-an-azure-automation-account) to create it.
2929
* Assign the system-assigned managed identity to the [Contributor](automation-role-based-access-control.md#contributor) role in the Automation account.
30-
* The [`AzureRM.Profile` module](/powershell/module/azurerm.profile/) must be imported into your Automation account. Note that the equivalent Az module (`Az.Accounts`) will not work with Automation source control.
3130

3231
> [!NOTE]
3332
> Source control synchronization jobs are run under the user's Automation account and are billed at the same rate as other Automation jobs.

0 commit comments

Comments
 (0)