Skip to content

Commit 9662af4

Browse files
committed
updates
1 parent 5d354ef commit 9662af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/troubleshoot/shared-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot issues with Azure Automation shared resou
44
services: automation
55
author: georgewallace
66
ms.author: gwallace
7-
ms.date: 03/11/2019
7+
ms.date: 03/12/2019
88
ms.topic: conceptual
99
ms.service: automation
1010
manager: carmonm
@@ -149,7 +149,7 @@ This error is most likely caused by an incorrectly configured [Run As Account](.
149149

150150
#### Resolution
151151

152-
Make sure your [Run As Account](../manage-runas-account.md) is properly configured. Once it is configured correctly, ensure you have the proper code in your runbook to authenticate with Azure. The following exampl shows a snippet of code to authenticate to Azure in a runbook.
152+
Make sure your [Run As Account](../manage-runas-account.md) is properly configured. Once it is configured correctly, ensure you have the proper code in your runbook to authenticate with Azure. The following example shows a snippet of code to authenticate to Azure in a runbook using a Run As Account.
153153

154154
```powershell
155155
$connection = Get-AutomationConnection -Name AzureRunAsConnection

0 commit comments

Comments
 (0)