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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The following table describes the fields on the **Basics** tab.
46
46
|---|---|---|
47
47
|Subscription|Required |From the drop-down list, select the Azure subscription for the account.|
48
48
|Resource group|Required |From the drop-down list, select your existing resource group, or select **Create new**.|
49
-
|Automation account name|Required |Enter a name unique for it's location and resource group. Names for Automation accounts that have been deleted might not be immediately available. You can't change the account name once it has been entered in the user interface. |
49
+
|Automation account name|Required |Enter a name unique for its location and resource group. Names for Automation accounts that have been deleted might not be immediately available. You can't change the account name once it has been entered in the user interface. |
50
50
|Region|Required |From the drop-down list, select a region for the account. For an updated list of locations that you can deploy an Automation account to, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=automation®ions=all).|
51
51
52
52
The following image shows a standard configuration for a new Automation account.
@@ -66,7 +66,7 @@ The following table describes the fields on the **Advanced** tab.
66
66
|System-assigned |Optional |A Microsoft Entra identity that is tied to the lifecycle of the Automation account. |
67
67
|User-assigned |Optional |A managed identity represented as a standalone Azure resource that is managed separately from the resources that use it.|
68
68
69
-
You can chose to enable managed identities later, and the Automation account is created without one. To enable a managed identity after the account is created, see [Enable managed identity](enable-managed-identity-for-automation.md). If you select both options, for the user-assigned identity, select the **Add user assigned identities** option. On the **Select user assigned managed identity** page, select a subscription and add one or more user-assigned identities created in that subscription to assign to the Automation account.
69
+
You can choose to enable managed identities later, and the Automation account is created without one. To enable a managed identity after the account is created, see [Enable managed identity](enable-managed-identity-for-automation.md). If you select both options, for the user-assigned identity, select the **Add user assigned identities** option. On the **Select user assigned managed identity** page, select a subscription and add one or more user-assigned identities created in that subscription to assign to the Automation account.
70
70
71
71
The following image shows a standard configuration for a new Automation account.
72
72
@@ -122,7 +122,7 @@ You can use any of the two keys to access your Automation account. However, we r
122
122
123
123
We recommend that you rotate your access keys periodically to keep the Automation account secure. As you have two access keys, you can rotate them using Azure portal or Azure PowerShell cmdlet.
0 commit comments