Skip to content

Commit 2aaccbe

Browse files
committed
Added view URL info and image
1 parent 75b7050 commit 2aaccbe

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,15 @@ Follow these steps:
129129
Run the [New-AzAutomationKey](/powershell/module/az.automation/new-azautomationkey) command to regenerate the primary access key, as shown in the following example:
130130

131131
```azurepowershell
132-
New-AzAutomationKey -KeyType Primary -ResourceGroup <ResourceGroup>` -AutomationAccountName <AutomationAccount>
132+
New-AzAutomationKey -KeyType Primary -ResourceGroup <ResourceGroup> -AutomationAccountName <AutomationAccount>
133133
```
134134
---
135135

136+
### View registration URL
137+
The DSC node registers with the State Configuration service using the registration URL and authenticates using a registration access key along with the Automation Account access keys.
138+
139+
:::image type="content" source="./media/automation-create-standalone-account/automation-demo-keys-url-inline.png" alt-text="Automation Keys page" lightbox="./media/automation-create-standalone-account/automation-demo-keys-url-expanded.png" :::
140+
136141
## Next steps
137142

138143
* To get started with PowerShell runbooks, see [Tutorial: Create a PowerShell runbook](./learn/powershell-runbook-managed-identity.md).
-72.4 KB
Loading
-72.4 KB
Loading
32.3 KB
Loading
32.3 KB
Loading

0 commit comments

Comments
 (0)