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: learn-pr/wwl-azure/design-implement-private-access-to-azure-services/2-explain-virtual-network-service-endpoints.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ quiz:
25
25
explanation: "Correct. Service Endpoints allow your VNet to directly interact with the services."
26
26
- content: "Service Endpoints enable the creation and teardown of environments for application hosting."
27
27
isCorrect: false
28
-
explanation: "Incorrect. This is more related to infrastructure as code, not Service Endpoints."
28
+
explanation: "Incorrect. This feature is more related to infrastructure as code, not Service Endpoints."
29
29
- content: "Service Endpoints provide a direct connection to public cloud services."
30
30
isCorrect: false
31
-
explanation: "Incorrect. While Service Endpoints do connect to services, they do not provide a direct connection to public cloud services."
31
+
explanation: "Incorrect. While Service Endpoints do connect to services, they don't provide a direct connection to public cloud services."
32
32
- content: "How do virtual network service endpoints enhance security?"
33
33
choices:
34
34
- content: "Service Endpoints allow you to secure Azure service resources to only your virtual network."
@@ -44,10 +44,10 @@ quiz:
44
44
choices:
45
45
- content: "It reduces the bandwidth available for other services."
46
46
isCorrect: false
47
-
explanation: "Incorrect. Service endpoints do not affect the bandwidth available for other services."
47
+
explanation: "Incorrect. Service endpoints don't affect the bandwidth available for other services."
48
48
- content: "It routes network traffic between your virtual network and the service through an optimized path."
49
49
isCorrect: true
50
50
explanation: "Correct. Service endpoints optimize the path for network traffic, improving performance."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-private-access-to-azure-services/3-define-private-link-service-private-endpoint.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,32 +22,32 @@ quiz:
22
22
choices:
23
23
- content: "It allows public access to a private network"
24
24
isCorrect: false
25
-
explanation: "Incorrect. A private endpoint does not allow public access, it provides private connectivity."
25
+
explanation: "Incorrect. A private endpoint provides private connectivity."
26
26
- content: "It provides a public IP address for a private network"
27
27
isCorrect: false
28
-
explanation: "Incorrect. A private endpoint does not provide a public IP, it provides a private IP in the VNet."
28
+
explanation: "Incorrect. A private endpoint provides a private IP in the VNet."
29
29
- content: "It enables a private and secure connection to a service powered by Azure Private Link"
30
30
isCorrect: true
31
-
explanation: "Correct. A private endpoint provides a secure and private IP address within a Virtual Network (VNet)."
31
+
explanation: "Correct. A private endpoint provides a secure and private IP address within a virtual network."
32
32
- content: "What is a key benefit of using a private link service private endpoint?"
33
33
choices:
34
34
- content: "It provides a secure and private IP address within a Virtual Network (VNet)"
35
35
isCorrect: true
36
-
explanation: "Correct. The key benefit of a private endpoint is that it provides a secure and private IP address within a VNet."
36
+
explanation: "Correct. The key benefit of a private endpoint is that it provides a secure and private IP address within a virtual network."
37
37
- content: "It increases the speed of data transfer"
38
38
isCorrect: false
39
39
explanation: "Incorrect. While a private endpoint may improve performance, its key benefit is related to security and privacy."
40
40
- content: "It reduces the cost of data transfer"
41
41
isCorrect: false
42
-
explanation: "Incorrect. A private endpoint does not directly impact the cost of data transfer."
42
+
explanation: "Incorrect. A private endpoint doesn't directly impact the cost of data transfer."
43
43
- content: "How does a private link service private endpoint enhance security?"
44
44
choices:
45
45
- content: "By providing firewall protection"
46
46
isCorrect: false
47
-
explanation: "Incorrect. A private endpoint does not provide firewall protection, it provides private connectivity."
47
+
explanation: "Incorrect. A private endpoint doesn't provide firewall protection."
48
48
- content: "By encrypting all data in transit"
49
49
isCorrect: false
50
50
explanation: "Incorrect. While encryption can be part of the solution, the primary security enhancement is through private connectivity."
51
51
- content: "By ensuring that traffic between your virtual network and the service travels across the Microsoft backbone network"
52
52
isCorrect: true
53
-
explanation: "Correct. A private endpoint ensures that traffic does not traverse over the public internet, enhancing security."
53
+
explanation: "Correct. A private endpoint ensures that traffic doesn't traverse over the public internet."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/1-introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
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.
1
+
Azure provides a range of services and features to enhance the security and privacy of your network connections. These services include 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.
2
2
3
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.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/2-explain-virtual-network-service-endpoints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
## Scenario
3
3
4
-
Your organization migrates an existing ERP app with database servers to Azure virtual machines. Now, to reduce your costs and administrative requirements, you're considering using some Azure platform as a service (PaaS) services. Specifically, storage services to hold large file assets, such as engineering diagrams. These engineering diagrams have proprietary information, and must remain secure from unauthorized access. These files must only be accessible from specific systems.
4
+
Your organization migrates an existing app with database servers to Azure virtual machines. Now, to reduce your costs and administrative requirements, you're considering using some Azure platform as a service (PaaS) services. Specifically, storage services to hold large file assets, such as engineering diagrams. These engineering diagrams have proprietary information, and must remain secure from unauthorized access. These files must only be accessible from specific systems.
5
5
6
6
Here are some other scenarios that have similar requirements.
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/7-summary.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@ In this module, you learned about service endpoints, private endpoints, private
2
2
3
3
**The main takeaways from this module are:**
4
4
-**Service Endpoints** limit the Azure service's access to the allowed virtual network and subnet. Service endpoints provide network-level security and isolation of the Azure service traffic.
5
-
-**Service Endpoint policies** allow you to filter egress virtual network traffic to Azure Storage accounts over Service Endpoint, and allow data exfiltration to only specific Azure Storage accounts.
5
+
-**Service Endpoint policies** allow you to filter egress virtual network trafficto the Service Endpoint. Policies
6
6
-**Azure Private Link** enables you to access Azure PaaS Services and Azure hosted customer-owned/partner services over a Private Endpoint in your virtual network. Private Link is designed to eliminate security risks by removing the public part of the connection.
7
7
-**Azure private endpoint** is the key technology behind private link. Private endpoint is a network interface that enables a private and secure connection between your virtual network and an Azure service.
8
8
-**Azure Private Link service** lets you offer Private Link connections to your custom Azure services. Consumers of your custom services can then access those services privately—that is, without using the internet—from their own Azure virtual networks.
9
-
-**Azure DNS Private Resolver**that enables you to query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers. When you use DNS Private Resolver, you don't need a DNS forwarder, and Azure DNS is able to resolve on-premises domain names.
9
+
-**Azure DNS Private Resolver**lets you query Azure DNS private zones from an on-premises environment and vice versa without deploying VM based DNS servers. When you use DNS Private Resolver, you don't need a DNS forwarder, and Azure DNS is able to resolve on-premises domain names.
10
10
11
11
### Learn more with Copilot
12
12
@@ -21,7 +21,7 @@ Copilot can assist you in configuring Azure infrastructure solutions. Copilot ca
21
21
22
22
Use these resources to discover more.
23
23
24
-
-[Secure and isolate access to Azure resources by using network security groups and service endpoints](/training/modules/secure-and-isolate-with-nsg-and-service-endpoints/). Learn how network security groups and service endpoints help you secure your virtual machines and Azure services from unauthorized network access.
24
+
-[Secure and isolate access to Azure resources by using network security groups and service endpoints](/training/modules/secure-and-isolate-with-nsg-and-service-endpoints/). Learn how network security groups and service endpoints help you secure your virtual machines and Azure services from unauthorized network access.
25
25
-[Introduction to Azure Private Link](/training/modules/introduction-azure-private-link/). Learn how Azure Private Link enables private connectivity to Azure services, including its features, how it works, and its use cases.
26
26
-[Introduction to Azure DNS](/training/modules/intro-to-azure-dns/). This module explains what Azure DNS does, how it works, and when you should choose to use Azure DNS as a solution to meet your organization’s needs.
27
27
-[Design and implement private access to Azure Services](/training/modules/design-implement-private-access-to-azure-services/). Learn to design and implement private access to Azure Services with Azure Private Link, and virtual network service endpoints.
0 commit comments