You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-create-standalone-account.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,10 @@ When you create an Automation account, Azure generates two 512-bit automation ac
102
102
103
103
### View Automation account keys
104
104
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:
106
106
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.
@@ -136,7 +136,7 @@ Run the [New-AzAutomationKey](/powershell/module/az.automation/new-azautomationk
136
136
### View registration URL
137
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.
0 commit comments