Skip to content

Commit 8523534

Browse files
authored
changed files by pdets auto publish service, publishid[05be43e1-eba4-4995-8351-9ba3246cccbf] and do [publish].
1 parent e91ccb4 commit 8523534

24 files changed

+199
-234
lines changed

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.introduction
33
title: Introduction
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Introduction
68
description: "Introduction"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/2-explain-virtual-network-service-endpoints.yml

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,52 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.explain-virtual-network-service-endpoints
33
title: Explain virtual network service endpoints
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Explain virtual network service endpoints
68
description: "Explain virtual network service endpoints"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 11
15+
durationInMinutes: 10
1416
content: |
15-
[!include[](includes/2-explain-virtual-network-service-endpoints.md)]
17+
[!include[](includes/2-explain-virtual-network-service-endpoints.md)]
18+
quiz:
19+
title: "Check your knowledge"
20+
questions:
21+
- content: "What is the primary function of virtual network service endpoints?"
22+
choices:
23+
- content: "Service Endpoints extend your virtual network private address space and the identity of your VNet to the services."
24+
isCorrect: true
25+
explanation: "Correct. Service Endpoints allow your VNet to directly interact with the services."
26+
- content: "Service Endpoints enable the creation and teardown of environments for application hosting."
27+
isCorrect: false
28+
explanation: "Incorrect. This is more related to infrastructure as code, not Service Endpoints."
29+
- content: "Service Endpoints provide a direct connection to public cloud services."
30+
isCorrect: false
31+
explanation: "Incorrect. While Service Endpoints do connect to services, they do not provide a direct connection to public cloud services."
32+
- content: "How do virtual network service endpoints enhance security?"
33+
choices:
34+
- content: "Service Endpoints allow you to secure Azure service resources to only your virtual network."
35+
isCorrect: true
36+
explanation: "Correct. Service Endpoints help secure your resources by limiting access to your VNet."
37+
- content: "Service Endpoints provide firewall services for the virtual network."
38+
isCorrect: false
39+
explanation: "Incorrect. Firewall services are separate from Service Endpoints."
40+
- content: "Service Endpoints encrypt all data in transit."
41+
isCorrect: false
42+
explanation: "Incorrect. Encryption is not a primary function of Service Endpoints."
43+
- content: "What is the impact of enabling service endpoints on network traffic?"
44+
choices:
45+
- content: "It reduces the bandwidth available for other services."
46+
isCorrect: false
47+
explanation: "Incorrect. Service endpoints do not affect the bandwidth available for other services."
48+
- content: "It routes network traffic between your virtual network and the service through an optimized path."
49+
isCorrect: true
50+
explanation: "Correct. Service endpoints optimize the path for network traffic, improving performance."
51+
- content: "It significantly increases network latency."
52+
isCorrect: false
53+
explanation: "Incorrect. Service endpoints do not significantly increase network latency."

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/3-define-private-link-service-private-endpoint.yml

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,52 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.define-private-link-service-private-endpoint
33
title: Define Private Link Service and private endpoint
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Define Private Link Service and private endpoint
68
description: "Define Private Link Service and private endpoint"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 12
15+
durationInMinutes: 11
1416
content: |
1517
[!include[](includes/3-define-private-link-service-private-endpoint.md)]
1618
quiz:
1719
title: "Check your knowledge"
1820
questions:
19-
- content: "What is the key technology behind Private Links?"
21+
- content: "What is the main function of a private link service private endpoint?"
2022
choices:
21-
- content: "Private Endpoint."
23+
- content: "It allows public access to a private network"
24+
isCorrect: false
25+
explanation: "Incorrect. A private endpoint does not allow public access, it provides private connectivity."
26+
- content: "It provides a public IP address for a private network"
27+
isCorrect: false
28+
explanation: "Incorrect. A private endpoint does not provide a public IP, it provides a private IP in the VNet."
29+
- content: "It enables a private and secure connection to a service powered by Azure Private Link"
30+
isCorrect: true
31+
explanation: "Correct. A private endpoint provides a secure and private IP address within a Virtual Network (VNet)."
32+
- content: "What is a key benefit of using a private link service private endpoint?"
33+
choices:
34+
- content: "It provides a secure and private IP address within a Virtual Network (VNet)"
2235
isCorrect: true
23-
explanation: "Correct. Private Links are dependent on Private Endpoints."
24-
- content: "DNS Resolution."
36+
explanation: "Correct. The key benefit of a private endpoint is that it provides a secure and private IP address within a VNet."
37+
- content: "It increases the speed of data transfer"
2538
isCorrect: false
26-
explanation: "Incorrect. The recommended practice is to use a single Private Endpoint for a given Private Link resource."
27-
- content: "Virtual Networks."
39+
explanation: "Incorrect. While a private endpoint may improve performance, its key benefit is related to security and privacy."
40+
- content: "It reduces the cost of data transfer"
2841
isCorrect: false
29-
explanation: "Incorrect. Private Links are dependent on Private Endpoints."
30-
- content: "What is the difference between a Service Endpoint and a Private Endpoint?"
42+
explanation: "Incorrect. A private endpoint does not directly impact the cost of data transfer."
43+
- content: "How does a private link service private endpoint enhance security?"
3144
choices:
32-
- content: "A Private Endpoint connects to external systems and services."
45+
- content: "By providing firewall protection"
3346
isCorrect: false
34-
explanation: "Incorrect, a Private Endpoint enables a private and secure connection between your virtual network and Azure. A Service Endpoint connects to external resources."
35-
- content: "A Service Endpoint connects to external systems and services."
36-
isCorrect: true
37-
explanation: "Correct! A Service Endpoint connects to external resources. A Private Endpoint enables a private and secure connection between your virtual network and Azure."
38-
- content: "A Service Endpoint enables a private and secure connection between your virtual network and Azure."
47+
explanation: "Incorrect. A private endpoint does not provide firewall protection, it provides private connectivity."
48+
- content: "By encrypting all data in transit"
3949
isCorrect: false
40-
explanation: "Incorrect, a Private Endpoint enables a private and secure connection between your virtual network and Azure. A Service Endpoint connects to external resources."
50+
explanation: "Incorrect. While encryption can be part of the solution, the primary security enhancement is through private connectivity."
51+
- content: "By ensuring that traffic between your virtual network and the service travels across the Microsoft backbone network"
52+
isCorrect: true
53+
explanation: "Correct. A private endpoint ensures that traffic does not traverse over the public internet, enhancing security."

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/4-integrate-private-link-dns.yml

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,30 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.integrate-private-link-dns
33
title: Integrate private endpoint with Domain Name Service
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Integrate private endpoint with Domain Name Service
68
description: "Integrate private endpoint with Domain Name Service"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 8
15+
durationInMinutes: 6
1416
content: |
1517
[!include[](includes/4-integrate-private-link-dns.md)]
1618
quiz:
1719
title: "Check your knowledge"
1820
questions:
19-
- content: "What resource is associated with a Private Endpoint and contains information to configure your Private Endpoint DNS?"
21+
- content: "How does integrating private link DNS enhance security?"
2022
choices:
21-
- content: "The virtual network"
23+
- content: "By encrypting all data"
2224
isCorrect: false
23-
explanation: "Incorrect. The virtual network doesn't include the information needed to configure your Private Endpoint DNS."
24-
- content: "The network interface"
25+
explanation: "Incorrect. While encryption may be part of the process, it's not the primary way private link DNS enhances security."
26+
- content: "By restricting access to services to only those within the private network"
2527
isCorrect: true
26-
explanation: "Correct. The network interface information includes FQDN and private IP addresses for your Private Link resource."
27-
- content: "The private DNS zone"
28+
explanation: "Correct. Private link DNS enhances security by restricting access to services to only those within the private network."
29+
- content: "By blocking all incoming traffic"
2830
isCorrect: false
29-
explanation: "Incorrect. The private DNS zone doesn't include the information needed to configure your Private Endpoint DNS."
30-
- content: "What is the significance of IP address 168.63.129.16?"
31-
choices:
32-
- content: "It's a nonvirtual public IP address that is used to facilitate a communication channel to Azure platform resources."
33-
isCorrect: false
34-
explanation: "Incorrect. In a nonvirtual network scenario, a private IP address is used instead of 168.63.129.16. This private IP address is dynamically discovered through DHCP."
35-
- content: "It's a static address of a DNS forwarder."
36-
isCorrect: false
37-
explanation: "Incorrect. 168.63.129.16 is a virtual public IP address that is used to facilitate a communication channel to Azure platform resources."
38-
- content: "It's a virtual public IP address that is used to facilitate a communication channel to Azure platform resources."
39-
isCorrect: true
40-
explanation: "Correct. Additionally, customers can define any address space for their private virtual network in Azure."
31+
explanation: "Incorrect. Blocking all traffic would prevent legitimate access as well."

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/5-exercise-restrict-network-paas-resources-virtual-network-service-endpoints.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.exercise-restrict-network-paas-resources-virtual-network-service-endpoints-using
33
title: 'Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal'
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: 'Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal'
68
description: "Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/6-exercise-create-azure-private-endpoint-using-azure-powershell.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.exercise-create-azure-private-endpoint-using-azure-powershell
33
title: 'Exercise: Create an Azure private endpoint using Azure PowerShell'
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: 'Exercise: Create an Azure private endpoint using Azure PowerShell'
68
description: "Exercise: Create an Azure private endpoint using Azure PowerShell"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/7-summary.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
uid: learn.wwl.design-implement-private-access-to-azure-services.summary
33
title: Summary
44
metadata:
5+
adobe-target: true
6+
prefetch-feature-rollout: true
57
title: Summary
68
description: "Summary"
7-
ms.date: 01/30/2025
9+
ms.date: 04/16/2025
810
author: wwlpublish
911
ms.author: cynthist
1012
ms.topic: unit
1113
ms.custom:
1214
- N/A
13-
durationInMinutes: 2
15+
durationInMinutes: 4
1416
content: |
1517
[!include[](includes/7-summary.md)]
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
As an enterprise organization there are scenarios that require private access to services hosted on the Azure platform. It's important these services don't expose data on the public internet. As a network engineer you manage and configure these private connections.
1+
Azure provides a range of services and features to enhance the security and privacy of your network connections, including Virtual Network Service Endpoints, Azure Private Link, Private Endpoint, and Azure Private Link Service. These technologies allow for secure and direct connectivity to Azure services over the Azure backbone network, replacing public endpoints with private network interfaces, and providing granular access control.
22

3-
## Learning objectives
3+
Imagine you're a cloud architect for a large organization that is migrating its existing applications to Azure. You need to ensure that these applications can securely access specific Azure services without exposing them to the public internet. Additionally, you want to provide private access from your Azure virtual network to Azure PaaS services and Microsoft Partner services. You also need to restrict network access to certain PaaS resources and create a private endpoint for an Azure web app. This scenario requires a deep understanding of Azure's networking services and how to implement them effectively.
4+
5+
In this module, you learn to:
6+
- Describe and implement Virtual Network Service Endpoints in Azure for secure and direct connectivity.
7+
- Use Azure Private Link and Private Endpoint to replace public endpoints with private network interfaces.
8+
- Use Azure Private Link Service to provide private access from your Azure virtual network to Azure PaaS services and Microsoft Partner services.
49

5-
In this module, you learn to:
610

7-
- Understand the difference between private link and private endpoints.
8-
- Design and configure Private Endpoints.
9-
- Integrate a Private Link with Domain Name Service and on-premises clients.
10-
- Create, configure, and provide access to Service Endpoints.

0 commit comments

Comments
 (0)