Skip to content

Commit 12c2ffb

Browse files
authored
Merge pull request #102998 from MGoedtel/UpdateAzAutoCred
updated ref to cmdlet
2 parents a7171cb + e8d1a88 commit 12c2ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/shared-resources/credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You add a **Get-AutomationPSCredential** activity to a graphical runbook by righ
111111

112112
![Add credential to canvas](../media/credentials/credential-add-canvas.png)
113113

114-
The following image shows an example of using a credential in a graphical runbook. In this case, it's being used to provide authentication for a runbook to Azure resources as described in [Authenticate Runbooks with Azure AD User account](../automation-create-aduser-account.md). The first activity retrieves the credential that has access to the Azure subscription. The **Add-AzureRmAccount** activity then uses this credential to provide authentication for any activities that come after it. A [pipeline link](../automation-graphical-authoring-intro.md#links-and-workflow) is here since **Get-AutomationPSCredential** is expecting a single object.
114+
The following image shows an example of using a credential in a graphical runbook. In this case, it's being used to provide authentication for a runbook to Azure resources as described in [Authenticate Runbooks with Azure AD User account](../automation-create-aduser-account.md). The first activity retrieves the credential that has access to the Azure subscription. The **Connect-AzureRmAccount** activity then uses this credential to provide authentication for any activities that come after it. A [pipeline link](../automation-graphical-authoring-intro.md#links-and-workflow) is here since **Get-AutomationPSCredential** is expecting a single object.
115115

116116
![Add credential to canvas](../media/credentials/get-credential.png)
117117

0 commit comments

Comments
 (0)