Skip to content

Commit 79a829e

Browse files
committed
adding links for deployment models
1 parent fc2b4f0 commit 79a829e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/manage-runas-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: automation
66
ms.subservice: shared-capabilities
77
author: georgewallace
88
ms.author: gwallace
9-
ms.date: 05/03/2019
9+
ms.date: 05/21/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
@@ -19,12 +19,12 @@ When you create a Run As account, it creates a new service principal user in Azu
1919

2020
There are two types of Run As Accounts:
2121

22-
* **Azure Run As Account** - This account is used to manage Resource Manager deployment model resources.
22+
* **Azure Run As Account** - This account is used to manage [Resource Manager deployment model](../azure-resource-manager/resource-manager-deployment-model.md) resources.
2323
* Creates an Azure AD application with a self-signed certificate, creates a service principal account for the application in Azure AD, and assigns the Contributor role for the account in your current subscription. You can change this setting to Owner or any other role. For more information, see [Role-based access control in Azure Automation](automation-role-based-access-control.md).
2424
* Creates an Automation certificate asset named *AzureRunAsCertificate* in the specified Automation account. The certificate asset holds the certificate private key that's used by the Azure AD application.
2525
* Creates an Automation connection asset named *AzureRunAsConnection* in the specified Automation account. The connection asset holds the applicationId, tenantId, subscriptionId, and certificate thumbprint.
2626

27-
* **Azure Classic Run As Account** - This account is used to manage Classic deployment model resources.
27+
* **Azure Classic Run As Account** - This account is used to manage [Classic deployment model](../azure-resource-manager/resource-manager-deployment-model.md) resources.
2828
* Creates a management certificate in the subscription
2929
* Creates an Automation certificate asset named *AzureClassicRunAsCertificate* in the specified Automation account. The certificate asset holds the certificate private key used by the management certificate.
3030
* Creates an Automation connection asset named *AzureClassicRunAsConnection* in the specified Automation account. The connection asset holds the subscription name, subscriptionId, and certificate asset name.

0 commit comments

Comments
 (0)