Skip to content

Commit 70397b4

Browse files
committed
Minor edits
1 parent 2aaccbe commit 70397b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ When you create an Automation account, Azure generates two 512-bit automation ac
102102

103103
### View Automation account keys
104104

105-
To view and copy your Automation account access keys from the Azure portal, follow these steps:
105+
To view and copy your Automation account access keys, follow these steps:
106106
1. In the [Azure portal](https://portal.azure.com/), go to your Automation account.
107-
1. Under the **Account Settings**, select **Keys** to view your Automation account's primary and secondary access keys.
108-
You can use either of the two keys to access your Automation account. However, we recommend that you use the first key and reserve the use of second key.
107+
1. Under **Account Settings**, select **Keys** to view your Automation account's primary and secondary access keys.
108+
You can use any of the two keys to access your Automation account. However, we recommend that you use the first key and reserve the use of second key.
109109

110110
:::image type="content" source="./media/automation-create-standalone-account/automation-demo-keys-inline.png" alt-text="Automation Keys page" lightbox="./media/automation-create-standalone-account/automation-demo-keys-expanded.png" :::
111111

@@ -121,7 +121,7 @@ Follow these steps:
121121
1. Go to your Automation account in [Azure portal](https://portal.azure.com/).
122122
1. Under **Account Settings**, select **Keys**.
123123
1. Select **Regenerate primary** to regenerate the primary access key for your Automation account.
124-
1. Select the **Regenerate secondary** button to regenerate the secondary access key.
124+
1. Select the **Regenerate secondary** to regenerate the secondary access key.
125125
:::image type="content" source="./media/automation-create-standalone-account/regenerate-keys.png" alt-text="Regenerate keys":::
126126

127127
# [Azure PowerShell](#tab/azurepowershell)
@@ -136,7 +136,7 @@ Run the [New-AzAutomationKey](/powershell/module/az.automation/new-azautomationk
136136
### View registration URL
137137
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.
138138

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" :::
139+
:::image type="content" source="./media/automation-create-standalone-account/automation-demo-keys-url-inline.png" alt-text="Screenshot of Automation Keys and URL" lightbox="./media/automation-create-standalone-account/automation-demo-keys-url-expanded.png" :::
140140

141141
## Next steps
142142

0 commit comments

Comments
 (0)