Skip to content

Commit bb3c908

Browse files
Merge pull request #224174 from willvelida/main
Grammatical changes in AFD Private Link article
2 parents fa121a0 + c9dbca0 commit bb3c908

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

articles/ddos-protection/ddos-protection-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ author: AbdullahBell
77
ms.service: ddos-protection
88
ms.topic: overview
99
ms.tgt_pltfrm: na
10-
ms.custom: ignite-2022
1110
ms.workload: infrastructure-services
1211
ms.date: 01/17/2023
1312
ms.author: abell
1413
ms.custom: references_regions
1514
---
15+
1616
# What is Azure DDoS Protection?
1717

1818
Distributed denial of service (DDoS) attacks are some of the largest availability and security concerns facing customers that are moving their applications to the cloud. A DDoS attack attempts to exhaust an application's resources, making the application unavailable to legitimate users. DDoS attacks can be targeted at any endpoint that is publicly reachable through the internet.

articles/frontdoor/private-link.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,18 @@ ms.custom: references_regions
1515

1616
[Azure Private Link](../private-link/private-link-overview.md) enables you to access Azure PaaS services and services hosted in Azure over a private endpoint in your virtual network. Traffic between your virtual network and the service goes over the Microsoft backbone network, eliminating exposure to the public Internet.
1717

18-
Azure Front Door Premium can connect to your origin using Private Link. Your origin can be hosted in a virtual network or hosted as a PaaS service such as Azure App Service or Azure Storage. Private Link removes the need for your origin to be access publicly.
18+
Azure Front Door Premium can connect to your origin using Private Link. Your origin can be hosted in a virtual network or hosted as a PaaS service such as Azure App Service or Azure Storage. Private Link removes the need for your origin to be accessed publicly.
1919

2020
:::image type="content" source="./media/private-link/front-door-private-endpoint-architecture.png" alt-text="Diagram of Azure Front Door with Private Link enabled.":::
2121

2222
## How Private Link works
2323

2424
When you enable Private Link to your origin in Azure Front Door Premium, Front Door creates a private endpoint on your behalf from an Azure Front Door managed regional private network. You'll receive an Azure Front Door private endpoint request at the origin pending your approval.
2525

26-
You must approve the private endpoint connection before traffic can pass to the origin privately. You can approve private endpoint connections by using the Azure portal, Azure CLI, or Azure PowerShell. For more information, see [Manage a Private Endpoint connection](../private-link/manage-private-endpoint.md).
27-
2826
> [!IMPORTANT]
29-
> You must approve the private endpoint connection before traffic will flow to your origin.
27+
> You must approve the private endpoint connection before traffic can pass to the origin privately. You can approve private endpoint connections by using the Azure portal, Azure CLI, or Azure PowerShell. For more information, see [Manage a Private Endpoint connection](../private-link/manage-private-endpoint.md).
3028
31-
After you enable an origin for Private Link and approve the private endpoint connection, it can take a few minutes for the connection to get established. During this time, requests to the origin will receive an Azure Front Door error message. The error message will go away once the connection is established.
29+
After you enable an origin for Private Link and approve the private endpoint connection, it can take a few minutes for the connection to be established. During this time, requests to the origin will receive an Azure Front Door error message. The error message will go away once the connection is established.
3230

3331
Once your request is approved, a private IP address gets assigned from the Azure Front Door managed virtual network. Traffic between your Azure Front Door and your origin will communicate using the established private link over the Microsoft backbone network. Incoming traffic to your origin is now secured when arriving at your Azure Front Door.
3432

@@ -38,7 +36,7 @@ Once your request is approved, a private IP address gets assigned from the Azure
3836

3937
### Private endpoint creation
4038

41-
Within a single Azure Front Door profile, if two or more Private Link enabled origins are created with the same set of Private Link, resource ID and group ID, then for all such origins only one private endpoint gets created. Connections to the backend can be enabled using this private endpoint. This setup means you only have to approve the private endpoint once because only one private endpoint gets created. If you create more Private Link enabled origins using the same set of Private Link location, resource ID, group ID, you won't need to approve anymore private endpoints.
39+
Within a single Azure Front Door profile, if two or more Private Link enabled origins are created with the same set of Private Link, resource ID and group ID, then for all such origins only one private endpoint gets created. Connections to the backend can be enabled using this private endpoint. This setup means you only have to approve the private endpoint once because only one private endpoint gets created. If you create more Private Link enabled origins using the same set of Private Link location, resource ID and group ID, you won't need to approve anymore private endpoints.
4240

4341
#### Single private endpoint
4442

@@ -66,17 +64,17 @@ A new private endpoint gets created in the following scenario:
6664
6765
### Private endpoint removal
6866

69-
When an Azure Front Door profile get deleted, private endpoints associated with the profile will also get deleted.
67+
When an Azure Front Door profile gets deleted, private endpoints associated with the profile will also get deleted.
7068

7169
#### Single private endpoint
7270

73-
If AFD-Profile-1 gets deleted, then PE1 private endpoint across all the origin will also get deleted.
71+
If AFD-Profile-1 gets deleted, then the PE1 private endpoint across all the origins will also be deleted.
7472

7573
:::image type="content" source="./media/private-link/delete-endpoint.png" alt-text="Diagram showing if AFD-Profile-1 gets deleted then PE1 across all origins will get deleted.":::
7674

7775
#### Multiple private endpoints
7876

79-
* If AFD-Profile-1 gets deleted, all private endpoints from PE1 through PE4 will get deleted.
77+
* If AFD-Profile-1 gets deleted, all private endpoints from PE1 through to PE4 will be deleted.
8078

8179
:::image type="content" source="./media/private-link/delete-multiple-endpoints.png" alt-text="Diagram showing if AFD-Profile-1 gets deleted, all private endpoints from PE1 through PE4 gets deleted.":::
8280

0 commit comments

Comments
 (0)