Skip to content

Commit 478a4d9

Browse files
authored
changed files by pdets auto publish service, publishid[dcb3e598-2ae1-4271-b0d5-75d515bb6122] and do [publish].
1 parent 8523534 commit 478a4d9

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ quiz:
2525
explanation: "Correct. Service Endpoints allow your VNet to directly interact with the services."
2626
- content: "Service Endpoints enable the creation and teardown of environments for application hosting."
2727
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."
2929
- content: "Service Endpoints provide a direct connection to public cloud services."
3030
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."
3232
- content: "How do virtual network service endpoints enhance security?"
3333
choices:
3434
- content: "Service Endpoints allow you to secure Azure service resources to only your virtual network."
@@ -44,10 +44,10 @@ quiz:
4444
choices:
4545
- content: "It reduces the bandwidth available for other services."
4646
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."
4848
- content: "It routes network traffic between your virtual network and the service through an optimized path."
4949
isCorrect: true
5050
explanation: "Correct. Service endpoints optimize the path for network traffic, improving performance."
5151
- content: "It significantly increases network latency."
5252
isCorrect: false
53-
explanation: "Incorrect. Service endpoints do not significantly increase network latency."
53+
explanation: "Incorrect. Service endpoints don't 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@ quiz:
2222
choices:
2323
- content: "It allows public access to a private network"
2424
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."
2626
- content: "It provides a public IP address for a private network"
2727
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."
2929
- content: "It enables a private and secure connection to a service powered by Azure Private Link"
3030
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."
3232
- content: "What is a key benefit of using a private link service private endpoint?"
3333
choices:
3434
- content: "It provides a secure and private IP address within a Virtual Network (VNet)"
3535
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."
3737
- content: "It increases the speed of data transfer"
3838
isCorrect: false
3939
explanation: "Incorrect. While a private endpoint may improve performance, its key benefit is related to security and privacy."
4040
- content: "It reduces the cost of data transfer"
4141
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."
4343
- content: "How does a private link service private endpoint enhance security?"
4444
choices:
4545
- content: "By providing firewall protection"
4646
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."
4848
- content: "By encrypting all data in transit"
4949
isCorrect: false
5050
explanation: "Incorrect. While encryption can be part of the solution, the primary security enhancement is through private connectivity."
5151
- content: "By ensuring that traffic between your virtual network and the service travels across the Microsoft backbone network"
5252
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."

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ quiz:
2323
- content: "By encrypting all data"
2424
isCorrect: false
2525
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"
26+
- content: "By restricting access to services within the private network"
2727
isCorrect: true
28-
explanation: "Correct. Private link DNS enhances security by restricting access to services to only those within the private network."
28+
explanation: "Correct. Private link DNS enhances security by restricting access to services within the private network."
2929
- content: "By blocking all incoming traffic"
3030
isCorrect: false
3131
explanation: "Incorrect. Blocking all traffic would prevent legitimate access as well."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
22

33
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.
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Scenario
33

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

66
Here are some other scenarios that have similar requirements.
77

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ In this module, you learned about service endpoints, private endpoints, private
22

33
**The main takeaways from this module are:**
44
- **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
66
- **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.
77
- **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.
88
- **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.
1010

1111
### Learn more with Copilot
1212

@@ -21,7 +21,7 @@ Copilot can assist you in configuring Azure infrastructure solutions. Copilot ca
2121

2222
Use these resources to discover more.
2323

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.
2525
- [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.
2626
- [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.
2727
- [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

Comments
 (0)