Skip to content

Commit f8974c2

Browse files
authored
Fixing the capitalization of a code comment
Something about this single character in the code comment being lowercase really bugged me. Updated the comment in the "Authenticate access with system-assigned managed identity" section where the PowerShell code lies. Specifically, updated the s to S (capitalized) on line 311 in the comment.
1 parent 71db181 commit f8974c2

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)