Skip to content

Commit 43e374a

Browse files
Merge pull request #220690 from asudbring/pl-ddos-portal
Added ddos info to vnet create for private link service - portal
2 parents e00b26c + 3d8bc49 commit 43e374a

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

articles/private-link/create-private-link-service-portal.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ Get started creating a Private Link service that refers to your service. Give Pr
1919

2020
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2121

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.
2240
## Create an internal load balancer
2341

2442
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
2745

2846
Create a virtual network and subnet to host the load balancer that accesses your Private Link service.
2947

30-
1. Sign in to the [Azure portal](https://portal.azure.com).
31-
3248
2. In the search box at the top of the portal, enter **Virtual network**. Select **Virtual networks** in the search results.
3349

3450
3. Select **+ Create**.
@@ -63,9 +79,13 @@ Create a virtual network and subnet to host the load balancer that accesses your
6379

6480
9. Select **Save**.
6581

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

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**.
6989

7090
### Create load balancer
7191

@@ -235,9 +255,17 @@ In this section, you'll map the private link service to a private endpoint. A vi
235255

236256
8. Select **Add**.
237257

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

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**.
267+
268+
15. Select **Create**.
241269

242270
### Create private endpoint
243271

0 commit comments

Comments
 (0)