|
1 | 1 | ---
|
2 | 2 | title: Quickstart - Create an Azure Automation account using the portal
|
3 |
| -description: This quickstart helps you get started creating an Azure Automation account using the portal |
| 3 | +description: This quickstart helps you to create a new Automation account using Azure portal. |
4 | 4 | services: automation
|
5 | 5 | ms.date: 10/26/2021
|
6 | 6 | ms.topic: quickstart
|
@@ -62,15 +62,15 @@ The following table describes the fields on the **Advanced** tab.
|
62 | 62 | |System-assigned |Optional |An Azure Active Directory identity that is tied to the lifecycle of the Automation account. |
|
63 | 63 | |User-assigned |Optional |A managed identity represented as a standalone Azure resource that is managed separately from the resources that use it.|
|
64 | 64 |
|
65 |
| -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.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. |
| 65 | +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.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. |
66 | 66 |
|
67 | 67 | The following image shows a standard configuration for a new Automation account.
|
68 | 68 |
|
69 | 69 | :::image type="content" source="./media/create-account-portal/create-account-advanced.png" alt-text="Screenshot showing required fields for creating the Automation account on Advanced tab.":::
|
70 | 70 |
|
71 | 71 | ### Networking
|
72 | 72 |
|
73 |
| -On the **Networking** tab, you can connect to your automation account either publicly, (via public IP addresses), or privately, using a private endpoint. The following image shows the connectivity configuration that you can define for a new automation account. |
| 73 | +On the **Networking** tab, you can connect to your automation account either publicly (via public IP addresses), or privately, using a private endpoint. The following image shows the connectivity configuration that you can define for a new automation account. |
74 | 74 |
|
75 | 75 | - **Public Access** – This default option provides a public endpoint for the Automation account that can receive traffic over the internet and does not require any additional configuration. However, we don't recommend it for private applications or secure environments. Instead, the second option **Private access**, a private Link mentioned below can be leveraged to restrict access to automation endpoints only from authorized virtual networks. Public access can simultaneously coexist with the private endpoint enabled on the Automation account. If you select public access while creating the Automation account, you can add a Private endpoint later from the Networking blade of the Automation Account.
|
76 | 76 |
|
|
0 commit comments