Skip to content

Commit 64a7873

Browse files
authored
Merge pull request #103258 from ian-hank/patch-1
Fixing the capitalization of a PowerShell comment
2 parents 29d229f + f8974c2 commit 64a7873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/enable-managed-identity-for-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Disable-AzContextAutosave -Scope Process
308308
# Connect to Azure with system-assigned managed identity
309309
$AzureContext = (Connect-AzAccount -Identity).context
310310
311-
# set and store context
311+
# Set and store context
312312
$AzureContext = Set-AzContext -SubscriptionName $AzureContext.Subscription -DefaultProfile $AzureContext
313313
```
314314

@@ -435,4 +435,4 @@ Azure Automation provided authentication for managing Azure Resource Manager res
435435

436436
- If you need to disable a managed identity, see [Disable your Azure Automation account managed identity](disable-managed-identity-for-automation.md).
437437

438-
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).
438+
- For an overview of Azure Automation account security, see [Automation account authentication overview](automation-security-overview.md).

0 commit comments

Comments
 (0)