Skip to content

Commit 99fe438

Browse files
authored
changed files by pdets auto publish service, publishid[414569a2-56fe-4ce0-9cc6-bb78b9e41d03] and do [publish].
1 parent a8fe353 commit 99fe438

14 files changed

+34
-48
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explain virtual network service endpoints
88
description: "Explain virtual network service endpoints"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Define Private Link Service and private endpoint
88
description: "Define Private Link Service and private endpoint"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Integrate private endpoint with Domain Name Service
88
description: "Integrate private endpoint with Domain Name Service"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal'
88
description: "Exercise: Restrict network access to PaaS resources with virtual network service endpoints using the Azure portal"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Create an Azure private endpoint using Azure PowerShell'
88
description: "Exercise: Create an Azure private endpoint using Azure PowerShell"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 04/29/2025
9+
ms.date: 05/01/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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-
31
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.
42

3+
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.
4+
55
In this module, you learn to:
66
- Describe and implement Virtual Network Service Endpoints in Azure for secure and direct connectivity.
77
- Use Azure Private Link and Private Endpoint to replace public endpoints with private network interfaces.

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

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,24 @@ Virtual network service endpoints enable you to limit network access to Azure se
77
:::image type="content" source="../media/5-exercise-restrict-network-paas-resources-virtual-network-service-endpoints.png" alt-text="Diagram of a virtual network service endpoint architecture.":::
88

99

10-
## Objectives
11-
12-
- **Task 1**: Create a virtual network.
13-
- **Task 2**: Enable a service endpoint.
14-
- **Task 3**: Restrict network access for a subnet.
15-
- **Task 4**: Add other outbound rules.
16-
- **Task 5**: Allow access for RDP connections.
17-
- **Task 6**: Restrict network access to a resource.
18-
- **Task 7**: Create a file share in the storage account.
19-
- **Task 8**: Restrict network access to a subnet.
20-
- **Task 9**: Create virtual machines.
21-
- Use a template to create the virtual machines. You can review the [lab template](https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/blob/master/Allfiles/Exercises/M07/VMs.json).
22-
- Use Azure PowerShell to deploy the template.
23-
- **Task 10**: Confirm access to storage account.
10+
## Job skills
2411

12+
- Create a virtual network.
13+
- Enable a service endpoint.
14+
- Restrict network access for a subnet.
15+
- Add other outbound rules.
16+
- Allow access for RDP connections.
17+
- Restrict network access to a resource.
18+
- Create a file share in a storage account.
19+
- Restrict network access to a subnet.
20+
- Create virtual machines.
21+
- Confirm access to storage account.
2522

26-
> [!NOTE]
27-
> Click on the thumbnail image to start the lab simulation. When you're done, be sure to return to this page so you can continue learning.
28-
29-
> [!NOTE]
30-
> You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same.
3123

3224
> [!NOTE]
33-
> You can view the [Restricted network access to PaaS resources with virtual network service endpoints](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M07-Unit%205%20Restrict%20network%20access%20to%20PaaS%20resources%20with%20virtual%20network%20service%20endpoints.html) instructions directly.
25+
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
3426
27+
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.
3528

36-
[![Screenshot of the simulation page.](../media/simulation-paas-thumbnail.jpg)](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Restrict%20network%20access%20to%20PaaS%20resources%20with%20virtual%20network%20service%20endpoints)
3729

30+
[![Button to launch exercise.](../media/launch-exercise.png)](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M07-Unit%205%20Restrict%20network%20access%20to%20PaaS%20resources%20with%20virtual%20network%20service%20endpoints.html)

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,21 @@ In this lab, you create a Private Endpoint for an Azure web app and deploy a vir
77
:::image type="content" source="../media/6-exercise-create-azure-private-endpoint-using-azure-powershell.png" alt-text="Diagram of a private endpoint architecture.":::
88

99

10-
## Objectives
10+
## Job skills
1111

12-
- **Task 1**: Create a resource group and deploy the prerequisite web app.
13-
- Use a template to create the virtual machines. You can review the [lab template](https://github.com/MicrosoftLearning/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/blob/master/Allfiles/Exercises/M07/template.json).
14-
- Use Azure PowerShell to deploy the template.
15-
- **Task 2**: Create a virtual network and bastion host.
16-
- **Task 3**: Create a test virtual machine.
17-
- **Task 4**: Create a private endpoint.
18-
- **Task 5**: Configure the private DNS zone.
19-
- **Task 6**: Test connectivity across the private endpoint.
12+
- Create a resource group and deploy a web app.
13+
- Create a virtual network and bastion host.
14+
- Create a test virtual machine.
15+
- Create a private endpoint.
16+
- Configure the private DNS zone.
17+
- Test connectivity across the private endpoint.
2018

2119
> [!NOTE]
22-
> Click on the thumbnail image to start the lab simulation. When you're done, be sure to return to this page so you can continue learning.
20+
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2321
24-
> [!NOTE]
25-
> You may find slight differences between the interactive simulation and the hosted lab, but the core concepts and ideas being demonstrated are the same.
26-
27-
> [!NOTE]
28-
> You can view the [Create an Azure private endpoint using Azure PowerShell](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M07-Unit%206%20Create%20an%20Azure%20private%20endpoint%20using%20Azure%20PowerShell.html) instructions directly.
29-
30-
[![Screenshot of the simulation page.](../media/simulation-endpoint-thumbnail.jpg)](https://mslabs.cloudguides.com/guides/AZ-700%20Lab%20Simulation%20-%20Create%20an%20Azure%20private%20endpoint%20using%20Azure%20PowerShell)
22+
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.
3123

24+
[![Button to launch exercise.](../media/launch-exercise.png)](https://microsoftlearning.github.io/AZ-700-Designing-and-Implementing-Microsoft-Azure-Networking-Solutions/Instructions/Exercises/M07-Unit%206%20Create%20an%20Azure%20private%20endpoint%20using%20Azure%20PowerShell.html)
3225

3326

3427

0 commit comments

Comments
 (0)