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/private-link/create-private-link-service-portal.md
+34-6Lines changed: 34 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,24 @@ Get started creating a Private Link service that refers to your service. Give Pr
19
19
20
20
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21
21
22
+
## Create a DDoS protection plan
23
+
24
+
1. Sign-in to the [Azure portal](https://portal.azure.com).
25
+
26
+
2. In the search box, enter **DDoS protection plan**. Select **DDoS protection plan** in the search results and then select **Create**.
27
+
28
+
3. In the **Create a DDoS protection plan** page, enter or select the following information on the **Basics** tab:
29
+
30
+
| Setting | Value |
31
+
|--|--|
32
+
|**Project details**||
33
+
| Subscription | Select your subscription. |
34
+
| Resource group | Select **Create new**. </br> Enter **myResourceGroup**. </br> Select **OK**. |
35
+
|**Instance details**||
36
+
| Name | Enter **myDDoSPlan**. |
37
+
| Region | Select **East US 2**. |
38
+
39
+
4. Select **Review + create** and then select **Create** to deploy the DDoS protection plan.
22
40
## Create an internal load balancer
23
41
24
42
In this section, you'll create a virtual network and an internal Azure Load Balancer.
@@ -27,8 +45,6 @@ In this section, you'll create a virtual network and an internal Azure Load Bala
27
45
28
46
Create a virtual network and subnet to host the load balancer that accesses your Private Link service.
29
47
30
-
1. Sign in to the [Azure portal](https://portal.azure.com).
31
-
32
48
2. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
33
49
34
50
3. Select **+ Create**.
@@ -63,9 +79,13 @@ Create a virtual network and subnet to host the load balancer that accesses your
63
79
64
80
9. Select **Save**.
65
81
66
-
10. Select the **Review + create** tab or select the **Review + create** button.
82
+
10. Select the **Security** tab, or select the **Next: Security** button at the bottom of the page.
67
83
68
-
11. Select **Create**.
84
+
11. Under **DDoS Protection Standard**, select **Enable**. Then for **DDoS Protection Plan**, select the **myDDoSPlan** resource created in the last section.
85
+
86
+
12. Select the **Review + create** tab or select the **Review + create** button.
87
+
88
+
13. Select **Create**.
69
89
70
90
### Create load balancer
71
91
@@ -235,9 +255,17 @@ In this section, you'll map the private link service to a private endpoint. A vi
235
255
236
256
8. Select **Add**.
237
257
238
-
9. Select the **Review + create** tab or select **Review + create**.
258
+
9. Select the **Security** tab, or select the **Next: Security** button at the bottom of the page.
239
259
240
-
10. Select **Create**.
260
+
10. Under **DDoS Protection Standard**, select **Enable**. Then for **DDoS Protection Plan**, select the **myDDoSPlan** resource created in the previous section.
261
+
262
+
11. Select the **Review + create** tab or select the **Review + create** button.
263
+
264
+
13. Select **Create**.
265
+
266
+
14. Select the **Review + create** tab or select **Review + create**.
0 commit comments