Skip to content

Commit 271a6c1

Browse files
committed
minor edits
1 parent 8e9a15c commit 271a6c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/automation-create-standalone-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To view and copy your Automation account access keys from the Azure portal, foll
110110

111111
### Manually rotate access keys
112112

113-
We recommend that you rotate your access keys periodically to keep the Automation account secure. Since you have two access keys, you can rotate them, either from the Azure portal or Azure PowerShell cmdlet.
113+
We recommend that you rotate your access keys periodically to keep the Automation account secure. Since you have two access keys, you can rotate them either from the Azure portal or Azure PowerShell cmdlet.
114114

115115
# [Azure portal](#tab/azureportal)
116116

@@ -123,12 +123,12 @@ To rotate your Automation account access keys from Azure portal:
123123

124124
# [Azure PowerShell](#tab/azurepowershell)
125125

126-
Call the [`New-AzAutomationKey`](/powershell/module/az.automation/new-azautomationkey)command to regenerate the primary access key, as shown in the following example:
126+
Call the [New-AzAutomationKey](/powershell/module/az.automation/new-azautomationkey) command to regenerate the primary access key, as shown in the following example:
127127

128128
```azurepowershell
129129
New-AzAutomationKey -KeyType Primary -ResourceGroup <ResourceGroup>` -AutomationAccountName <AutomationAccount>
130130
```
131-
---
131+
---
132132

133133
## Next steps
134134

0 commit comments

Comments
 (0)