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/how-to/private-link-security.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,32 +93,50 @@ Before setting up your Automation account resource, consider your network isolat
93
93
94
94
Follow the steps below to create a private endpoint for your Automation account.
95
95
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.
97
98
98
-
1.In**Private Link Center**, select **Create private endpoint**.
99
+
1.On**Private Link Center**, select **Create private endpoint**.
99
100
100
101
:::image type="content" source="./media/private-link-security/create-private-endpoint.png" alt-text="Screenshot of how to create a private endpoint.":::
101
102
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**.
103
109
104
110
:::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.":::
105
111
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**.
107
118
108
119
:::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":::
109
120
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**.
111
126
112
127
:::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":::
113
128
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**
115
133
116
134
:::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":::
117
135
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.
119
137
120
138
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.
0 commit comments