Skip to content

Commit a659085

Browse files
authored
Merge pull request #208094 from SnehaSudhirG/16Aug-SEOSet2
Applied the SEO techniques, updated TOC and Redirection
2 parents f4d833c + c2e2f74 commit a659085

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5788,6 +5788,11 @@
57885788
"redirect_url": "/azure/automation/manage-run-as-account",
57895789
"redirect_document_id": false
57905790
},
5791+
{
5792+
"source_path_from_root": "/articles/automation/quickstarts/create-account-portal.md",
5793+
"redirect_url": "/azure/automation/create-azure-automation-account-portal",
5794+
"redirect_document_id": false
5795+
},
57915796
{
57925797
"source_path_from_root": "/articles/best-practices-availability-paired-regions.md",
57935798
"redirect_url": "/azure/availability-zones/cross-region-replication-azure",

articles/automation/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: Quickstarts
1616
items:
1717
- name: Create Automation account - Azure portal
18-
href: quickstarts/create-account-portal.md
18+
href: quickstarts/create-azure-automation-account-portal.md
1919
- name: Enable managed identities - Azure portal
2020
href: quickstarts/enable-managed-identity.md
2121
- name: Enable Desired State Configuration for a machine

articles/automation/quickstarts/create-account-portal.md renamed to articles/automation/quickstarts/create-azure-automation-account-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: automation
55
ms.date: 10/26/2021
66
ms.topic: quickstart
@@ -62,15 +62,15 @@ The following table describes the fields on the **Advanced** tab.
6262
|System-assigned |Optional |An Azure Active Directory identity that is tied to the lifecycle of the Automation account. |
6363
|User-assigned |Optional |A managed identity represented as a standalone Azure resource that is managed separately from the resources that use it.|
6464

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.
6666

6767
The following image shows a standard configuration for a new Automation account.
6868

6969
:::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.":::
7070

7171
### Networking
7272

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.
7474

7575
- **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.
7676

25.6 KB
Loading
32 KB
Loading
28.4 KB
Loading

0 commit comments

Comments
 (0)