Skip to content

Commit 3a86ada

Browse files
committed
minor edits
1 parent e4c66d3 commit 3a86ada

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

articles/automation/how-to/private-link-security.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,32 +93,50 @@ Before setting up your Automation account resource, consider your network isolat
9393

9494
Follow the steps below to create a private endpoint for your Automation account.
9595

96-
1. Go to [Azure portal Private Link center](https://portal.azure.com/#blade/Microsoft_Azure_Network/PrivateLinkCenterBlade/privateendpoints) to create a private endpoint to connect our network. Once your changes to public Network Access and Private Link are applied, it can take up to 35 minutes for them to take effect.
96+
1. Go to [Private Link center](https://portal.azure.com/#blade/Microsoft_Azure_Network/PrivateLinkCenterBlade/privateendpoints) in Azure portal to create a private endpoint to connect our network.
97+
Once your changes to public Network Access and Private Link are applied, it can take up to 35 minutes for them to take effect.
9798

98-
1. In **Private Link Center**, select **Create private endpoint**.
99+
1. On **Private Link Center**, select **Create private endpoint**.
99100

100101
:::image type="content" source="./media/private-link-security/create-private-endpoint.png" alt-text="Screenshot of how to create a private endpoint.":::
101102

102-
1. In **Basics**, enter your **Subscription**, **Resource group**, **Name**, **Network Interface Name**, **Region** and select **Next: Resource**.
103+
1. On **Basics**, enter the following details:
104+
- **Subscription**
105+
- **Resource group**
106+
- **Name**
107+
- **Network Interface Name**
108+
- **Region** and select **Next: Resource**.
103109

104110
:::image type="content" source="./media/private-link-security/create-private-endpoint-basics.png" alt-text="Screenshot of how to create a private endpoint in Basics tab.":::
105111

106-
1. In **Resource**, In **Connection method**, select the default option - *Connect to an Azure resource in my directory*. Enter the **Subscription**, **Resource type**, and **Resource**. The **Target sub-resource** can either be *Webhook* or *DSCAndHybridWorker* as per your scenario. Select **Next : Virtual Network**.
112+
1. On **Resource**, enter the following details:
113+
- **Connection method**, select the default option - *Connect to an Azure resource in my directory*.
114+
- **Subscription**
115+
- **Resource type**
116+
- **Resource**.
117+
- The **Target sub-resource** can either be *Webhook* or *DSCAndHybridWorker* as per your scenario and select **Next : Virtual Network**.
107118

108119
:::image type="content" source="./media/private-link-security/create-private-endpoint-resource-inline.png" alt-text="Screenshot of how to create a private endpoint in Resource tab." lightbox="./media/private-link-security/create-private-endpoint-resource-expanded.png":::
109120

110-
1. In **Virtual Network**, select *Virtual network*, *Subnet*. Enable the checkbox for *Enable network policies for all private endpoints in this subnet*, select *Dynamically allocate IP address* and select ****Next : DNS**.
121+
1. On **Virtual Network**, enter the following details:
122+
- **Virtual network**
123+
- **Subnet**
124+
- Enable the checkbox for **Enable network policies for all private endpoints in this subnet**.
125+
- Select **Dynamically allocate IP address** and select **Next : DNS**.
111126

112127
:::image type="content" source="./media/private-link-security/create-private-endpoint-virtual-network-inline.png" alt-text="Screenshot of how to create a private endpoint in Virtual network tab." lightbox="./media/private-link-security/create-private-endpoint-virtual-network-expanded.png":::
113128

114-
1. In **DNS**, the data is populated as per the information entered in the **Basics**, **Resource**, **Virtual Network** and it creates a Private DNS zone. Select the *Integrate with private DNS Zone*, *Subscription* and *Resource group* and select **Next : Tags**
129+
1. On **DNS**, the data is populated as per the information entered in the **Basics**, **Resource**, **Virtual Network** tabs and it creates a Private DNS zone. Enter the following details:
130+
- **Integrate with private DNS Zone**
131+
- **Subscription**
132+
- **Resource group** and select **Next : Tags**
115133

116134
:::image type="content" source="./media/private-link-security/create-private-endpoint-dns-inline.png" alt-text="Screenshot of how to create a private endpoint in Virtual network tab." lightbox="./media/private-link-security/create-private-endpoint-dns-expanded.png":::
117135

118-
1. In **Tags**, you can categorize resources. Select *Name* and *Value* and select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
136+
1. On **Tags**, you can categorize resources. Select **Name** and **Value** and select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
119137

120138

121-
In the **Private Link Center**, select **Private endpoints** to view your private link resource.
139+
On the **Private Link Center**, select **Private endpoints** to view your private link resource.
122140

123141
![Automation resource private link](./media/private-link-security/private-link-automation-resource.png)
124142

0 commit comments

Comments
 (0)