Skip to content

Commit ffafbac

Browse files
Merge pull request #50529 from wwlpublish/34fb3855461baeb786c6a581082274bd0454a38ad4920dea36bafa74ac768be7-live
Modules/M07-design-implement-private-access-to-azure-services
2 parents bd62256 + 3cd1296 commit ffafbac

10 files changed

+15
-13
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: 05/01/2025
9+
ms.date: 05/19/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: 2 additions & 2 deletions
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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
@@ -39,7 +39,7 @@ quiz:
3939
explanation: "Incorrect. Firewall services are separate from Service Endpoints."
4040
- content: "Service Endpoints encrypt all data in transit."
4141
isCorrect: false
42-
explanation: "Incorrect. Encryption is not a primary function of Service Endpoints."
42+
explanation: "Incorrect. Encryption isn't a primary function of Service Endpoints."
4343
- content: "What is the impact of enabling service endpoints on network traffic?"
4444
choices:
4545
- content: "It reduces the bandwidth available for other services."

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: 05/01/2025
9+
ms.date: 05/19/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: 05/01/2025
9+
ms.date: 05/19/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A
15-
durationInMinutes: 20
15+
durationInMinutes: 5
1616
content: |
1717
[!include[](includes/5-exercise-restrict-network-paas-resources-virtual-network-service-endpoints.md)]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ 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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit
1313
ms.custom:
1414
- N/A
15-
durationInMinutes: 11
15+
durationInMinutes: 5
1616
content: |
1717
[!include[](includes/6-exercise-create-azure-private-endpoint-using-azure-powershell.md)]

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: 05/01/2025
9+
ms.date: 05/19/2025
1010
author: wwlpublish
1111
ms.author: cynthist
1212
ms.topic: unit

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Virtual network service endpoints enable you to limit network access to Azure se
2121
- Confirm access to storage account.
2222

2323

24-
> [!NOTE]
24+
> [!IMPORTANT]
25+
> Estimated time: 35 minutes.
2526
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2627
2728
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ In this lab, you create a Private Endpoint for an Azure web app and deploy a vir
1616
- Configure the private DNS zone.
1717
- Test connectivity across the private endpoint.
1818

19-
> [!NOTE]
19+
> [!IMPORTANT]
20+
> Estimated time: 45 minutes.
2021
> To complete this exercise, you need an [Azure subscription](https://azure.microsoft.com/free/).
2122
2223
Launch the exercise, and follow the instructions. When finished, be sure to return to this page so you can continue learning.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Design and implement private access to Azure Services
77
description: "You learn to design and implement private access to Azure Services with Azure Private Link, and virtual network service endpoints."
8-
ms.date: 05/01/2025
8+
ms.date: 05/19/2025
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module

0 commit comments

Comments
 (0)