Skip to content

Commit 8e9a15c

Browse files
committed
minor edits
1 parent df45a2d commit 8e9a15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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`](https://docs.microsoft.com/powershell/module/az.automation/new-azautomationkey?view=azps-7.2.0) 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)